https://github.com/ronanyeah/sui-dev-mcp
https://github.com/ronanyeah/sui-dev-mcp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/sui-dev-mcp
- Owner: ronanyeah
- Created: 2025-06-03T02:11:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-03T22:53:35.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:50:03.856Z (about 1 year ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sui-dev-mcp
An MCP server for agentic development of Sui Move programs.
#### Currently implemented
- `validate_project`: builds and tests the project
- `format_project`: uses `prettier-plugin-move` to format the source code and tests
---
[Alternative Sui MCP server](https://github.com/Jordan-Mysten/sui-mcp)