This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " create-mcp-server"
3- version = " 1.0.4.dev0 "
3+ version = " 1.0.5 "
44description = " Create an Model Context Protocol server project from a template."
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff 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+
2728def 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" ,
You can’t perform that action at this time.
0 commit comments