{"openapi":"3.0.0","info":{"title":"MCP METRO","version":"0.1.0","description":"MCP server to search for routes in the Moscow metro and calculate the duration of the trip"},"servers":[{"url":"https://mcp-metro.time-gold.com","description":"PROD server"}],"paths":{"/api/health":{"get":{"summary":"Health check","description":"Simple health check endpoint for monitoring","tags":["Server"],"responses":{"200":{"description":"Service is healthy","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"version":{"type":"string"}}}}}}}}}},"tags":[{"name":"Server","description":"Server management endpoints"}]}