[NA] [DOCS] Drop ask_ollie from the MCP server page - #8061
Conversation
opik-mcp#170 disabled ask_ollie everywhere behind a kill switch, so the MCP no longer exposes it. This removes it from the MCP server docs: the tool table (now five tools), the self-hosted and Cursor-timeout notes, the example conversation, and the "Ollie & auto-approve" section (auto-approve only ever governed Ollie's mid-stream writes, so it is moot without the tool). run_experiment is untouched — it is still Cloud-only and available. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No test needed here. No product surface in this PR — only docs, CI, tests, lockfiles or other non-product files. Advisory, from the QA test radar. Nothing here blocks this PR, and anything it proposes is a draft for review. |
⏱️ pre-commit per-hook timingNo linted files changed — nothing to run. ⏭️ 44 skipped (no matching files changed)
|
|
🌿 Preview your docs: https://opik-preview-01a049d0-823d-774c-84d0-d999eacac334.docs.buildwithfern.com/docs/opik No broken links found Unverified links (timeout / rate-limited / server error — not failing the check)• https://aistudio.google.com/apikey (401) 📌 Results for commit 88cb667 |
Details
comet-ml/opik-mcp#170disabledask_ollieeverywhere behind a kill switch, so the hosted MCP no longer exposes it, but the MCP server page still presented it as an available tool. This removes it and repairs everything that referenced it. Touchesprompt_engineering/mcp-server.mdxonly.ask_ollierow and corrected the count ("six tools" → "five tools").OPIK_MCP_AUTO_APPROVEonly ever governed the mid-stream writes Ollie performed, so it is moot without the tool.<Tip>— now namesrun_experimentas the only Cloud-only call.run_experimentinstead of anask_ollieturn.list+read.Deliberately unchanged:
run_experiment, still Cloud-only and available; and the web-UI Ollie pages, which document the Opik UI's Explain (Ollie) action and are unaffected by the MCP kill switch.Change checklist
Issues
[NA]— no ticket. Stale-docs cleanup followingcomet-ml/opik-mcp#170.AI-WATERMARK
AI-WATERMARK: yes
.mdxdocs page; no codeauto_approveclaim was checked against the server source — all usage lives inask_ollie.py/audit.pyTesting
Docs-only change, so no unit or integration tests apply and none were run.
OPIK_MCP_AUTO_APPROVEgoverns nothing onceask_ollieis gone — was checked by grepping the server forauto_approve; it appears only inask_ollie.pyandaudit.py.Documentation
This PR is the documentation change. No follow-up docs work required.