以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sui-tools": {
"command": "npx",
"args": [
"-y",
"sui-dev-mcp@latest"
]
}
}
}以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sui-tools": {
"command": "npx",
"args": [
"-y",
"sui-dev-mcp@latest"
]
}
}
}