mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-31 19:15:17 +02:00
clean up prompt
This commit is contained in:
parent
83c54c1c93
commit
d0eb8d6b3f
1 changed files with 0 additions and 18 deletions
|
|
@ -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
|
## Safety reminders
|
||||||
- ALWAYS use \`addMcpServer\` to configure MCP servers—never manually edit config files
|
- ALWAYS use \`addMcpServer\` to configure MCP servers—never manually edit config files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue