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 67d1b1a commit 8541054Copy full SHA for 8541054
packages/mcp-use/src/server/mcp-server.ts
@@ -319,6 +319,7 @@ export class McpServer {
319
320
// Try to dynamically import the inspector package
321
// Using dynamic import makes it truly optional - won't fail if not installed
322
+ // @ts-expect-error - Optional peer dependency, may not be installed
323
import('@mcp-use/inspector')
324
.then(({ mountInspector }) => {
325
// Auto-connect to the local MCP server at /mcp
0 commit comments