Skip to content

add deployContract tool#253

Merged
dssei merged 3 commits into
mainfrom
add_deployContractTool
Jun 5, 2025
Merged

add deployContract tool#253
dssei merged 3 commits into
mainfrom
add_deployContractTool

Conversation

@dssei

@dssei dssei commented Jun 5, 2025

Copy link
Copy Markdown
Contributor

Adding new deploy_contract tool

Testing

  • unit test
  • functional test with Cursor

@changeset-bot

changeset-bot Bot commented Jun 5, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 93e240e

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 Minor

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

@dssei
dssei requested review from besated and codebycarson June 5, 2025 00:26
@codecov-commenter

codecov-commenter commented Jun 5, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 41.66667% with 14 lines in your changes missing coverage. Please review.

Project coverage is 7.20%. Comparing base (8ce9308) to head (93e240e).

Files with missing lines Patch % Lines
packages/mcp-server/src/core/services/contracts.ts 6.66% 14 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #253      +/-   ##
========================================
+ Coverage   7.18%   7.20%   +0.01%     
========================================
  Files        284     284              
  Lines      49484   49508      +24     
  Branches   17235   17244       +9     
========================================
+ Hits        3557    3567      +10     
- Misses     45927   45941      +14     

☔ 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.

Comment thread packages/mcp-server/README.md Outdated
| `transfer-sei` | Send native tokens | `to` (address), `amount`, `network` |
| `get-transaction` | Get transaction details | `txHash`, `network` |
| `read-contract` | Read smart contract state | `contractAddress` (address), `abi`, `functionName`, `args` (optional), `network` |
| `deploy-contract` | Deplly smart contract | `bytecode`, `abi`, `args`, `network` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Typo here

@dssei
dssei merged commit e1eb84a into main Jun 5, 2025
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