Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bwc-cli@1.2.0 source code.tar.gz | 2025-08-15 | 3.0 MB | |
bwc-cli@1.2.0 source code.zip | 2025-08-15 | 3.1 MB | |
README.md | 2025-08-15 | 3.7 kB | |
Totals: 3 Items | 6.1 MB | 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 add
now includes MCP server option with scope selection
-
Enhanced Commands:
- Added
bwc remove
command for uninstalling subagents, commands, and MCP servers - Added
bwc info
command for detailed information about items - Added
--scope user|project|local
flags 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 status
command: Added comprehensive configuration health checks- Basic status shows configuration scope and installed item counts
--verify-mcp
flag performs deep verification of MCP server installations--json
flag 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