{
  "name": "CartBay Docs MCP",
  "description": "Read-only MCP discovery metadata for CartBay end-user, developer, and AI-agent documentation.",
  "documentation": "https://wpanchorbay.github.io/cartbay/agents/agent-access/",
  "static_docs": {
    "llms": "https://wpanchorbay.github.io/cartbay/llms.txt",
    "llms_full": "https://wpanchorbay.github.io/cartbay/llms-full.txt",
    "sitemap": "https://wpanchorbay.github.io/cartbay/sitemap-index.xml"
  },
  "transports": {
    "stdio": {
      "command": "bun run mcp"
    },
    "http": {
      "path": "/mcp",
      "note": "Deploy this endpoint to a dynamic host. GitHub Pages is static and cannot run the MCP server."
    }
  }
}