Releases: modelcontextprotocol/create-python-server
Releases · modelcontextprotocol/create-python-server
v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add project license, URLs, other metadata by @jspahrsummers in #3
- Fix script name in README.md
New Contributors
- @jspahrsummers made their first contribution in #3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
This release improves the generation of MCP server projects.
Features
- Projects now include a generated README.md
Requirements
- UV >= 0.4.10
- Python 3.10+
Usage
# Using uvx (recommended)
uvx create-mcp-server
# Or using pip
pip install create-mcp-server
create-mcp-server
v1.0.1
v1.0.1 Initial Release
First public release of create-mcp-server, a tool to create Model Context Protocol (MCP) server projects with zero configuration.
Features
- Simple CLI tool to create new MCP server projects
- Automatic project structure setup with best practices
- Built on UV for fast, reliable package management
- Zero configuration needed to get started
Requirements
- UV >= 0.4.10
- Python 3.10+
Usage
# Using uvx (recommended)
uvx create-mcp-server
# Or using pip
pip install create-mcp-server
create-mcp-server
This release provides the foundation for quickly bootstrapping MCP server projects. Future releases will add additional templates and configuration options.
This tool is used to create