-
Notifications
You must be signed in to change notification settings - Fork 22
Improve README clarity and remove outdated experimental MCP #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
| This package provides a **bridge MCP server** that connects your AI coding assistant to Next.js development tools: | ||
|
|
||
| ``` | ||
| AI Assistant (Claude/Cursor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| AI Assistant (Claude/Cursor) | |
| Coding Agent |
README.md
Outdated
| ``` | ||
| AI Assistant (Claude/Cursor) | ||
| ↓ | ||
| MCP Client (in your IDE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can skip this one? Agent is directly calling the mcp tool
README.md
Outdated
|
|
||
| ``` | ||
| Next Devtools, what's the structure of my Next.js routes? | ||
| Help me upgrade my Next.js app to version 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to keep the "Next Devtools"
README.md
Outdated
| - **Internal State Access**: Query your running Next.js instance for errors, routes, build status, and diagnostics | ||
| - **Real-time Error Detection**: Access internal Next.js error state and compiler diagnostics through MCP | ||
| - **Direct Communication**: AI coding agents communicate directly with Next.js through MCP protocol for accurate, real-time information | ||
| **Try these prompts in your AI assistant:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep "Next Devtools" for the prompts, and use "Coding Agent" rather than AI assistant. AI assistant can refer to more general concepts
…tools' prefix to prompts - Changed 'AI Assistant (Claude/Cursor)' to 'Coding Agent' in architecture diagram - Removed 'MCP Client (in your IDE)' line from architecture (agents call MCP directly) - Added 'Next Devtools' prefix to all example prompts - Replaced all 'AI assistant' references with 'coding agent' throughout README
Major README restructure to better communicate the package's value proposition, plus cleanup of all references to
__NEXT_EXPERIMENTAL_MCP_SERVERandexperimental.mcpServerflags (no longer needed in Next.js 16+).