{
  "name": "strands-ui-docs",
  "version": "1.0.0",
  "description": "Strands UI Component Library Documentation",
  "protocol": "mcp",
  "capabilities": {
    "resources": {
      "list": true,
      "read": true
    }
  },
  "endpoints": {
    "list": "/resources/list",
    "read": "/resources/read/{resourceId}",
    "manifest": "/manifest"
  },
  "instructions": "Add this to your Claude Desktop config:\n\n{\n  \"mcpServers\": {\n    \"strands-ui-docs\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@modelcontextprotocol/server-fetch\",\n        \"--url\",\n        \"https://mcp.strandsui.com/manifest\"\n      ]\n    }\n  }\n}\n\nOr use the SSE endpoint for better support:\n{\n  \"mcpServers\": {\n    \"strands-ui-docs\": {\n      \"url\": \"https://mcp.strandsui.com\"\n    }\n  }\n}"
}