trustgraph/ts
elpresidank 6ac5446a76 feat(mcp-tool): wire McpToolService into deploy stack
Three pieces, all required for an end-to-end MCP tool call:

* McpToolService used generic spec names "request"/"response" instead of
  "mcp-tool-request"/"mcp-tool-response", so RequestResponseSpec's
  flow-config topic lookup never matched and consumers bound to literal
  subjects nobody else publishes to.

* Add entrypoints/mcp-tool.mjs (mirrors agent/librarian entrypoints) so
  the service can be launched in the prebuilt trustgraph-ts image.

* Add a `mcp-tool` service block to deploy/docker-compose.yml.

With these three fixes plus a `mcp-tool-request`/`mcp-tool-response`
entry in each flow's topics map, the agent ReAct loop can now invoke
remote MCP tools (verified end-to-end against Brave Search and FireCrawl).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 22:16:37 -05:00
..
data fix: comprehensive a11y and contrast QA pass across workbench 2026-04-11 23:26:28 -05:00
deploy feat(mcp-tool): wire McpToolService into deploy stack 2026-05-01 22:16:37 -05:00
entrypoints feat(mcp-tool): wire McpToolService into deploy stack 2026-05-01 22:16:37 -05:00
packages feat(mcp-tool): wire McpToolService into deploy stack 2026-05-01 22:16:37 -05:00
scripts feat: fix RAG pipelines, Beep Graph branding, PWA, and ambient glow UI 2026-04-12 10:19:10 -05:00
.dockerignore fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
.gitignore saving 2026-04-05 21:09:33 -05:00
bun.lock fix: comprehensive a11y and contrast QA pass across workbench 2026-04-11 23:26:28 -05:00
Containerfile fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
package.json feat: MCP tool client infrastructure for agent extensibility 2026-04-10 05:45:46 -05:00
pnpm-lock.yaml feat: MCP tool client infrastructure for agent extensibility 2026-04-10 05:45:46 -05:00
pnpm-workspace.yaml saving 2026-04-05 21:09:33 -05:00
tsconfig.base.json saving 2026-04-05 21:09:33 -05:00
tsconfig.json init 2026-04-05 22:44:45 -05:00
turbo.json saving 2026-04-05 21:09:33 -05:00