Files
cavepediav2/mcp/pyproject.toml
Paul Walko 0e24515303
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 2m11s
make mcp "prodution ready"
2025-12-13 16:55:00 +01:00

15 lines
297 B
TOML

[project]
name = "cavepediav2-mcp"
version = "0.1.0"
description = "MCP for cavepediav2"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"asyncio>=4.0.0",
"cohere>=5.20.0",
"dotenv>=0.9.9",
"fastmcp>=2.13.3",
"psycopg[binary]>=3.3.2",
"uvicorn>=0.38.0",
]