graphiti/mcp_server/pyproject.toml
Daniel Chalef 4b578c1d53
bump v0.17.0 (#700)
* bump v0.17.0

* bump mcp
2025-07-10 16:14:11 -07:00

13 lines
274 B
TOML

[project]
name = "mcp-server"
version = "0.4.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.14.0",
"azure-identity>=1.21.0",
"graphiti-core",
]