From 3b2a0a119f40945738f2025e807e4689c065570c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 29 Apr 2026 08:08:01 -0400 Subject: [PATCH] =?UTF-8?q?chore(fable-mcp):=20bump=20version=20to=200.3.0?= =?UTF-8?q?=20=E2=80=94=20journal=20tools=20replace=20briefing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MCP server's briefing introspection tools were replaced with journal equivalents in c549827, but the package version stayed at 0.2.6 — so pipx upgrades against existing installs were no-ops and production MCP clients still served the obsolete briefing tools (which 404 against the migrated backend). Bumping minor since this is a breaking tool-surface change (briefing tools removed). Reinstall via `pipx install --force` to pick up. Co-Authored-By: Claude Opus 4.7 --- fable-mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fable-mcp/pyproject.toml b/fable-mcp/pyproject.toml index d3212e8..ff90611 100644 --- a/fable-mcp/pyproject.toml +++ b/fable-mcp/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fable-mcp" -version = "0.2.6" +version = "0.3.0" description = "MCP server for Fabled Scribe" requires-python = ">=3.12" dependencies = [