MCP Support #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
config.tomland add “Enable MCP” toggle in the TUI.Relates to #4
MCP integration
Use MCP’s dynamic capability discovery so the client can query connected servers for tools/resources/prompts and build a unified registry visible to the planner and executor.
Represent providers/models as discoverable resources or a “providers/list” tool, including metadata (capabilities, max tokens, cost class), so the planner can choose within strict boundaries.
Keep model credentials and routing logic on the client side; MCP servers expose tools, while the orchestrator decides which model invokes which tools at each step.
[feat] MCP Supportto MCP Support