Skip to content

MCP Inspector is not working #158

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

Closed
blva opened this issue Apr 29, 2025 · 2 comments · Fixed by #162
Closed

MCP Inspector is not working #158

blva opened this issue Apr 29, 2025 · 2 comments · Fixed by #162
Assignees

Comments

@blva
Copy link
Collaborator

blva commented Apr 29, 2025

> [email protected] inspect
> npm run build && mcp-inspector -- dist/index.js


> [email protected] build
> npm run build:clean && npm run build:compile && npm run build:chmod


> [email protected] build:clean
> rm -rf dist


> [email protected] build:compile
> tsc


> [email protected] build:chmod
> chmod +x dist/index.js

program.name(...).allowExcessArguments is not a function
@blva blva added bug Something isn't working and removed bug Something isn't working labels Apr 29, 2025
@fmenezes fmenezes self-assigned this Apr 29, 2025
@gagik
Copy link
Collaborator

gagik commented Apr 29, 2025

@fmenezes is this working for you? Tests + my local build seems to be failing

@fmenezes
Copy link
Collaborator

fmenezes commented Apr 29, 2025

@gagik it works for me on latest of main when I do npm run inspect -- --apiClientId <secret> --apiClientSecret <secret>, you might need npm run inspect -- --connectionString <uri>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants