Skip to main content
Glama

Yandex Tracker MCP

patch-platform.py308 B
import json import sys gh_os = sys.argv[1] platform = { "Linux": "linux", "Windows": "win32", "macOS": "darwin", }[gh_os] with open("manifest.json", "r") as f: manifest = json.load(f) manifest["compatibility"]["platforms"] = [platform] print(json.dumps(manifest, indent=2)) # noqa: T201

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aikts/yandex-tracker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server