Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/remove-docs-integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sei-js/mcp-server': minor
---

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`.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with Sei.

## Documentation

Please check [our documentation](https://sei-js.docs.sei.io) for notes on how to get up and running.

## Packages

SeiJS consists of smaller NPM packages within the @sei-js namespace. For more detailed documentation on each package,
please refer to the table below.
SeiJS consists of smaller NPM packages within the @sei-js namespace. See the package READMEs below for usage details.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] This now directs readers to "the package READMEs below for usage details", but the same PR strips the documentation links out of four of those READMEs (see the precompiles comment) — so the redirect currently dead-ends. Linking docs.sei.io here directly, or restoring per-package links, would close the loop.


| Package | Description |
|---------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -39,4 +34,4 @@ The correct Yarn version will be automatically used thanks to the `packageManage

### Building

To build all packages and docs, run `pnpm install` then `pnpm build:all`
To build all packages, run `pnpm install` then `pnpm build:all`
165 changes: 0 additions & 165 deletions docs/contributing.mdx

This file was deleted.

75 changes: 0 additions & 75 deletions docs/create-sei/quick-start.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/create-sei/templates.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions docs/create-sei/welcome.mdx

This file was deleted.

Loading
Loading