Skip to content

Commit 0fbc082

Browse files
committed
fix: remove unused @ts-expect-error directive
1 parent a6d4169 commit 0fbc082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mcp-use/src/server/mcp-server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export class McpServer {
319319

320320
// Try to dynamically import the inspector package
321321
// Using dynamic import makes it truly optional - won't fail if not installed
322-
// @ts-expect-error - Optional peer dependency, may not be installed
323322
import('@mcp-use/inspector')
324323
.then(({ mountInspector }) => {
325324
// Auto-connect to the local MCP server at /mcp

0 commit comments

Comments
 (0)