forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
16 lines (16 loc) · 1.38 KB
/
Copy pathserver.json
File metadata and controls
16 lines (16 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.chelseakr/gtfs-scorecard",
"description": "Read-only transit data quality scorecards: search tracked public GTFS feeds by country and subdivision, get plain-language findings and fixes, and inspect portable coverage statistics.",
"repository": {
"url": "https://github.com/ChelseaKR/gtfs-scorecard",
"source": "github"
},
"version": "1.5.0",
"_meta": {
"dev.chelseakr/gap": {
"note": "No packages[] entry: scorecard-pipeline is not published to PyPI (or npm/oci/nuget/mcpb) — the real install is `uvx --from git+https://github.com/ChelseaKR/gtfs-scorecard#subdirectory=pipeline scorecard-mcp`, or `uv run --project <checkout>/pipeline scorecard-mcp` from a local clone (see docs/mcp.md). A prior revision of this file declared `registryType: pypi`, which was false (that field's five valid enum values per the server.schema.json have no 'installed from a git subdirectory' option, and the package was never actually on PyPI). Removed 2026-07-05 rather than leave a false registry claim standing (RELEASE-AND-VERSIONING-STANDARD REL-05). Re-add packages[] correctly if/when this is actually published to PyPI (with Trusted Publishing, tracked as a P1-10 follow-up) or the MCP registry schema adds a git-source registryType.",
"dated": "2026-07-05"
}
}
}