Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp-ant committed Nov 24, 2024
1 parent 35730e4 commit 446072a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "create-mcp-server"
version = "1.0.4.dev0"
version = "1.0.5"
description = "Create an Model Context Protocol server project from a template."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
3 changes: 1 addition & 2 deletions src/create_mcp_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def first_binary(self) -> str | None:
scripts = self.data["project"].get("scripts", {})
return next(iter(scripts.keys()), None)


def check_uv_version(required_version: str) -> str | None:
"""Check if uv is installed and has minimum version"""
try:
Expand Down Expand Up @@ -255,8 +256,6 @@ def check_package_name(name: str) -> bool:
return True




@click.command()
@click.option(
"--path",
Expand Down

0 comments on commit 446072a

Please sign in to comment.