LearnNewsExamplesServices
Frontmatter
id8314
title[Neural Link] Feature: Support --cwd CLI argument
stateClosed
labels
enhancementai
assigneestobiu
createdAtJan 4, 2026, 4:58 PM
updatedAtJan 4, 2026, 5:15 PM
githubUrlhttps://github.com/neomjs/neo/issues/8314
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 4, 2026, 5:15 PM

[Neural Link] Feature: Support --cwd CLI argument

Closed v11.18.0 enhancementai
tobiu
tobiu commented on Jan 4, 2026, 4:58 PM

Description

The Neural Link MCP server requires the npm run command to be executed from the project root. However, some environments (like Antigravity) do not support the cwd property in their configuration files.

This update adds a --cwd command-line argument to the mcp-stdio.mjs entry point, allowing the working directory to be passed as an argument.

Changes

  • mcp-stdio.mjs: Added --cwd option to Commander.
  • Server.mjs: Propagated bridgeCwd to ConnectionService.
  • ConnectionService.mjs: Updated spawnBridge to use the configured cwd.
  • mcp_config.json: Updated usage to use --cwd instead of the invalid cwd property.
tobiu added the enhancement label on Jan 4, 2026, 4:58 PM
tobiu added the ai-generated label on Jan 4, 2026, 4:58 PM
tobiu assigned to @tobiu on Jan 4, 2026, 4:59 PM
tobiu removed the ai-generated label on Jan 4, 2026, 4:59 PM
tobiu added the ai label on Jan 4, 2026, 4:59 PM
tobiu referenced in commit 63ded45 - "[Neural Link] Feature: Support --cwd CLI argument #8314" on Jan 4, 2026, 5:14 PM
tobiu closed this issue on Jan 4, 2026, 5:15 PM