You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Expected behavior
Based on the project's "Zero Configuration" philosophy and documentation:
Dependencies should be automatically handled during setup
Server should start with uv run my-server without additional configuration
Logs
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.