Commit 42404cd
authored
fix(mcp): register or remove dead agentic tool imports (B11) (#16)
Three agentic tools were imported but never added to the served tools
array, making them unreachable dead code: convene_llm_council and
draft_care_action (src/tools/actions.ts) and generate_pas_payload
(src/tools/da_vinci.ts). The adding commits stopped short of the array,
shipped no tests, no CHANGELOG, and no README — staged-but-unfinished,
not finished-and-forgotten.
Removed rather than registered: convene_llm_council and draft_care_action
forward to upstream-data endpoints that call frontier LLMs through
OpenRouter (no HIPAA BAA), and the council endpoint runs no DLP scrub on
its input, so exposing them on a public MCP client would re-open the PHI
boundary the dataset tools were re-derived to close. git history retains
the source if a properly bounded, tested version is wired in later.1 parent 2024433 commit 42404cd
4 files changed
Lines changed: 12 additions & 77 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments