Skip to content

[DRAFT] Cli add initial support#1418

Draft
chelojimenez wants to merge 2 commits intomainfrom
cli-add-initial-support
Draft

[DRAFT] Cli add initial support#1418
chelojimenez wants to merge 2 commits intomainfrom
cli-add-initial-support

Conversation

@chelojimenez
Copy link
Contributor

@chelojimenez chelojimenez commented Feb 11, 2026

Note

Low Risk
Mostly build/test scaffolding and an executable entrypoint; low risk aside from potential packaging/runtime invocation issues if dist output or module resolution differs across environments.

Overview
Introduces initial CLI package wiring by adding a bin/mcpjam.js Node shebang entrypoint that runs the built dist/index.js.

Adds CLI-local project hygiene and test infrastructure: a cli/.gitignore for node_modules/ and dist/, plus a new ESM jest.config.js using ts-jest (with coverage settings and ignored TS diagnostic codes) to enable TypeScript unit tests under cli/tests.

Written by Cursor Bugbot for commit 8ca326a. This will update automatically on new commits. Configure here.

@chelojimenez chelojimenez marked this pull request as draft February 11, 2026 01:57
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Feb 11, 2026
@chelojimenez
Copy link
Contributor Author

chelojimenez commented Feb 11, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dosubot dosubot bot added the enhancement New feature or request label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant