Help center/ask ai: add doc MCP server#459
Open
grossyoan wants to merge 4 commits into
Open
Conversation
✅ Deploy Preview for bump-content-hub ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
scharrier
approved these changes
Jun 4, 2026
Member
scharrier
left a comment
There was a problem hiding this comment.
I left a few (not blocking) comments. Thanks 👍
|
|
||
| ## MCP server | ||
|
|
||
| > Docs MCP servers are only available for public docs/hubs. Private MCP servers coming soon. |
Member
There was a problem hiding this comment.
Suggested change
| > Docs MCP servers are only available for public docs/hubs. Private MCP servers coming soon. | |
| > Docs MCP servers are currently only available for public docs/hubs. |
Underpromise, overdeliver: we don't say "soon" if we're not sure ;)
Comment on lines
+51
to
+55
| ### Add the MCP server to your AI tool | ||
|
|
||
| The "Ask AI" dropdown in your API docs/hubs provides a one-click setup for Cursor and VS Code. The MCP server URL is available by clicking the "Add to other AI tools (MCP)" section. | ||
|
|
||
| If it's your first time adding an MCP server in your AI tool, check our [tutorial covering major AI tools](/help/mcp-servers/use-mcp-server). |
Member
There was a problem hiding this comment.
This is not for our maintainer, but for their end-user. It should probably not be on this page, in my opinion. We can remove it.
|
|
||
| You can use the [`GET /search`](https://bump.sh/bump/doc/bump-portal/operation/operation-get-search) endpoint to search across all documentation pages in a portal by keyword. Results include URL, title, type, and a text excerpt for each page. You can optionally filter by page URL or by page type (`operation`, `model`, `guide`, etc.). | ||
|
|
||
| ## Explore the documentation structure |
Member
There was a problem hiding this comment.
I would probably have put this as the first, then search, then fetch. WDYT?
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.
A PR adding an "MCP server" section to the already existing "Ask AI" page.