12 lines
411 B
Markdown
12 lines
411 B
Markdown
# @wrnexus/mcp
|
|
|
|
Editor-neutral Model Context Protocol server for AI development tools.
|
|
|
|
```bash
|
|
bunx wrnexus-mcp --root=.
|
|
```
|
|
|
|
It exposes current routes, components with props/events, database schema files, compiler diagnostics,
|
|
runtime errors, dev-server health, framework documentation and installed packages. Files are resolved
|
|
inside the configured application root and returned as bounded structured JSON.
|