io.github.Codeturion/codesurface✓
io.github.Codeturion/codesurface · v0.8.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Codeturion/codesurface",
"description": "Indexes your codebase's public API and serves it via compact MCP tool responses.",
"repository": {
"url": "https://github.com/Codeturion/codesurface",
"source": "github"
},
"version": "0.8.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "codesurface",
"version": "0.8.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}