mirror of
https://github.com/getzep/graphiti.git
synced 2025-06-27 02:00:02 +00:00

* update graphiti dep * - Introduce SEMAPHORE_LIMIT environment variable in graphiti_mcp_server.py to manage concurrency and mitigate 429 rate limit errors. - Document SEMAPHORE_LIMIT usage in README.md for better user guidance. * Log the concurrency limit in Graphiti initialization for better visibility. * Document SEMAPHORE_LIMIT environment variable in README.md to clarify its role in managing episode processing concurrency and handling 429 rate limit errors.
14 lines
274 B
TOML
14 lines
274 B
TOML
[project]
|
|
name = "mcp-server"
|
|
version = "0.1.0"
|
|
description = "Graphiti MCP Server"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<4"
|
|
dependencies = [
|
|
"mcp>=1.5.0",
|
|
"openai>=1.68.2",
|
|
"graphiti-core>=0.13.0",
|
|
"azure-identity>=1.21.0",
|
|
"graphiti-core",
|
|
]
|