Skip to content

Commit 182688f

Browse files
tewariganuraghazra
andauthored
Update packages/blade-mcp/src/tools/getBladeComponentDocs.ts
Co-authored-by: Anurag Hazra <[email protected]>
1 parent b9e8527 commit 182688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blade-mcp/src/tools/getBladeComponentDocs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const getBladeComponentDocsToolSchema = {
2929
.describe(
3030
"The working root directory of the consumer's project. Do not use root directory, do not use '.', only use absolute path to current directory",
3131
),
32-
agentName: z.enum(['claude', 'cursor', 'any other agent name']).optional().default('cursor'),
32+
clientName: z.enum(['claude', 'cursor', 'unknown']).default('unknown'),
3333
};
3434

3535
const getBladeComponentDocsToolCallback: ToolCallback<typeof getBladeComponentDocsToolSchema> = ({

0 commit comments

Comments
 (0)