This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryAdded Docker support with a Dockerfile, deploy.sh script, and README updates.
Full changelog
0366b8c: Docker Support and Automated Deployment
Release Date: 2025-10-29 21:16:23 UTC
Summary
This release significantly enhances the operational capabilities of the mcp-domain-availability project by introducing comprehensive Dockerization and a streamlined deployment process. Key updates include the addition of a Dockerfile for containerized execution, a new deploy.sh script to automate deployment, and updates to the README.md to provide clear instructions for running the application in a Docker environment. These improvements aim to simplify setup, ensure consistent environments, and facilitate easier deployment for developers and operators.
Feature Enhancements
- User-facing improvements
- The
README.mdhas been updated with detailed instructions on how to build and run themcp-domain-availabilityapplication using Docker, significantly improving the onboarding experience and simplifying operational procedures.
- The
- Technical enhancements implemented
- A
Dockerfilehas been introduced, enabling the containerized deployment of themcp-domain-availabilityapplication. This ensures environment consistency and facilitates scalable operations. - A new
deploy.shscript has been added to automate the deployment process, streamlining the setup and execution of the application within a containerized environment. - Adjustments were made to
src/mcp_domain_availability/main.pyto ensure full compatibility and performance within the newly introduced Docker container environment.
- A
Technical Specifications
Modified Files
Dockerfile(modified)- Changes: 4 total
- Added: 3 lines
- Removed: 1 lines
README.md(modified)- Changes: 52 total
- Added: 52 lines
- Removed: 0 lines
deploy.sh(added)- Changes: 15 total
- Added: 15 lines
- Removed: 0 lines
src/mcp_domain_availability/main.py(modified)- Changes: 8 total
- Added: 6 lines
- Removed: 2 lines
Repository Information
- Commit: 0366b8c
- Author: @imprvhub
- Branch: main
Deployment Instructions
Prerequisites
- Docker installed and running on your system.
Update Procedure
- Ensure your local repository is synchronized with the latest
mainbranch. - Navigate to the root directory of the
mcp-domain-availabilityproject. - Build the Docker image using the provided
Dockerfileby executing the appropriate Docker build command (e.g.,docker build -t mcp-domain-availability .). - Execute the new
deploy.shscript to run the application within a Docker container (e.g.,./deploy.sh). - Verify the application is running correctly by checking the Docker container logs or accessing its exposed services as detailed in the updated
README.md.
Breaking Changes
None - Full backward compatibility maintained
Attributions
This release incorporates the original implementation made by @nilsreichardt.
Reference commits:
This document was automated by Gitset.dev
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About imprvhub/mcp-domain-availability
A Model Context Protocol (MCP) server that enables Claude Desktop to check domain availability across 50+ TLDs. Features DNS/WHOIS verification, bulk checking, and smart suggestions. Zero-clone installation via uvx.
Related context
Beta — feedback welcome: [email protected]