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 5b8f21c7c212bfd1ccf19d01599580eae1dec28a
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Oct 1 07:59:00 2025 -0400

    Added warning about global traversals to docs
---
 docs/src/reference/gremlin-applications.asciidoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 7bf890c7c9..cb832fd415 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -3034,6 +3034,10 @@ the graph via standard Gremlin traversals.
 IMPORTANT: Gremlin MCP is currently available for experimental use only. It is 
under active development and its features
 may change.
 
+WARNING: Gremlin MCP executes global graph traversal to help it understand the 
schema and gather statistics. On a large
+grpah these queries will be costly. If you are trying Gremlin MCP, please try 
it with a smaller subset of your graph for
+experimentation purposes.
+
 MCP defines a simple request/response model for invoking named tools. A tool 
declares its input and output schema so an
 assistant can construct valid calls and reason about results. The Gremlin MCP 
server implements several tools and, when
 invoked by an MCP client, translates those calls to Gremlin traversals against 
a configured Gremlin endpoint. The

Reply via email to