File tree Expand file tree Collapse file tree 3 files changed +5
-353
lines changed
Expand file tree Collapse file tree 3 files changed +5
-353
lines changed Original file line number Diff line number Diff line change @@ -879,15 +879,15 @@ Run comprehensive checks:
879879 - Build output shows cache status for each route
880880 - Check for any build-time errors that didn't appear in dev
881881
882- 4 . ** Production Test**
882+ 4 . ** Dev Mode Test**
883883 ``` bash
884- < pkg-manager> start
885- # Test a few key routes in production mode
884+ __NEXT_EXPERIMENTAL_MCP_SERVER=true < pkg-manager> next dev
885+ # Test a few key routes in dev mode
886886 ```
887887 Expected:
888888 - Server starts successfully
889889 - Key routes work correctly
890- - Cached content is served from prerendered shells
890+ - Cached content behavior can be observed
891891
892892## Important Caching Behavior Notes
893893────────────────────────────────────────
@@ -1046,7 +1046,7 @@ Report findings in this format:
10461046[x] No errors in get_errors final check
10471047[x] Dev server stopped after verification
10481048[x] Build succeeds
1049- [x] Production mode tested
1049+ [x] Dev mode tested with key routes
10501050
10511051## Migration Notes
10521052[Any special notes about the migration, especially if migrating from PPR]
Original file line number Diff line number Diff line change 11export { nextjsDocsTool } from "./nextjs-docs.js"
22export { playwrightTool } from "./playwright.js"
3- export { nextjsVerifyTool } from "./nextjs-verify.js"
43
54// Export tools registry
65import { nextjsDocsTool } from "./nextjs-docs.js"
76import { playwrightTool } from "./playwright.js"
8- // import { nextjsVerifyTool } from "./nextjs-verify.js"
97
108export const MCP_TOOLS = {
119 nextjs_docs : nextjsDocsTool ,
1210 playwright : playwrightTool ,
13- // nextjs_verify: nextjsVerifyTool,
1411} as const
1512
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments