{
  "$schema": "https://webmcp.dev/schema/v1",
  "name": "UArtShow WebMCP Bridge",
  "version": "1.0.0",
  "server": {
    "endpoint": "https://uartshow.com/api/mcp",
    "protocol": "model-context-protocol/1.0",
    "transport": ["http", "websocket"]
  },
  "capabilities": [
    "tools",
    "resources",
    "prompts"
  ],
  "tools": [
    {
      "name": "search_products",
      "description": "Search wall art products by keyword, style, room, or color",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": { "type": "string" },
          "style": { "type": "string" },
          "room": { "type": "string" }
        }
      }
    },
    {
      "name": "get_recommendations",
      "description": "Get personalized wall art recommendations",
      "inputSchema": {
        "type": "object",
        "properties": {
          "room_type": { "type": "string" },
          "budget_usd": { "type": "number" }
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "https://uartshow.com/llms.txt",
      "name": "LLM-readable site map",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://uartshow.com/sitemap.xml",
      "name": "XML sitemap",
      "mimeType": "application/xml"
    }
  ]
}