From ac0119d534ae695ccc2d352e173f58c1f2e232cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=A0=D0=BE=D0=B4=D0=B8=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Tue, 13 May 2025 18:43:35 +0300 Subject: [PATCH] fix build --- src/core/prompts/instructions/create-mcp-server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/prompts/instructions/create-mcp-server.ts b/src/core/prompts/instructions/create-mcp-server.ts index 11f261befa..f2b4b2e61e 100644 --- a/src/core/prompts/instructions/create-mcp-server.ts +++ b/src/core/prompts/instructions/create-mcp-server.ts @@ -50,7 +50,7 @@ Common configuration options for both types: - \`disabled\`: (optional) Set to true to temporarily disable the server - \`timeout\`: (optional) Maximum time in seconds to wait for server responses (default: 60) - \`alwaysAllow\`: (optional) Array of tool names that don't require user confirmation -- `disabledForPromptTools`: (optional) Array of tool names that are not included in the system prompt and won't be used +- \`disabledForPromptTools\`: (optional) Array of tool names that are not included in the system prompt and won't be used ### Example Local MCP Server