From b97a8ce457964a8c9c2a676df22d7ea40e2863f6 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 26 May 2026 19:12:35 -0400 Subject: [PATCH] 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) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a363e4b..d93a917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "trafilatura>=1.12", "APScheduler>=3.10,<4.0", "pywebpush>=2.0", + "mcp[cli]>=1.0", ] [project.optional-dependencies]