make mcp "prodution ready"
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 2m11s

This commit is contained in:
2025-12-13 16:55:00 +01:00
parent b517c6939f
commit 0e24515303
5 changed files with 53 additions and 14 deletions

2
mcp/uv.lock generated
View File

@@ -82,6 +82,7 @@ dependencies = [
{ name = "dotenv" },
{ name = "fastmcp" },
{ name = "psycopg", extra = ["binary"] },
{ name = "uvicorn" },
]
[package.metadata]
@@ -91,6 +92,7 @@ requires-dist = [
{ name = "dotenv", specifier = ">=0.9.9" },
{ name = "fastmcp", specifier = ">=2.13.3" },
{ name = "psycopg", extras = ["binary"], specifier = ">=3.3.2" },
{ name = "uvicorn", specifier = ">=0.38.0" },
]
[[package]]