From bb12a91ebde1cd213477b043f74b13bc1825c2f7 Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:34:51 -0700 Subject: [PATCH] docs: Remove telemetry from features list Telemetry is not a feature but a notice about data collection, so it shouldn't be listed as a feature. Addresses review comment on line 29 --- mcp_server/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/mcp_server/README.md b/mcp_server/README.md index fe60d8f6..6e805c4e 100644 --- a/mcp_server/README.md +++ b/mcp_server/README.md @@ -26,7 +26,6 @@ The Graphiti MCP server provides comprehensive knowledge graph capabilities: - **Custom Entity Types**: Define and use custom entity types for domain-specific knowledge extraction - **HTTP Transport**: Default HTTP transport with MCP endpoint at `/mcp/` for broad client compatibility - **Queue-based Processing**: Asynchronous episode processing with configurable concurrency limits -- **Telemetry**: Optional anonymous usage statistics to help improve the framework ## Quick Start