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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rotor",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Scaffold Next.js projects with Bun, Tailwind, Biome, and more",
5
5
  "type": "module",
6
6
  "bin": "dist/index.js",
@@ -0,0 +1,8 @@
1
+ {
2
+ "mcpServers": {
3
+ "next-devtools": {
4
+ "command": "npx",
5
+ "args": ["-y", "next-devtools-mcp@latest"]
6
+ }
7
+ }
8
+ }
@@ -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