{
  "name": "webflow-template-review-mcp",
  "version": "1.0.0",
  "description": "Webflow Template Review MCP — Airtable-scoped review workflows for template Assets + Asset Versions",
  "auth": {
    "modes": {
      "oauth": {
        "flow": "OAuth 2.1 + PKCE with Dynamic Client Registration (Clerk authorization server)",
        "authorizationServer": "https://clerk.createsomething.agency",
        "configured": true,
        "discovery": "/.well-known/oauth-protected-resource",
        "scopes": [
          "template-review:read",
          "template-review:write"
        ]
      },
      "legacy": {
        "flow": "Shared bearer token (hub bridges only)",
        "header": "Authorization: Bearer <MCP_API_KEY>",
        "configured": true
      }
    }
  },
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse"
  },
  "scope": "templates-only",
  "tables": {
    "assets": "tblRwzpWoLgE9MrUm",
    "assetVersions": "tblHxZ2hgSFLZxsZu",
    "assetReleases": "tblhLAXcJiXrkZxUL"
  }
}