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 7d0c33c01c0b02ae68e676f2fdf6f17e71caa556 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Oct 8 07:59:48 2025 -0400 README updates on gremlin-mcp --- gremlin-mcp/src/main/javascript/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gremlin-mcp/src/main/javascript/README.md b/gremlin-mcp/src/main/javascript/README.md index effa4691e7..317433f6c1 100644 --- a/gremlin-mcp/src/main/javascript/README.md +++ b/gremlin-mcp/src/main/javascript/README.md @@ -45,10 +45,10 @@ Talk to your graph database naturally: Your AI assistant gets access to these powerful tools: | Tool | Purpose | What It Does | -| --------------------------- | ---------------- | ------------------------------------------------------------ | +|-----------------------------| ---------------- | ------------------------------------------------------------ | | 🔍 **get_graph_status** | Health Check | Verify database connectivity and server status | | 📋 **get_graph_schema** | Schema Discovery | Get complete graph structure with vertices and edges | -| ⚡ **run_gremlin_query** | Query Execution | Execute any Gremlin traversal query with full syntax support | +| ⚡ **run_gremlin_query** | Query Execution | Execute any Gremlin traversal query with full syntax support | | 🔄 **refresh_schema_cache** | Cache Management | Force immediate refresh of cached schema information | | 📥 **import_graph_data** | Data Import | Load data from GraphSON, CSV, or JSON with batch processing | | 📤 **export_subgraph** | Data Export | Extract subgraphs to JSON, GraphSON, or CSV formats | @@ -493,7 +493,7 @@ The server implements intelligent schema discovery with enumeration detection: ### Contributing -1. Follow the Apache TinkerPop contribution guidelines +1. Follow the Apache TinkerPop [contribution guidelines](https://github.com/apache/tinkerpop/blob/master/CONTRIBUTING.asciidoc) 2. Run `npm run validate` before committing 3. Add tests for new functionality 4. Update documentation for user-facing changes @@ -516,8 +516,9 @@ The server implements intelligent schema discovery with enumeration detection: ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](../../../../../LICENSE) file for details. +This project is licensed under the Apache License 2.0 - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) +file for details. -This project is part of the Apache TinkerPop project. +This project is part of the [Apache TinkerPop](https://tinkerpop.apache.org/) project. ---
