clean up prompt

This commit is contained in:
tusharmagar 2025-11-25 11:46:54 +05:30
parent 83c54c1c93
commit d0eb8d6b3f

View file

@ -256,24 +256,6 @@ Once an MCP server is configured, add its tools to agent definitions:
}
\`\`\`
- Filesystem operations:
\`\`\`json
"tools": {
"read_file": {
"type": "mcp",
"name": "read_file",
"description": "Read file contents",
"mcpServerName": "filesystem",
"inputSchema": {
"type": "object",
"properties": {
"path": {"type": "string", "description": "File path to read"}
},
"required": ["path"]
}
}
}
\`\`\`
## Safety reminders
- ALWAYS use \`addMcpServer\` to configure MCP servers—never manually edit config files