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 c6d0dc1 commit 1d0a986Copy full SHA for 1d0a986
packages/next/src/server/lib/router-utils/setup-dev-bundler.ts
@@ -985,7 +985,7 @@ async function startWatcher(
985
require('@modelcontextprotocol/sdk/package.json')
986
} catch (error) {
987
Log.error(
988
- 'The use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
+ 'To use the MCP server, please install the `@modelcontextprotocol/sdk` package.'
989
)
990
mcpSecret = undefined
991
}
0 commit comments