| Name | Type | Description |
|---|---|---|
assistant_id | str | Default: 'agent'Resolved dcode agent identifier to compile for built-in tools, including any agent-specific subagents. |
enable_interpreter | bool | Default: FalseWhether the default agent binds |
fs_tools | list[FsToolName] | None | Default: None |
include_mcp | bool | Default: True |
mcp_config_path | str | None | Default: None |
trust_project_mcp | bool | None | Default: None |
Collect everything dcode tools list renders.
Filesystem tool allowlist; forwarded to
collect_built_in_tools, which filters the built-in enumeration so
it matches the configured session.
When True, discover MCP servers and append their groups
after the built-in group (best-effort). Pass False to mirror
--no-mcp.
Explicit MCP config path (--mcp-config).
Project-level stdio trust decision
(--trust-project-mcp).