HYPERJS.AI

DEV-MCP

v0.1.0Dev-mode app-as-MCP server — expose /.hyper/mcp with introspection + replay tools.

$ hyper add dev-mcp

Copies 4 files into src/hyper/dev-mcp/ and updates hyper.lock.json.

DEPS

FILES

README

@hyper/dev-mcp

Dev-mode app-as-MCP server — exposes /.hyper/mcp with introspection + replay tools.

Install

Components are installed as source into your repo, not pulled from npm:

bunx hyper add dev-mcp

Wires the alias @hyper/dev-mcp to src/hyper/dev-mcp/ (configurable in hyper.config.json). See hyperjs.ai for the full registry.

Usage

import { Hyper } from "@hyper/core"
import { devMcp } from "@hyper/dev-mcp"

const app = new Hyper()
if (process.env.NODE_ENV !== "production") app.use(devMcp())
export default app.listen(3000)

Docs

See the main README and docs/ for guides and integration recipes.

License

MIT

MANIFEST