io.github.bharath-krishna/mcp-test✓
io.github.bharath-krishna/mcp-test · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.bharath-krishna/mcp-test",
"description": "A simple MCP server with an echo tool for testing purposes",
"repository": {
"url": "https://github.com/bharath-krishna/mcp-test",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-echo-server",
"version": "0.1.0",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}