Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

retry_connect

Manually triggers a reconnection attempt to the Node.js debugger in the MCP NodeJS Debugger, optionally specifying a custom port. Resolves connection issues during debugging sessions.

Instructions

Manually triggers a reconnection attempt to the Node.js debugger

Input Schema

NameRequiredDescriptionDefault
portNoOptional port to connect to. Defaults to current port (9229)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "port": { "description": "Optional port to connect to. Defaults to current port (9229)", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/workbackai/mcp-nodejs-debugger'

If you have feedback or need assistance with the MCP directory API, please join our Discord server