Skip to content

Commit 527c775

Browse files
chore(inspector): suppress no-console warnings in CLI (#153)
1 parent 19b1b99 commit 527c775

File tree

2 files changed

+1067
-0
lines changed

2 files changed

+1067
-0
lines changed

packages/inspector/src/bin/mcp-inspector.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Start the MCP Inspector Server for testing and debugging MCP servers.
55
*/
66

7+
/* eslint-disable no-console -- CLI entry point, console output is intentional */
8+
79
import { createStandaloneInspectorServer } from "../standalone-server";
810
import { createDualInspectorServer } from "../dual-server";
911
import {

0 commit comments

Comments
 (0)