From 80f288102a5203bd968d6c2c9341ca86fffa6b67 Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Wed, 26 Mar 2025 23:11:22 -0700 Subject: [PATCH] remove example usage (#306) Update README.md --- mcp_server/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/mcp_server/README.md b/mcp_server/README.md index 515d3efe..f5dcf8a3 100644 --- a/mcp_server/README.md +++ b/mcp_server/README.md @@ -226,30 +226,6 @@ add_episode( ) ``` -## Example Usage - -Once the Graphiti MCP server is running and configured with an MCP-compatible client: - -``` -User: Add information about a company to the knowledge graph. - -Assistant: I'll help you add information about a company to the knowledge graph. - -[Assistant uses the add_episode tool to add the information] - -User: Now search for information about this company. - -Assistant: I'll search the knowledge graph for information about the company. - -[Assistant uses the search_facts tool to find relevant facts] - -User: Can you show me a summary of entities related to this company? - -Assistant: I'll search for node summaries related to the company. - -[Assistant uses the search_nodes tool to find relevant entity summaries] -``` - ## Integrating with the Cursor IDE To integrate the Graphiti MCP Server with the Cursor IDE, follow these steps: