Frontmatter
| id | 7937 |
| title | Feat: Implement MCP Client CLI and NPM Script |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 29, 2025, 11:48 PM |
| updatedAt | Nov 29, 2025, 11:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7937 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7931 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2025, 11:52 PM |
This task implements a command-line interface (CLI) for the MCP Client and integrates it into the project''s NPM scripts. This will allow for easy testing and interaction with MCP servers directly from the command line.
Deliverables
ai/mcp/client/mcp-cli.mjs.commanderto parse CLI arguments for server selection, tool listing, and tool invocation.Neo.mjsframework.Neo.ai.mcp.client.Clientto interact with specified MCP servers.ai:mcp-clienttopackage.jsonthat executesnode ai/mcp/client/mcp-cli.mjs.