Enhancement/uv tool update#111
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the HoloViz MCP documentation and code to reflect a change in installation and usage from uvx holoviz-mcp to holoviz-mcp as a globally installed uv tool. The changes ensure consistency across all documentation and improve the user experience by recommending installation with the [pydata] extra and simplifying command invocations.
Changes:
- Updated command invocations throughout documentation from
uvx holoviz-mcptoholoviz-mcp - Added installation recommendation for
holoviz-mcp[pydata]extra dependencies - Updated JSON configuration examples to remove
uvxwrapper and use directholoviz-mcpcommand - Clarified documentation strings in server.py to be more generic
- Updated path references from
~/.holoviz-mcp/chroma/to~/.holoviz-mcp/vector_db/
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/holoviz_mcp/holoviz_mcp/server.py | Updated docstrings to be more generic and clarified jupyter execution mode requirements |
| docs/tutorials/getting-started.md | Updated installation to use [pydata] extra, changed commands from uvx to direct invocation, added copilot installation step |
| docs/tutorials/display-server.md | Simplified display-server command invocation by removing uvx alternatives |
| docs/tutorials/copilot.md | Updated copilot installation command to use direct invocation |
| docs/how-to/updates.md | Updated all command examples to use direct invocation and corrected vector_db path |
| docs/how-to/troubleshooting.md | Updated all troubleshooting commands to use direct invocation and corrected vector_db path |
| docs/how-to/serve-apps.md | Updated serve command and fixed title punctuation |
| docs/how-to/installation.md | Reorganized installation section, removed convenience aliases, simplified instructions |
| docs/how-to/ide-configuration.md | Updated all IDE configuration examples to use direct command invocation |
| docs/how-to/configuration.md | Updated all configuration examples and environment variable usage |
| docs/explanation/security.md | Updated security examples with direct command invocation and corrected storage path |
| docs/explanation/architecture.md | Updated vector database path reference |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.