We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69d75f commit 2bf6ddbCopy full SHA for 2bf6ddb
src/bin/cli.ts
@@ -5,7 +5,8 @@ import { RenderService } from '../services/render-service.ts'
5
// Start the CLI with a new line for better readability
6
console.log()
7
8
-const debug = debuglog('ls-mcp')
+// @TODO add debug logging
9
+// const debug = debuglog('ls-mcp')
10
11
async function init () {
12
const mcpFilesManager = new MCPFiles()
0 commit comments