This commit is contained in:
elpresidank 2026-05-30 09:56:23 -05:00
parent ffd97375a8
commit 5776171d27
4 changed files with 165 additions and 5 deletions

View file

@ -92,6 +92,9 @@ const DEFAULT_BLUEPRINT: Blueprint = {
// Librarian RPC (for PDF decoder)
"librarian-request": "tg.flow.librarian-request",
"librarian-response": "tg.flow.librarian-response",
// MCP tool invocation
"mcp-tool-request": "tg.flow.mcp-tool-request",
"mcp-tool-response": "tg.flow.mcp-tool-response",
},
};