bwc-cli@1.2.0
New Features
-
MCP Server Support: Added full support for 100+ Model Context Protocol servers via Docker MCP Gateway
bwc add --mcp <server>- Install MCP servers (default: local scope)bwc add --mcp <server> --scope user- Install globally for userbwc add --mcp <server> --scope project- Install for current projectbwc add --mcp <server> --scope local- Install for local use onlybwc remove --mcp <server>- Remove installed MCP serversbwc remove --mcp <server> --scope user- Remove from user scopebwc remove --mcp <server> --scope project- Remove from project scopebwc remove --mcp <server> --scope local- Remove from local scopebwc list --mcp- List installed MCP serversbwc add --setup- Setup Docker MCP Gateway independently- Interactive mode:
bwc addnow includes MCP server option with scope selection
-
Enhanced Commands:
- Added
bwc removecommand for uninstalling subagents, commands, and MCP servers - Added
bwc infocommand for detailed information about items - Added
--scope user|project|localflags to MCP operations for configuration scope control
- Added
Documentation
- Added comprehensive MCP server documentation
- Updated CLI documentation with configuration scope behavior
- Fixed terminology: "global" → "user" configuration throughout docs
- Added examples for team collaboration with MCP servers
New Features
-
bwc statuscommand: Added comprehensive configuration health checks- Basic status shows configuration scope and installed item counts
--verify-mcpflag performs deep verification of MCP server installations--jsonflag provides machine-readable output for scripting- Provides intelligent fix commands with gateway setup reminders
-
Remote MCP Server Support: Added support for SSE/HTTP servers via Claude CLI
- Connect to remote APIs and cloud services
- Support for custom authentication headers
- Proper .mcp.json integration for team sharing
--transport sse/http --url <url>for remote endpoints
-
Enhanced .mcp.json Integration: Improved team collaboration
- SSE/HTTP servers properly saved with "type" field (not "transport")
- Docker servers correctly excluded from .mcp.json (use gateway instead)
- Project-scoped servers automatically shared via .mcp.json
Improvements
- Removed confusing Registry option from interactive mode
- Added intelligent fix suggestions with gateway setup reminders
- Improved MCP configuration consistency across all commands
- Better error handling and user guidance for MCP server issues
- Added converter utility for consistent BWC config to .mcp.json format conversion
- Enhanced verification logic to detect and fix common configuration issues
Breaking Changes
- None
Documentation
- Updated all documentation to reflect dual MCP provider support (Docker + Remote)
- Added comprehensive troubleshooting guides
- Clarified configuration scope behavior
- Added MCP server verification documentation
- Updated examples to show differences between server types
Full Changelog: https://github.com/davepoon/claude-code-subagents-collection/compare/v1.1.0...bwc-cli@1.2.0