picoclaw/pkg/mcp
yuchou87 77d26e5ce3 fix(mcp): return aggregated error when all servers fail to connect
- Add errors.Join to return aggregated error when all enabled MCP servers fail
- Track enabled server count separately from total configured servers
- Return error only when all servers fail, not for partial failures
- Improve logging with accurate server counts (enabled vs connected)
- Maintains fault tolerance: partial failures don't stop initialization
2026-02-16 19:33:31 +08:00
..
manager.go fix(mcp): return aggregated error when all servers fail to connect 2026-02-16 19:33:31 +08:00
manager_test.go feat(mcp): add Model Context Protocol integration 2026-02-15 17:26:36 +08:00