Added
- Added Model Context Protocol (MCP) server support via
cloudsmith mcpcommands. Only STDIO transport is supported for now. - Auto-configure supported clients (Claude Desktop, Cursor, VS Code, Gemini CLI) with
cloudsmith mcp configure - List available tools with
cloudsmith mcp list_toolsand tool groups withcloudsmith mcp list_groups - Filter tools via
mcp_allowed_toolsandmcp_allowed_tool_groupsconfiguration options to control which API operations are exposed
Breaking Changes
- Python 3.10 is now required