Skip to content

Releases: scarr7981/cargoshipper-mcp

Release v1.0.3 - Safety Warnings & VIBECODE FRIENDLY

02 Oct 19:57

Choose a tag to compare

📚 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

25 Sep 02:05

Choose a tag to compare

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-mcp

Full details: v1.0.1...v1.0.2

Release v1.0.1 - Fix Pydantic Settings Validation

25 Sep 00:21

Choose a tag to compare

🔧 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

🚀 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

Full Changelog: https://github.com/scarr7981/cargoshipper-mcp/commits/v1.0.1