secondbrainos-mcp-server 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +0 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -358,7 +358,6 @@ async function main() {
358
358
  }
359
359
 
360
360
  // Configure Claude Code
361
- const cliPath = path.join(packageRoot, 'bin', 'cli.js');
362
361
  const claudeCodeConfigured = await configureClaudeCode(cliPath, nodePath);
363
362
 
364
363
  console.log('\nInstallation successful!');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secondbrainos-mcp-server",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Second Brain OS MCP Server for Claude Desktop",
5
5
  "type": "module",
6
6
  "main": "build/index.js",