* Update dependencies in pyproject.toml and uv.lock: bump graphiti-core to 0.14.0, add backoff and posthog packages, and update related version specifications. * Update Dockerfile to change ownership command for app directory to verbose mode
13 lines
274 B
TOML
13 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.14.0",
|
|
"azure-identity>=1.21.0",
|
|
"graphiti-core",
|
|
]
|