Merge pull request 'feat: upgrade fast-agent-mcp to 0.7.22, add Fable 5 / Opus 4.8 Mantle wire names' (#4) from feat/fast-agent-0.7.22 into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-07-25 10:46:59 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ logger = logging.getLogger(__name__)
MANTLE_WIRE_NAMES: dict[str, str] = { MANTLE_WIRE_NAMES: dict[str, str] = {
"claude-haiku-4-5": "anthropic.claude-haiku-4-5", "claude-haiku-4-5": "anthropic.claude-haiku-4-5",
"claude-opus-4-7": "anthropic.claude-opus-4-7", "claude-opus-4-7": "anthropic.claude-opus-4-7",
"claude-opus-4-8": "anthropic.claude-opus-4-8",
"claude-fable-5": "anthropic.claude-fable-5",
} }

View File

@@ -1,10 +1,10 @@
[project] [project]
name = "pallas-mcp" name = "pallas-mcp"
version = "0.5.2" version = "0.6.0"
description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP" description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP"
requires-python = ">=3.13.5" requires-python = ">=3.13.5"
dependencies = [ dependencies = [
"fast-agent-mcp==0.7.15", "fast-agent-mcp==0.7.22",
"httpx", "httpx",
"prometheus-client", "prometheus-client",
"pyyaml", "pyyaml",