server.json•539 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.tech-sushant/calculator-mcp",
"description": "A simple Model Context Protocol calculator server",
"repository": {
"url": "https://github.com/tech-sushant/calculator-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "@tech-sushant/calculator-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
}
}
]
}