feat: add token column to mcp_servers and pipe through to sse server config (#2775)

Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
This commit is contained in:
jnjpng
2025-06-14 18:48:10 -07:00
committed by GitHub
parent 37a4bdd0d3
commit 6efbc56e3b
13 changed files with 310 additions and 42 deletions

View File

@@ -16,7 +16,7 @@ letta = "letta.main:app"
[tool.poetry.dependencies]
python = "<3.14,>=3.10"
typer = {extras = ["all"], version = "^0.9.0"}
typer = "^0.15.2"
questionary = "^2.0.1"
pytz = "^2023.3.post1"
tqdm = "^4.66.1"
@@ -84,7 +84,7 @@ colorama = "^0.4.6"
marshmallow-sqlalchemy = "^1.4.1"
boto3 = {version = "^1.36.24", optional = true}
datamodel-code-generator = {extras = ["http"], version = "^0.25.0"}
mcp = "^1.3.0"
mcp = {extras = ["cli"], version = "^1.9.4"}
firecrawl-py = "^1.15.0"
apscheduler = "^3.11.0"
aiomultiprocess = "^0.9.1"