-
Notifications
You must be signed in to change notification settings - Fork 42
feat(token-analyzer-mcp): Token analyzer mcp scaffold #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(token-analyzer-mcp): Token analyzer mcp scaffold #403
Conversation
@@ -38,6 +38,11 @@ | |||
"options": { | |||
"packageRoot": "dist/packages/{projectName}" | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is expected or not. This entire PR is auto-generated with the library generator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah its not please revert #350
@@ -82,6 +82,7 @@ | |||
"globals": "15.15.0", | |||
"jest": "29.7.0", | |||
"jest-environment-jsdom": "29.7.0", | |||
"jest-environment-node": "^29.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was also added by the generator ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked with source - it was, which is expected, as this lib is setting node
as jest env
PR to scaffold token-analyzer-mcp package which will allow AI to call the
token-analyzer
package.