Telbase✓
ai.telbase/deploy · v0.14.0-beta.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.telbase/deploy",
"description": "Deploy any web project with one command. AI-native platform with self-healing feedback.",
"title": "Telbase",
"repository": {
"url": "https://github.com/Victor-EU/telbase",
"source": "github"
},
"version": "0.14.0-beta.2",
"websiteUrl": "https://telbase.ai",
"packages": [
{
"registryType": "npm",
"identifier": "telbase",
"version": "0.14.0-beta.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "MCP subcommand",
"value": "mcp",
"type": "positional"
},
{
"description": "Start MCP server on stdio",
"value": "serve",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}