add mcp, batching

This commit is contained in:
2025-12-07 04:35:21 +01:00
parent 30f68a9d04
commit d6bc34d138
14 changed files with 1973 additions and 138 deletions

13
mcp/pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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",
]