graphiti/mcp_server/pyproject.toml
Tyler Lafleur 56f5d154c7 Fix Railway deployment configuration and dependencies
- Update railway.json to use absolute paths instead of cd commands
- Remove duplicate graphiti-core dependency from mcp_server/pyproject.toml
- Configure proper PYTHONPATH for Railway deployment context

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 21:35:58 -05:00

12 lines
253 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",
]