diff --git a/src/mcp-server.ts b/src/mcp-server.ts index 86ff764..1dd9a60 100644 --- a/src/mcp-server.ts +++ b/src/mcp-server.ts @@ -198,9 +198,7 @@ export async function main() { description: "How to orchestrate ask262 tools to explore JavaScript internals", argsSchema: { - question: z - .string() - .describe("Question"), + question: z.string().describe("Question"), }, }, async ({ question }) => ({