{
  "name": "create-something-hub-remote",
  "version": "1.0.0",
  "endpoints": {
    "mcp": "/mcp",
    "health": "/health"
  },
  "auth_required": false,
  "bearer_only_auth": true,
  "identity_mode": "compat",
  "legacy_bridge": {
    "enabled": false,
    "sunset_at": null
  },
  "state_storage": "kv",
  "policy": {
    "rateLimit": {
      "enabled": true,
      "scope": "account",
      "maxCallsPerWindow": 120,
      "windowSeconds": 60,
      "exemptServers": [],
      "activeBucketCount": 0
    },
    "quota": {
      "enabled": true,
      "maxCallsPerPeriod": 10000,
      "period": "2026-04",
      "counterServerName": "create-something-hub-remote:proxy",
      "telemetryDbConfigured": true,
      "exemptServers": []
    },
    "note": "Rate limiting applies only to proxied downstream tool calls. Quota enforcement uses TELEMETRY_DB mcp_run_counts with server_name=create-something-hub-remote:proxy."
  },
  "downstream_auth_config": {
    "has_cs_telemetry_operator_token": false,
    "has_halfdozen_telemetry_operator_token": false
  },
  "session_resolver": {
    "enabled": false,
    "has_token": false,
    "has_binding": true,
    "timeout_ms": 5000
  },
  "enabled_servers": [
    "webflow-site-analyzer-mcp",
    "webflow-template-review-mcp"
  ],
  "connected_servers": [],
  "failed_servers": [
    {
      "name": "webflow-site-analyzer-mcp",
      "error": "Streamable HTTP error: Error POSTing to endpoint: {\n  \"error\": \"Unauthorized. Provide Authorization: Bearer <WEBFLOW_SITE_ANALYZER_MCP_API_KEY>.\"\n}"
    },
    {
      "name": "webflow-template-review-mcp",
      "error": "Streamable HTTP error: Error POSTing to endpoint: {\"ok\":false,\"error\":{\"code\":\"UNAUTHORIZED\",\"message\":\"Missing Authorization: Bearer <MCP_API_KEY> header.\"}}"
    }
  ],
  "proxy_tool_count": 0,
  "warnings": [
    "Unknown bundle \"webflow-marketplace-review\" in hub state"
  ],
  "built_at": "2026-04-29T23:57:04.790Z"
}