Expand description
§forge-config
Configuration loading for the Forgemax Code Mode MCP Gateway.
Supports TOML configuration files with environment variable expansion.
§Example
[servers.narsil]
command = "narsil-mcp"
args = ["--repos", "."]
transport = "stdio"
[servers.github]
url = "https://mcp.github.com/mcp"
transport = "sse"
headers = { Authorization = "Bearer ${GITHUB_TOKEN}" }
[sandbox]
timeout_secs = 5
max_heap_mb = 64
max_concurrent = 8
max_tool_calls = 50Structs§
- Forge
Config - Top-level Forge configuration.
- Group
Config - Configuration for a server group.
- Sandbox
Overrides - Sandbox configuration overrides.
- Server
Config - Configuration for a single downstream MCP server.
- Stash
Overrides - Configuration overrides for the ephemeral stash.
Enums§
- Config
Error - Errors from config parsing.