Work with the shared mcp module for integration and transformation. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
18 lines
386 B
TOML
18 lines
386 B
TOML
model = "gpt-5-codex"
|
|
|
|
[mcp_servers.context7]
|
|
enabled = true
|
|
url = "https://mcp.context7.com/mcp"
|
|
|
|
[mcp_servers.context7.http_headers]
|
|
CONTEXT7_API_KEY = "{env:CONTEXT7_API_KEY}"
|
|
|
|
[mcp_servers.custom-server]
|
|
enabled = true
|
|
enabled_tools = ["open", "screenshot"]
|
|
url = "http://localhost:3000/mcp"
|
|
|
|
[mcp_servers.everything]
|
|
command = "final-command"
|
|
enabled = false
|
|
tool_timeout_sec = 45
|