This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch gremlin-mcp in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 20c7f2a84b855557e6cd5d87d19905d115f7df2f Author: Stephen Mallette <[email protected]> AuthorDate: Mon Sep 29 14:32:19 2025 -0400 Adjusted packaging for TinkerPop official use --- gremlin-tools/gremlin-mcp/package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gremlin-tools/gremlin-mcp/package.json b/gremlin-tools/gremlin-mcp/package.json index a822788d3a..30364041c0 100644 --- a/gremlin-tools/gremlin-mcp/package.json +++ b/gremlin-tools/gremlin-mcp/package.json @@ -1,7 +1,7 @@ { - "name": "@kpritam/gremlin-mcp", - "version": "0.0.11-SNAPSHOT", - "description": "A Gremlin MCP server that allows for fetching status, schema, and querying using Gremlin for any Gremlin-compatible graph database (TypeScript implementation).", + "name": "gremlin-mcp", + "version": "3.8.0-alpha1", + "description": "The official Apache TinkerPop MCP server for Gremlin that allows for fetching status, schema, and querying using Gremlin for any TinkerPop-compatible graph database (TypeScript implementation).", "type": "module", "main": "dist/server.js", "bin": { @@ -31,12 +31,14 @@ "mcp", "model-context-protocol", "apache-tinkerpop", + "tinkerpop", "gremlin", "graph", - "database" + "database", + "graphdb" ], "author": { - "name": "Gremlin MCP Contributors" + "name": "Apache TinkerPop team" }, "license": "Apache-2.0", "dependencies": { @@ -66,16 +68,16 @@ "typescript-eslint": "^8.40.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/apache/tinkerpop.git" }, "bugs": { - "url": "https://github.com/apache/tinkerpop/issues" + "url": "https://issues.apache.org/jira/browse/TINKERPOP" }, - "homepage": "https://github.com/apache/tinkerpop/tree/3.8-dev/gremlin-tools/gremlin-mcp#readme", + "homepage": "https://tinkerpop.apache.org/", "files": [ "dist/", "README.md",
