trustgraph/ts/entrypoints
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
..
agent.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
chunker.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
config.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
cores.mjs fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
doc-embeddings-query.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
document-rag.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
embeddings.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
extractor.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
flow-manager.mjs feat: add flow manager, config seeding, and expanded integration tests 2026-04-06 00:37:03 -05:00
gateway.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
graph-embeddings-query.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
graph-embeddings-store.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
graph-rag.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
librarian.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
mcp-tool.mjs feat(mcp-tool): wire McpToolService into deploy stack 2026-05-01 22:16:37 -05:00
pdf-decoder.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
prompt.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
text-completion-azure-openai.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
text-completion-claude.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
text-completion-mistral.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
text-completion-ollama.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
text-completion-openai-compatible.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
text-completion-openai.mjs feat: add Docker deployment with Containerfile, entrypoints, and nginx 2026-04-06 00:21:00 -05:00
triples-query.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
triples-store.mjs feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00