Promote the first-party docs MCP server in the agent docs - #1775
Merged
Merged
Conversation
Lead the Live docs via MCP section with the first-party server at docs-assistant.handsontable.com/mcp, switch the wizard's Cursor path to an MCP config, mention the server in the Other/API path and the README, and add it to the page's tags and Resources list. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
hyperformula-docs | b0a6520 | Commit Preview URL Branch Preview URL |
Sep 18 2026, 10:59 AM |
Performance comparison of head (b0a6520) vs base (c920375) |
GreenFlux
marked this pull request as ready for review
September 17, 2026 14:53
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8f2b299. Configure here.
…extra tag README.md and docs/index.md are hand-maintained mirrors, so the docs homepage gets the same first-party MCP sentence. The MCP tag pushed setup-coding-agent.md past the 10-tag maximum and the section heading already carries the term for search, so it is removed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The guide shipped to the Handsontable docs, so human-facing prose links point there instead of the raw endpoint (which answers 405 in a browser); config snippets keep the literal endpoint URL. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1775 +/- ##
========================================
Coverage 97.32% 97.32%
========================================
Files 195 195
Lines 15739 15739
Branches 3390 3461 +71
========================================
Hits 15318 15318
+ Misses 421 413 -8
- Partials 0 8 +8 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
The first-party docs MCP server is live at
https://docs-assistant.handsontable.com/mcp— semantic search over the full HyperFormula + Handsontable knowledge base (docs guides, API reference, code recipes, release notes, blog posts, and GitHub issues), always current with the latest release. This PR makes it the recommended MCP route in the agent-facing docs:.cursor/mcp.jsonconfig for the server (Cursor supports MCP natively; the rules-file corpus pointer stays as the noted alternative), and the Other/API path mentions the MCP URL.The endpoint was verified live before this PR: initialize,
tools/list, and a realtools/callall pass, serving the current knowledge-base pair (HT 18.1.0 / HF 3.4.0).Test plan
docs/guide/setup-coding-agent.mdrenders with the existing anchors unchanged (the#live-docs-via-mcp-any-agentsidebar link still resolves).cursor/mcp.jsoncontent🤖 Generated with Claude Code
Note
Low Risk
Documentation-only updates to README, docs pages, and the coding-agent wizard; no runtime or library code changes.
Overview
This PR updates agent-facing documentation to recommend the first-party docs MCP server at
https://docs-assistant.handsontable.com/mcpfor live, semantic search over HyperFormula and Handsontable docs.In Set up your coding agent, the “Live docs via MCP” section now leads with that server (GitMCP and Context7 remain alternatives), and the Resources list adds a link to the Docs MCP Server guide. The CodingAgentWizard Cursor path now copies a
.cursor/mcp.jsonsnippet for the server, with thellms-full.txtrules-file approach noted as a fallback; the Other/API option also mentions the MCP URL. README and docs index gain a short paragraph pointing MCP-capable agents at the same server.Reviewed by Cursor Bugbot for commit b0a6520. Bugbot is set up for automated code reviews on this repo. Configure here.