We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a8914 commit cf1f7c1Copy full SHA for cf1f7c1
1 file changed
packages/server/src/server/mcp.ts
@@ -701,7 +701,7 @@ export class McpServer {
701
description: string | undefined,
702
argsSchema: StandardSchemaWithJSON | undefined,
703
callback: PromptCallback<StandardSchemaWithJSON | undefined>,
704
- _meta: Record<string, unknown> | undefined,
+ _meta: Record<string, unknown> | undefined
705
): RegisteredPrompt {
706
// Track current schema and callback for handler regeneration
707
let currentArgsSchema = argsSchema;
@@ -941,7 +941,7 @@ export class McpServer {
941
description,
942
argsSchema,
943
cb as PromptCallback<StandardSchemaWithJSON | undefined>,
944
- _meta,
+ _meta
945
);
946
947
this.setPromptRequestHandlers();
0 commit comments