We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5b51f commit 858072cCopy full SHA for 858072c
packages/opencontrol/src/mcp.ts
@@ -45,7 +45,7 @@ export function createMcp(input: { tools: Tool[] }) {
45
? (zodToJsonSchema(tool.args as any, "args").definitions![
46
"args"
47
] as any)
48
- : { type: "object" },
+ : { type: "object", properties: {} },
49
description: tool.description,
50
})),
51
} satisfies ListToolsResult
0 commit comments