mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
use mctrl-mcp
This commit is contained in:
parent
3a18ab4b15
commit
0b7da85af9
1 changed files with 11 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ rmcp_client = true
|
|||
hide_gpt5_1_migration_prompt = true
|
||||
|
||||
[features]
|
||||
web_search_request = true
|
||||
web_search_request = false
|
||||
streamable_shell = true
|
||||
apply_patch_freeform = true
|
||||
unified_exec = false
|
||||
|
|
@ -39,3 +39,13 @@ unified_exec = false
|
|||
[mcp_servers.tracker]
|
||||
command = "/Users/david/.config/agent-tracker/bin/tracker-mcp"
|
||||
startup_timeout_ms = 20000
|
||||
|
||||
[mcp_servers.web]
|
||||
command = "/bin/sh"
|
||||
args = ["-lc", "exec mctrl-mcp web"]
|
||||
startup_timeout_ms = 20000
|
||||
|
||||
[rmcp_servers.web]
|
||||
command = "/bin/sh"
|
||||
args = ["-lc", "exec mctrl-mcp web"]
|
||||
startup_timeout_ms = 20000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue