Skip to main content

Module tool_profiles

Module tool_profiles 

Source

Structs§

ProfileInfo

Enums§

ToolProfile
Controls which MCP tools are exposed to agents.

Constants§

PROFILE_NAMES
Available built-in profile names.

Functions§

clear_profile_in_config
Removes the tool_profile key from config.toml, restoring the lean default: only the lazy core set (~13 tools) is advertised in tools/list, while every registered tool stays reachable through ctx_call. This is the recommended low-overhead mode (#575).
list_profiles
set_profile_in_config
Writes the tool_profile setting to config.toml, preserving all comments, formatting, and unrelated keys (robust against substring/comment matches).