Summary
Three tools around one file that is annoying to write by hand.
Starship configurations are where interchain test setups usually stall. Generating one and then verifying it before a run turns a trial-and-error loop into two calls. Note this is the Hyperweb platform server — generating an MCP server from a chain is a different project.
What it is
A small server for the Hyperweb platform's Starship testing framework. It writes a Starship configuration from what you describe, verifies one you already have, and sets the environment up.
What you get
- generateStarshipConfig — produce a Starship configuration
- verifyStarshipConfig — check an existing configuration before you run it
- setupStarship — set the Starship environment up
Requirements
Npx and the package @hyperweb/mcp-server, run over stdio. No credentials.
Setup effort
One command — npx -y @hyperweb/mcp-server@latest
