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

Commit 6559948

Browse files
committed
Resolve the path before using it
1 parent 6e43668 commit 6559948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/create_mcp_server/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ def main(
341341
click.echo("❌ Error: Invalid path. Project creation aborted.", err=True)
342342
return 1
343343

344+
project_path = project_path.resolve()
345+
344346
create_project(project_path, name, description, version, claudeapp)
345347
update_pyproject_settings(project_path, version, description)
346348

0 commit comments

Comments
 (0)