deps: add mcp[cli] for in-app MCP server

First step of the MCP-first pivot. Adds the official Anthropic MCP SDK
so we can mount a FastMCP HTTP endpoint inside the main Quart app.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-26 19:12:35 -04:00
parent 8a8d6fc9f2
commit b97a8ce457
+1
View File
@@ -23,6 +23,7 @@ dependencies = [
"trafilatura>=1.12",
"APScheduler>=3.10,<4.0",
"pywebpush>=2.0",
"mcp[cli]>=1.0",
]
[project.optional-dependencies]