Update src/core/prompts/instructions/create-mcp-server.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Ksandr 2025-05-13 17:41:23 +03:00 committed by Daniel Riccio
parent 73d6e1495d
commit b735a12074

View file

@ -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 don't includes to 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