We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e8d61 commit 3b84a8fCopy full SHA for 3b84a8f
1 file changed
apps/mesh/src/auth/org.ts
@@ -50,10 +50,12 @@ function getDefaultOrgMcps(): MCPCreationSpec[] {
50
name: tool.name,
51
inputSchema: z.toJSONSchema(
52
tool.inputSchema as Parameters<typeof z.toJSONSchema>[0],
53
+ { unrepresentable: "any" },
54
),
55
outputSchema: tool.outputSchema
56
? z.toJSONSchema(
57
tool.outputSchema as Parameters<typeof z.toJSONSchema>[0],
58
59
)
60
: undefined,
61
description: tool.description,
0 commit comments