Work with the shared mcp module for integration and transformation. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
16 lines
350 B
TOML
16 lines
350 B
TOML
[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.disabled-server]
|
|
args = ["test"]
|
|
command = "echo"
|
|
enabled = false
|
|
|
|
[mcp_servers.everything]
|
|
args = ["-y", "@modelcontextprotocol/server-everything"]
|
|
command = "npx"
|
|
enabled = true
|