Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ First Interchouette / ITC packaging line for the modernized monorepo (`package.j

- All-in-one Docker image `interchouette/evaluator` (Angular SPA + Nest API + Node serve/evaluate/batch + Chromium + Rust CLI + Rust MCP)
- Rust CLI (`evaluator`): interactive prompt, one-shot `evaluate`, CSV `batch`
- Rust MCP (`evaluator-mcp`, mcpkit): tools `evaluate`, `list_functions`, `batch` (stdio / Streamable HTTP)
- Rust MCP (`evaluator-mcp`, rmcp): tools `evaluate`, `list_functions`, `batch` (stdio / Streamable HTTP)
- Express `/mcp` proxy with dedicated basic auth (`MCP_USER` / `MCP_PWD`); public demo boat defaults
- Playwright as default evaluate engine; `USE_PUPPETEER=1` to opt into Puppeteer
- Magecart / Grelos teaching fixtures (`demo1`–`demo3`) and product notes
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ See [evaluator/README.md](../rust/README.md) for details.
<details open>
<summary><strong>MCP</strong> — agent tools + engine advice</summary>

Rust MCP (`evaluator-mcp`, mcpkit): tools `evaluate`, `list_functions`, and `batch` (`urls[]` and/or local CSV `path` with a `Domain` column; max 50 URLs). Tools spawn the shared Node entry **no** `:4000` required. Large CSVs stay on the Rust CLI (`evaluator batch -p …`).
Rust MCP (`evaluator-mcp`, rmcp): tools `evaluate`, `list_functions`, and `batch` (`urls[]` and/or local CSV `path` with a `Domain` column; max 50 URLs). Tools spawn the shared Node entry - **no** `:4000` required. Large CSVs stay on the Rust CLI (`evaluator batch -p …`).

**Prefer MCP HTTP** over stdio (stdio pays a Docker spawn cost on cold start).

Expand Down
Loading