Installation
Detailed installation guide for the Sui a402 MCP server.
System Requirements
- Node.js: Version 20 or higher
- npm: Version 9 or higher
- Operating System: macOS, Windows, or Linux
- Claude Desktop: Latest version
Step-by-Step Installation
Step 1: Clone or Download
Get the MCP server code from the repository.
Step 2: Install Dependencies
cd /path/to/mcp-server
npm installStep 3: Build
npm run buildThis creates the dist/mcp-server.js file.
Step 4: Verify Build
ls -la dist/mcp-server.jsYou should see the compiled server file.
