Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 2c52f1f

Browse files
committed
chore: remove lameness
1 parent cf69c0a commit 2c52f1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/inspector/src/cli/inspect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mountInspector(app, '/', mcpUrl)
4848

4949
// Start the server
5050
app.listen(port, () => {
51-
console.log(`🔍 MCP Inspector running at http://localhost:${port}`)
51+
console.log(`MCP Inspector running at http://localhost:${port}`)
5252
if (mcpUrl) {
5353
console.log(`📡 Auto-connecting to: ${mcpUrl}`)
5454
}

packages/inspector/src/server/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ export function mountInspector(app: Express, path: string = '/inspector', mcpSer
7474
res.sendFile(indexPath)
7575
})
7676

77-
console.log(`🔍 MCP Inspector mounted at ${basePath}`)
77+
console.log(`MCP Inspector mounted at ${basePath}`)
7878
}

0 commit comments

Comments
 (0)