Skip to content

readme updated #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jenasuraj
Copy link

@jenasuraj jenasuraj commented Jun 7, 2025

Motivation and Context

The original command mcp install server.py assumes a globally available mcp CLI, which may not be present in uv-managed setups. Using uv run mcp install server.py ensures the command executes within the correct virtual environment, aligning with recommended practices.

How Has This Been Tested?

Tested locally in a uv-managed project. The server installed successfully and was recognized by Claude Desktop.

Breaking Changes

None. Users not utilizing uv can continue using mcp install server.py as before.

Types of changes

  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

This change ensures that users following the uv workflow can install and run their MCP servers without encountering issues related to command execution outside the virtual environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant