Frontmatter
| id | 7938 |
| title | Refactor: Standardize MCP Client CLI Filename |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Nov 29, 2025, 11:53 PM |
| updatedAt | Nov 29, 2025, 11:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7938 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7931 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2025, 11:58 PM |
Refactor: Standardize MCP Client CLI Filename
tobiu assigned to @tobiu on Nov 29, 2025, 11:53 PM
tobiu added parent issue #7931 on Nov 29, 2025, 11:56 PM

tobiu
Nov 29, 2025, 11:58 PM
Input from Gemini 2.5:
✦ I have standardized the MCP Client CLI filename.
Deliverables Completed
- Rename CLI Script: Renamed
ai/mcp/client/mcp-cli.mjstoai/mcp/client/mcp-stdio.mjsto match the server-side convention.- Update Package.json: Updated the
ai:mcp-clientscript inpackage.jsonto point to the new file path.
tobiu closed this issue on Nov 29, 2025, 11:58 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
ai/mcp/client/mcp-cli.mjstoai/mcp/client/mcp-stdio.mjs.ai:mcp-clientscript inpackage.jsonto point to the new file path.