agents
agents copied to clipboard
Refactor MCP server connection logic
Moved MCP server connection logic from the Agent's startup process to dedicated methods connectMCPServers and disconnectMCPServers. This improves code organization and allows explicit control over MCP server connections.
TODO: rewrite client demo //cc @cmsparks