Skip to content

Docs & MCP docs context#265

Merged
codebycarson merged 6 commits into
mainfrom
feature/mintlify
Jul 2, 2025
Merged

Docs & MCP docs context#265
codebycarson merged 6 commits into
mainfrom
feature/mintlify

Conversation

@codebycarson

@codebycarson codebycarson commented Jun 30, 2025

Copy link
Copy Markdown
Collaborator

This PR adds new documentation at https://sei-js.docs.sei.io and adds these docs to @sei-js/mcp-server.

Additionally this PR runs biome format on the repo for consistency across future PRs

@changeset-bot

changeset-bot Bot commented Jun 30, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: fff20e7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sei-js/mcp-server Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov-commenter

codecov-commenter commented Jun 30, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (311d09b) to head (fff20e7).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #265   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines          827       827           
  Branches       134       135    +1     
=========================================
  Hits           827       827           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codebycarson
codebycarson requested a review from Copilot June 30, 2025 22:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR focuses on adding extensive new documentation for Sei Global Wallet integrations and MCP server usage while also enforcing formatting consistency across the repo via biome format. Key changes include:

  • New and updated docs files for Sei Global Wallet integrations (e.g. Web3-React, RainbowKit, etc.) and precompiles.
  • Improvements to type safety and consistency in core services, tests, and configuration files.
  • Updates to package.json scripts and dependencies for better development and documentation workflows.

Reviewed Changes

Copilot reviewed 76 out of 82 changed files in this pull request and generated no comments.

Show a summary per file
File Description
typedoc.config.js Reformatted entryPoints into a clean multiline array structure.
packages/sei-global-wallet/src/lib/wallet.ts Converted GlobalWalletClient import to a type-only import for improved type safety.
packages/registry/** Replaced forEach loops with for-of loops for clearer iteration in tests.
packages/mcp-server/** Updated type imports, error handling, and contract parameter types to enhance maintainability and type safety.
packages/create-sei/src/main.ts Updated Node built-in package import paths and refined regex in directory name validation.
package.json Modified scripts for documentation generation and added new dependencies for enhanced tooling.
docs/** Added comprehensive documentation files covering multiple wallet integrations and precompile usage.
Comments suppressed due to low confidence (2)

packages/create-sei/src/main.ts:89

  • Ensure that the removal of the '\x00-\x1F' control character range from the illegal characters regex is intentional, as allowing control characters might lead to unexpected directory name issues.
	const illegalRe = /[<>:"/\\|?*]/g;

@codebycarson
codebycarson merged commit 29b8c15 into main Jul 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants