{ "id": "mcp-01", "name": "github-mcp", "description": "External MCP server exposing GitHub repo browsing/search tools.", "transport": "streamable_http", "server_url": "https://mcp.example.com/github", "auth_header": "Authorization", "auth_token": "Bearer ghp_xxxxxxxxxxxxxxxx", "headers": {"X-Org": "api-evangelist"}, "created_at": "2026-05-22T10:20:00Z", "available_tools": [ {"name": "search_repos", "description": "Search GitHub repos by query"}, {"name": "get_file", "description": "Fetch a file by repo+path"}, {"name": "list_issues", "description": "List issues on a repo"} ] }