Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

get_console_output

Retrieve recent console output from a NodeJS debugged process, with adjustable entry limits, to monitor and debug runtime activity effectively.

Instructions

Gets the most recent console output from the debugged process

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of console entries to return. Defaults to 20

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of console entries to return. Defaults to 20", "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