fix(fable-mcp): fix send_message to use correct two-step API flow

POST .../messages to start generation, then stream from .../generation/stream.
The previous implementation used a non-existent /stream endpoint.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 16:02:44 -04:00
parent 8a54daf3c9
commit 746b21fa4c
2 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "fable-mcp"
version = "0.2.1"
version = "0.2.2"
description = "MCP server for Fabled Assistant"
requires-python = ">=3.12"
dependencies = [