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 f1bd11f commit 7688aaeCopy full SHA for 7688aae
src/services/mcp/McpHub.ts
@@ -80,7 +80,7 @@ const createServerTypeSchema = () => {
80
url: z.string().url("URL must be a valid URL format"),
81
headers: z.record(z.string()).optional(),
82
// Ensure no stdio fields are present
83
- command: z.undefined(),
+ command: z.undefined().optional(),
84
args: z.undefined().optional(),
85
env: z.undefined().optional(),
86
})
0 commit comments