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.
1 parent d425d9e commit 89075b9Copy full SHA for 89075b9
packages/mcp-common/src/tools/account.ts
@@ -7,8 +7,8 @@ import { type CloudflareMcpAgent } from '../types/cloudflare-mcp-agent'
7
export function registerAccountTools(agent: CloudflareMcpAgent) {
8
// Tool to list all accounts
9
agent.server.tool(
10
- 'accounts_list',
11
- 'List all accounts in your Cloudflare account',
+ 'accounts_list',`List all accounts in your Cloudflare account.
+If you have access to multiple accounts you MUST ask the user to select one.`,
12
{},
13
async () => {
14
try {
0 commit comments