{
  "serverInfo": {
    "name": "boutiquerugs-mcp",
    "version": "0.1.0",
    "title": "BoutiqueRugs MCP Server"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://boutiquerugs-companion.boutiquerugs-administrator.workers.dev/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "instructions": "This MCP server exposes read-only access to the BoutiqueRugs product catalog and the current shopper cart. Use tools prefixed with \"search_\" and \"get_\" for discovery, and \"cart_*\" for cart operations."
}