You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed configured MCP servers never reaching the model in normal sessions: createAgentSession pinned a fixed initial active-tool list (read/bash/edit/write/task/agent) that overrode the session's computed default, so the registered mcp_tool_search / mcp_tool_call (and memory_*) tools were never activated. mcp list showed servers and no error fired, yet the agent had no MCP tools. The initial active set is now left unset unless the caller passes explicit tools, so the session activates the memory and MCP bridge tools it discovers (#127).