Releases: scarr7981/cargoshipper-mcp
Releases · scarr7981/cargoshipper-mcp
Release v1.0.3 - Safety Warnings & VIBECODE FRIENDLY
📚 Documentation Updates
- Safety Warnings: Added comprehensive warnings about AI model risks with infrastructure APIs
- VIBECODE FRIENDLY: Designated project as welcoming to AI/LLM contributors
- Guidelines: Added contribution guidelines for AI agents
- Risk Awareness: Highlighted potential dangers of AI managing infrastructure
⚠️ Key Safety Updates
- Warns about potential resource costs and service disruption
- Provides recommended safety measures for AI usage
- Emphasizes testing in isolated environments first
🤖 AI-Friendly Features
- Welcomes pull requests from Claude, GPT, and other AI models
- Provides specific guidelines for AI contributors
- Documents MCP tools available for AI development
This release makes the project safer and more accessible for AI-driven development workflows.
Release v1.0.2 - Docker Operations & Authentication Fixes
Bug Fixes
- Fix docker_list_containers crash with missing container images
- Improve error messages for removed containers and registry issues
Authentication Enhancements
- Comprehensive Docker registry authentication system
- Support for environment variables and Docker config integration
- Perfect for Linux production environments
Installation
uvx cargoshipper-mcpFull details: v1.0.1...v1.0.2
Release v1.0.1 - Fix Pydantic Settings Validation
🔧 Bug Fixes
- Fix Pydantic validation error preventing MCP server startup
- Add
extra = 'ignore'to Settings Config to handle extra environment variables - Resolves startup crashes when other projects (like trowel.io) set environment variables
- Improves compatibility in mixed development environments
- Add
🚀 Impact
This patch release fixes a critical issue where the CargoShipper MCP server would fail to start with validation errors like:
pydantic_core._pydantic_core.ValidationError: 8 validation errors for Settings
trowel_web_builder_port
Extra inputs are not permitted [type=extra_forbidden, input_value='5000', input_type=str]
📦 Installation
uvx cargoshipper-mcp🔄 Full Changelog
v1.0.0...v1.0.1: v1.0.0...v1.0.1
🤖 Generated with Claude Code
What's Changed
- 🔧 Fix Pydantic settings validation for extra environment variables by @scarr7981 in #1
New Contributors
- @scarr7981 made their first contribution in #1
Full Changelog: https://github.com/scarr7981/cargoshipper-mcp/commits/v1.0.1