io.github.MShekow/package-version-check-mcp✓
io.github.MShekow/package-version-check-mcp · v1.1.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.MShekow/package-version-check-mcp",
"description": "Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.",
"repository": {
"url": "https://github.com/MShekow/package-version-check-mcp",
"source": "github"
},
"version": "1.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "package-version-check-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHub Personal Access Token (PAT) without any scopes (avoids hitting GitHub's unauthenticated rate limits)",
"format": "string",
"isSecret": true,
"name": "GITHUB_PAT"
},
{
"description": "Enable or disable the package version cache (true/false)",
"format": "boolean",
"name": "PACKAGE_VERSION_CACHE_ENABLED"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}