Skip to content

Commit b31fb65

Browse files
authored
Merge pull request #590 from CodeGateSoftware/test-588-mcp-thinness
test(web): the thinness pin covers the MCP front-end too (#588)
2 parents 8bcd1b8 + c27bf50 commit b31fb65

2 files changed

Lines changed: 266 additions & 174 deletions

File tree

keel/mcp/tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
**Why these seams.** Each tool delegates to the SAME service calls an operator's front-end
1111
makes -- `keel.commands.doctor` for health, `keel.capabilities` for the inventory,
1212
`keel.compliance.purification` for §65.9, `keel.research.ledger` for experiments, and
13-
`keel.commands.research_console` for the corpora -- so an assistant and a terminal cannot be
13+
`keel.corpus` for the corpora (the `research_console` front-end was deleted at #541) -- so
14+
an assistant and a terminal cannot be
1415
shown two different accounts of one deployment. The JSON-safety helper stringifies `Decimal`
1516
recursively, matching the repo's TEXT-money convention: a number that has been through JSON
1617
floating point is a number that has been rounded twice.

0 commit comments

Comments
 (0)