MCP servers
MCP
~/.fabro/settings.toml
Vendor docs
config
| name | type | required | meaning | concept | |
|---|---|---|---|---|---|
| command | string |
Array: the executable followed by its arguments.
|
docs ↗ | ||
| env | string |
Additional environment variables for the child process.
|
docs ↗ | ||
| headers | string |
Optional HTTP headers (e.g., for authentication).
|
docs ↗ | ||
| port | string |
The port the MCP server listens on inside the sandbox.
|
docs ↗ | ||
| protocol | string |
HTTP MCP protocol: `"streamable_http"` or legacy `"sse"`.
|
docs ↗ | ||
| script | string |
Shell script alternative to `command`.
|
docs ↗ | ||
| startup_timeout | string |
Max duration to wait for the MCP handshake.
|
docs ↗ | ||
| tool_timeout | string |
Max duration for a single tool call.
|
docs ↗ | ||
| type | string |
Must be `"stdio"`.
|
docs ↗ | ||
| url | string |
The MCP server endpoint URL.
|
docs ↗ |