We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca00607 + e57d80b commit 0fe1172Copy full SHA for 0fe1172
apps/cloudflare-one-casb/src/index.ts
@@ -51,7 +51,7 @@ export class CASBMCP extends McpAgent<Env, State, Props> {
51
version: this.env.MCP_SERVER_VERSION,
52
})
53
54
- registerAccountTools(this as unknown as CloudflareMcpAgent)
+ registerAccountTools(this)
55
registerIntegrationsTools(this)
56
}
57
0 commit comments