cosense-mcp-server

{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "npm run start", "skipFiles": ["<node_internals>/**"], "runtimeExecutable": "npm", "runtimeArgs": ["run", "start"], "console": "integratedTerminal", "env": { "COSENSE_PROJECT_NAME": "git-wiki" } } ] }