/
AI-powered development platform for Kubernetes deployments and intelligent automation
Server configuration and capabilities from the MCP manifest
Size: 2,727 bytes (682 tokens)
Tools Found: 4
Analysis ID: edrntfwp
AI-powered development platform for Kubernetes deployments and intelligent automation
Stars
Registry ID: 6836138f-2ad2-4feb-8043-ea425ecb0d71
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/20/2025
Last Release: 9/13/2025
Open Issues: 30
Historical performance and growth metrics over time
{
"name": "io.github.vfarcic/dot-ai",
"tags": [
"kubernetes",
"deployment",
"mcp",
"containers",
"ai"
],
"tools": [
{
"name": "answerQuestion",
"description": "Process user answers and return remaining questions or completion status.",
"input_schema": {
"type": "object",
"required": [
"solutionId",
"stage",
"answers"
],
"properties": {
"stage": {
"enum": [
"required",
"basic",
"advanced",
"open"
],
"type": "string",
"description": "The configuration stage being addressed"
},
"answers": {
"type": "object",
"description": "User answers to configuration questions for the specified stage."
},
"solutionId": {
"type": "string",
"description": "The solution ID to update (e.g., sol_2025-07-01T154349_1e1e242592ff)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "chooseSolution",
"description": "Select a solution by ID and return its questions for configuration.",
"input_schema": {
"type": "object",
"required": [
"solutionId"
],
"properties": {
"solutionId": {
"type": "string",
"description": "The solution ID to choose (e.g., sol_2025-07-01T154349_1e1e242592ff)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "deployManifests",
"description": "Deploy Kubernetes manifests from generated solution with kubectl apply --wait.",
"input_schema": {
"type": "object",
"required": [
"solutionId"
],
"properties": {
"timeout": {
"type": "number",
"maximum": 600,
"minimum": 1,
"description": "Deployment timeout in seconds (default: 30)"
},
"solutionId": {
"type": "string",
"description": "Solution ID to deploy (e.g., sol_2025-07-01T154349_1e1e242592ff)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "generateManifests",
"description": "Generate final Kubernetes manifests from fully configured solution (ONLY after completing ALL stages: required, basic, advanced, and open).",
"input_schema": {
"type": "object",
"required": [
"solutionId"
],
"properties": {
"solutionId": {
"type": "string",
"description": "The solution ID to generate manifests for (e.g., sol_2025-07-01T154349_1e1e242592ff)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "0.95.0",
"categories": [
"devops",
"automation",
"cloud-native"
],
"description": "AI-powered development platform for Kubernetes deployments and intelligent automation"
}Forks
Watchers
Contributors
Last Push: 9/20/2025
Last Release: 9/13/2025
Open Issues: 30