We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439715a commit fab0585Copy full SHA for fab0585
packages/next/src/server/lib/router-utils/setup-dev-bundler.ts
@@ -984,7 +984,7 @@ async function startWatcher(
984
require('@modelcontextprotocol/sdk/package.json')
985
} catch (error) {
986
Log.error(
987
- 'The use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
+ 'To use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
988
)
989
mcpSecret = undefined
990
}
0 commit comments