{
  "name": "UpsellBay Docs MCP",
  "description": "Read-only MCP server for UpsellBay documentation, agent guide, API reference, and troubleshooting guidance.",
  "documentation": "https://wpanchorbay.github.io/upsellbay/agents/overview/",
  "static_docs": {
    "llms": "https://wpanchorbay.github.io/upsellbay/llms.txt",
    "llms_full": "https://wpanchorbay.github.io/upsellbay/llms-full.txt",
    "sitemap": "https://wpanchorbay.github.io/upsellbay/sitemap-index.xml"
  },
  "transports": {
    "stdio": {
      "command": "pnpm run mcp"
    },
    "http": {
      "path": "/mcp",
      "note": "Deploy this endpoint to a dynamic host. GitHub Pages is static and cannot run the MCP server."
    }
  }
}