Conversation
…ugin Replace the git submodule at external-plugins/mcp-neo4j with a built-in plugin at plugins/neo4j that uses uvx to run all four Neo4j MCP servers (aura-manager, cypher, data-modeling, memory) directly from PyPI. - Remove external-plugins/mcp-neo4j submodule (amondnet/mcp-neo4j) - Add plugins/neo4j/.claude-plugin/plugin.json with uvx-based MCP config - Update marketplace.json source from github to ./plugins/neo4j - Add plugins/neo4j to release-please-config.json - Update README.md: move entry from External to Built-in Plugins section - Update CLAUDE.md: remove mcp-neo4j from external submodule list
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request streamlines the integration of the Neo4j plugin by transitioning it from an external git submodule to a built-in component. This change simplifies the project's dependency management by leveraging PyPI packages for the Neo4j MCP servers, reducing overhead and making the plugin easier to maintain and use within the system. The necessary configuration and documentation have been updated to reflect this architectural shift. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request successfully migrates the mcp-neo4j plugin from an external git submodule to a built-in plugin, simplifying the repository structure and dependency management. The changes across marketplace.json, .gitmodules, README.md, and release-please-config.json are all consistent with this goal. I have one suggestion to enhance the new plugin.json file by adding standard metadata fields, including the author field which should credit the upstream organization as per repository guidelines, to improve its completeness and align it with documented best practices.
Summary
external-plugins/mcp-neo4jgit submodule (was pointing toamondnet/mcp-neo4jfork)plugins/neo4j/.claude-plugin/plugin.jsonas a built-in plugin usinguvxto run all four Neo4j MCP servers directly from PyPImarketplace.jsonsource from{"source": "github", "repo": "amondnet/mcp-neo4j"}to"./plugins/neo4j"release-please-config.jsonto trackplugins/neo4jreleasesREADME.md: move MCP Neo4j entry from External Plugins to Built-in Plugins sectionCLAUDE.md: remove mcp-neo4j from external submodule listMCP Servers included
mcp-neo4j-cloud-aura-apimcp-neo4j-aura-managermcp-neo4j-cyphermcp-neo4j-cyphermcp-neo4j-data-modelingmcp-neo4j-data-modelingmcp-neo4j-memorymcp-neo4j-memoryMotivation
Since all Neo4j MCP servers are available as PyPI packages runnable via
uvx, maintaining a git submodule fork is unnecessary overhead. Moving to a built-in plugin simplifies the setup and removes a dependency on the fork.Summary by cubic
Migrates mcp-neo4j from an external submodule to a built-in plugin that runs all four Neo4j MCP servers from PyPI via uvx. This simplifies setup, removes the fork dependency, and enables release tracking.
Written for commit fd2a6a4. Summary will update on new commits.