Skip to content

fix: update dev script to watch for changes in index.ts#289

Merged
codebycarson merged 3 commits intosei-protocol:mainfrom
gilbertsahumada:fix/mcp-server-dev-watch-mode
Sep 2, 2025
Merged

fix: update dev script to watch for changes in index.ts#289
codebycarson merged 3 commits intosei-protocol:mainfrom
gilbertsahumada:fix/mcp-server-dev-watch-mode

Conversation

@gilbertsahumada
Copy link
Copy Markdown
Contributor

This pull request introduces a minor update to the development workflow for the MCP server package. The change improves the developer experience by enabling automatic rebuilds and restarts when editing source files.

  • Development command update: The dev script in package.json now uses tsx watch src/index.ts instead of tsx src/index.ts, enabling watch mode for live reloading during development.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Aug 17, 2025

🦋 Changeset detected

Latest commit: ace93a1

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 enhances the development workflow by enabling watch mode for the MCP server's dev script, allowing automatic rebuilds and restarts when source files change during development.

  • Added watch functionality to the dev script using tsx watch instead of tsx
  • Included a changeset documenting the improvement for patch release

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
packages/mcp-server/package.json Updated dev script to use tsx watch mode
.changeset/early-spiders-camp.md Added changeset entry for the dev script improvement

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codebycarson codebycarson merged commit 2df51c5 into sei-protocol:main Sep 2, 2025
1 check failed
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.

3 participants