Add uvx as recommended installation-free method for MCP server#58
Add uvx as recommended installation-free method for MCP server#58
Conversation
Codacy's Analysis Summary0 new issue (≤ 0 issue) Review Pull Request in Codacy →
|
Co-authored-by: harumiWeb <164025931+harumiWeb@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b5aac00862
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ### Option 1: Using uvx (recommended) | ||
|
|
||
| No installation required! Run directly with uvx: |
There was a problem hiding this comment.
Align start instructions with uvx-recommended install path
This section now marks uvx as the recommended, no-installation path, but the later Start (stdio) command still uses bare exstruct-mcp, which is only available after a traditional install. Users who follow Option 1 verbatim can hit command not found when they continue to the start step, so the docs should either provide a uvx-based start command there or explicitly state that the current start command assumes pip install.
Useful? React with 👍 / 👎.
Adds
uvxdocumentation as the recommended method for running ExStruct MCP server, eliminating the need forpip installwhile providing automatic dependency management and environment isolation.Changes
README files (README.md, docs/README.en.md, README.ja.md)
MCP documentation (docs/mcp.md)
Usage comparison
Before (pip install required):
pip install exstruct[mcp] exstruct-mcp --root C:\dataAfter (no install):
Agent config (uvx):
{ "mcpServers": { "exstruct": { "command": "uvx", "args": ["--from", "exstruct[mcp]", "exstruct-mcp", "--root", "C:\\data"] } } }Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.