This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new e507f0813c Fixed bad npm reference in README for gremlin-mcp CTR
e507f0813c is described below

commit e507f0813c92c813bff535d5a0fcbfb7e4a34b56
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Apr 2 07:59:48 2026 -0400

    Fixed bad npm reference in README for gremlin-mcp CTR
---
 gremlin-js/gremlin-mcp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-js/gremlin-mcp/README.md b/gremlin-js/gremlin-mcp/README.md
index 9b804121dd..a11d62fba5 100644
--- a/gremlin-js/gremlin-mcp/README.md
+++ b/gremlin-js/gremlin-mcp/README.md
@@ -134,7 +134,7 @@ Add this to your MCP client configuration:
   "mcpServers": {
     "gremlin": {
       "command": "npx",
-      "args": ["@kpritam/gremlin-mcp"],
+      "args": ["gremlin-mcp"],
       "env": {
         "GREMLIN_MCP_ENDPOINT": "your-server.com:8182/g",
         "GREMLIN_MCP_USERNAME": "your-username",

Reply via email to