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 b9e8527 commit 182688fCopy full SHA for 182688f
packages/blade-mcp/src/tools/getBladeComponentDocs.ts
@@ -29,7 +29,7 @@ const getBladeComponentDocsToolSchema = {
29
.describe(
30
"The working root directory of the consumer's project. Do not use root directory, do not use '.', only use absolute path to current directory",
31
),
32
- agentName: z.enum(['claude', 'cursor', 'any other agent name']).optional().default('cursor'),
+ clientName: z.enum(['claude', 'cursor', 'unknown']).default('unknown'),
33
};
34
35
const getBladeComponentDocsToolCallback: ToolCallback<typeof getBladeComponentDocsToolSchema> = ({
0 commit comments