create-rotor 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/.mcp.json +8 -0
- package/template/README.md +9 -0
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -10,3 +10,12 @@ bun dev
|
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
Open [http://localhost:3000](http://localhost:3000).
|
|
13
|
+
|
|
14
|
+
## MCP Support
|
|
15
|
+
|
|
16
|
+
This project includes [next-devtools-mcp](https://github.com/vercel/next-devtools-mcp) for AI coding agents (see `.mcp.json`). Start `bun dev` and your agent can access errors, routes, and app state automatically.
|
|
17
|
+
|
|
18
|
+
Other recommended MCP tools:
|
|
19
|
+
|
|
20
|
+
- [Context7](https://github.com/upstash/context7) — Up-to-date library docs: `npx ctx7 setup`
|
|
21
|
+
- [Playwright MCP](https://github.com/microsoft/playwright-mcp) — Browser testing and verification
|