-
Notifications
You must be signed in to change notification settings - Fork 44
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
@@ -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
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.
Yup, there's no UI so no need for JSDOM test env.
PR to scaffold token-analyzer-mcp package which will allow AI to call the
token-analyzer
package.