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 a6d4169 commit 0fbc082Copy full SHA for 0fbc082
packages/mcp-use/src/server/mcp-server.ts
@@ -319,7 +319,6 @@ 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