{
  "name": "Metro MCP",
  "version": "1.0.0",
  "description": "MCP server for Washington DC Metro (WMATA) APIs",
  "protocolVersion": "2024-11-05",
  "capabilities": {
    "tools": {
      "listChanged": true
    }
  },
  "endpoints": {
    "mcp": "/sse",
    "legacy": "/"
  },
  "tools": [
    "get_station_predictions",
    "search_stations",
    "get_stations_by_line",
    "get_incidents",
    "get_elevator_incidents",
    "get_all_stations"
  ]
}