solana-node-workflow-mcp
v1.0.2
Published
MCP server for Solana Node Dashboard workflow execution
Maintainers
Readme
Solana Node Workflow
MCP server for executing Solana Node Dashboard workflows from the command line.
Installation
npm install -g @anaisbetts/solana-node-workflowUsage
Running a Workflow
You can run a workflow in two ways:
- Using a workflow ID:
solana-node-workflow run -w <workflow-id>- Using a workflow JSON file:
solana-node-workflow run -w path/to/workflow.jsonOptions
-w, --workflow <workflow>: Workflow ID or JSON file path (required)-e, --endpoint <endpoint>: Custom API endpoint (default: https://solana-node-dashboard-v2.vercel.app)
Example
# Run a workflow using its ID
solana-node-workflow run -w abc123
# Run a workflow from a JSON file
solana-node-workflow run -w ./my-workflow.json
# Run a workflow using a custom endpoint
solana-node-workflow run -w abc123 -e http://localhost:3000Development
- Clone the repository
- Install dependencies:
npm install- Build the project:
npm run build- Run in development mode:
npm run devLicense
MIT
