Skip to content

Conversation

@brianr
Copy link
Member

@brianr brianr commented Oct 14, 2025

Problem

When running the e2e test get-item-details:

Running: npx -y @modelcontextprotocol/inspector --cli -e ROLLBAR_ACCESS_TOKEN=$ROLLBAR_E2E_READ_TOKEN npx -y ./rollbar-mcp-server-0.2.3.tgz --method tools/call --tool-name get-item-details --tool-arg counter=8 --tool-arg max_tokens=100
✗ E2E test failed: Tool invocation returned an error
Response:
npm warn deprecated [email protected]: Use your platform's native DOMException instead
{
  "content": [

The test (rightly) fails because of the deprecation warning being printed. That happens because the latest version of @modelcontextprotocol/inspector depends (indirectly) on node-domexception, which is deprecated.

Solution

Pin @modelcontextprotocol/inspector to 0.16.2, via devDependencies.

@brianr brianr merged commit 1036b0a into main Oct 14, 2025
2 checks passed
@brianr brianr deleted the brianr/fix-e2e-failure branch October 14, 2025 07:11
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 this pull request may close these issues.

2 participants