Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 446072a

Browse files
committedNov 24, 2024··
1.0.5
1 parent 35730e4 commit 446072a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "create-mcp-server"
3-
version = "1.0.4.dev0"
3+
version = "1.0.5"
44
description = "Create an Model Context Protocol server project from a template."
55
readme = "README.md"
66
requires-python = ">=3.10"

Diff for: ‎src/create_mcp_server/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def first_binary(self) -> str | None:
2424
scripts = self.data["project"].get("scripts", {})
2525
return next(iter(scripts.keys()), None)
2626

27+
2728
def check_uv_version(required_version: str) -> str | None:
2829
"""Check if uv is installed and has minimum version"""
2930
try:
@@ -255,8 +256,6 @@ def check_package_name(name: str) -> bool:
255256
return True
256257

257258

258-
259-
260259
@click.command()
261260
@click.option(
262261
"--path",

0 commit comments

Comments
 (0)
This repository has been archived.