Learning Model Context Protocol✓
io.github.yarnabrina/mcp-learning · v0.2.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.yarnabrina/mcp-learning",
"description": "MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions.",
"title": "Learning Model Context Protocol",
"repository": {
"url": "https://github.com/yarnabrina/learn-model-context-protocol",
"source": "github"
},
"version": "0.2.0",
"websiteUrl": "https://yarnabrina.github.io/learn-model-context-protocol/",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-learning",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8000/mcp"
},
"runtimeArguments": [
{
"description": "Resolve console scripts from the published package.",
"value": "mcp-learning",
"type": "named",
"name": "--from"
},
{
"description": "Invoke the entry point that starts the MCP server.",
"value": "mcp-server",
"type": "positional"
},
{
"description": "Log level for server output.",
"value": "{log_level}",
"default": "WARNING",
"choices": [
"DEBUG",
"INFO",
"WARNING",
"ERROR",
"CRITICAL"
],
"type": "named",
"name": "--log_level"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"cliOptions": [
{
"default": false,
"description": "Enable additional debug logging output.",
"flag": "--debug"
},
{
"default": false,
"description": "Return JSON payloads for HTTP responses instead of newline-delimited JSON.",
"flag": "--json_response"
},
{
"default": false,
"description": "Disable HTTP keep-alive to serve each request independently.",
"flag": "--stateless_http"
}
]
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}