You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sei-js/mcp-server@0.4.0
Minor Changes
e0e4720: Remove the search_sei_js_docs tool and route the remaining search_docs tool through the official docs.sei.io MCP endpoint instead of the legacy Mintlify/Trieve backends. Reconnect and retry once when the remote docs session expires so callers do not see a transient 404 or 410 error. Remove the obsolete docs/ rule from the package's .npmignore.
@sei-js/registry@1.0.5
Patch Changes
d12ad96: Stop running Git submodule commands when consumers install the registry package.
Medium Risk
The MCP server removes a public tool and depends on the remote docs.sei.io MCP for search_docs; registry install behavior changes but is limited to dropping submodule commands.
Overview
This is a Changesets release PR: it bumps versions, updates package changelogs, and removes the consumed changeset files so npm can publish @sei-js/mcp-server@0.4.0 and @sei-js/registry@1.0.5.
@sei-js/mcp-server (minor) drops the search_sei_js_docs tool and sends search_docs through the official docs.sei.io MCP endpoint instead of legacy Mintlify/Trieve backends. It reconnects and retries once when the remote docs session expires (avoiding transient 404/410), and drops an obsolete docs/ rule from .npmignore.
@sei-js/registry (patch) stops running Git submodule commands during install, so consumers are not pulled into submodule setup on npm install.
Reviewed by Cursor Bugbot for commit 88979d8. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sei-js/mcp-server@0.4.0
Minor Changes
search_sei_js_docstool and route the remainingsearch_docstool through the official docs.sei.io MCP endpoint instead of the legacy Mintlify/Trieve backends. Reconnect and retry once when the remote docs session expires so callers do not see a transient 404 or 410 error. Remove the obsoletedocs/rule from the package's.npmignore.@sei-js/registry@1.0.5
Patch Changes