LearnNewsExamplesServices
Frontmatter
id7938
titleRefactor: Standardize MCP Client CLI Filename
stateClosed
labels
airefactoring
assigneestobiu
createdAtNov 29, 2025, 11:53 PM
updatedAtNov 29, 2025, 11:58 PM
githubUrlhttps://github.com/neomjs/neo/issues/7938
authortobiu
commentsCount1
parentIssue7931
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 29, 2025, 11:58 PM

Refactor: Standardize MCP Client CLI Filename

Closed v11.14.0 airefactoring
tobiu
tobiu commented on Nov 29, 2025, 11:53 PM

The current file naming for the MCP client CLI (ai/mcp/client/mcp-cli.mjs) is inconsistent with the server-side naming convention (ai/mcp/server/*/mcp-stdio.mjs).

We should standardize the naming to improve consistency and clarity.

Deliverables

  1. Rename CLI Script: Rename ai/mcp/client/mcp-cli.mjs to ai/mcp/client/mcp-stdio.mjs.
  2. Update Package.json: Update the ai:mcp-client script in package.json to point to the new file path.
tobiu assigned to @tobiu on Nov 29, 2025, 11:53 PM
tobiu added the ai label on Nov 29, 2025, 11:53 PM
tobiu added the refactoring label on Nov 29, 2025, 11:53 PM
tobiu added parent issue #7931 on Nov 29, 2025, 11:56 PM
tobiu
tobiu Nov 29, 2025, 11:58 PM

Input from Gemini 2.5:

✦ I have standardized the MCP Client CLI filename.

Deliverables Completed

  1. Rename CLI Script: Renamed ai/mcp/client/mcp-cli.mjs to ai/mcp/client/mcp-stdio.mjs to match the server-side convention.
  2. Update Package.json: Updated the ai:mcp-client script in package.json to point to the new file path.
tobiu closed this issue on Nov 29, 2025, 11:58 PM