This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Question about UV dependency handling and entry point configuration #16
Labels
bug
Something isn't working
Describe the bug
Thanks for this excellent tool! Two issues encountered during project creation that affect the tool's "Zero Configuration" goal:
uv run
to work as documentedTo Reproduce
uvx create-mcp-server
cd
into project directoryuv sync --dev --all-extras
uv run my-server
First error:
command not found: uv
Second error:
ModuleNotFoundError: No module named 'mcp_template_server.__main__'
Expected behavior
Based on the project's "Zero Configuration" philosophy and documentation:
uv run my-server
without additional configurationLogs
Initial attempt:
$ uv run my-server command not found: uv
After UV installation:
$ uv run my-server ModuleNotFoundError: No module named 'mcp_template_server.__main__'
Additional context
Happy to provide more details about either issue, or submit a fix. These observations come from following the quickstart guide and documented setup steps.
The text was updated successfully, but these errors were encountered: