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