{
  "name": "Gately Auth MCP Server",
  "version": "0.1.0",
  "description": "Connect your AI editor or agent to gately-auth documentation.",
  "endpoint": "/mcp",
  "tools": [
    {
      "name": "search_docs",
      "description": "Search the gately-auth documentation. Use this to find information about any feature, API, configuration option, or concept."
    },
    {
      "name": "get_doc",
      "description": "Get the full content of a documentation article by its slug. Use list_docs first to discover available slugs."
    },
    {
      "name": "list_docs",
      "description": "List all available documentation articles, optionally filtered by category."
    },
    {
      "name": "get_quickstart",
      "description": "Get a complete, copy-paste ready quick start guide for setting up gately-auth in a Cloudflare Worker."
    },
    {
      "name": "get_install_command",
      "description": "Get the correct install command for gately-auth packages."
    },
    {
      "name": "get_all_docs",
      "description": "Fetch the complete documentation as a single text file from auth.usegately.com/articles.txt. Use this when you need full context to answer a broad question about gately-auth."
    }
  ],
  "usage": {
    "cursor": "Add to ~/.cursor/mcp.json: { \"gately-auth\": { \"url\": \"https://mcp.auth.usegately.com/mcp\" } }",
    "claude_code": "claude mcp add gately-auth https://mcp.auth.usegately.com/mcp",
    "kiro": "Add to .kiro/settings/mcp.json: { \"gately-auth\": { \"url\": \"https://mcp.auth.usegately.com/mcp\" } }",
    "manual": "Use URL transport with endpoint: https://mcp.auth.usegately.com/mcp"
  }
}