feat: add plugin with MCP tools#292
Draft
lesyk-lesyk wants to merge 5 commits intomainfrom
Draft
Conversation
2dc0216 to
61273c0
Compare
There was a problem hiding this comment.
marketing-site AI Review: 🟢 Completed
Reunite Bot has reviewed your changes and found 1 potential issue(s).
Note
Low Risk
The changes are straightforward and primarily consist of dependency updates to a stable release and the registration of an internal plugin. No complex logic alterations or risky configuration shifts were introduced, resulting in a minimal impact on overall system stability.
Overview
- Upgrades
@redocly/realmfrom a prerelease version to the stable0.132.0release. - Bumps
@redocly/marketing-pagesto version0.1.55. - Registers the new MCP tools plugin (
@redocly/marketing-pages/mcp-tools/plugin.js) in theredocly.yamlconfiguration. - Includes a minor whitespace cleanup in
@theme/plugin.js.
|
|
||
| # Custom plugin registration | ||
| plugins: | ||
| - '@redocly/marketing-pages/mcp-tools/plugin.js' |
There was a problem hiding this comment.
Enabling the MCP plugin without an explicit mcp configuration block in redocly.yaml implicitly enables the Docs MCP server with default settings, potentially exposing all documentation and OpenAPI files to AI models without restriction.
Daryna-del
approved these changes
Apr 24, 2026
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.
What/Why/How?
@redocly/realm stableversion: 0.132.0@redocly/marketing-pagesversion: to 0.1.55@redocly/marketing-pagesReference
N/a
Testing
Local
Screenshots (optional)
N/a
Check yourself
Security