Skip to main content
Glama

Vite MCP Server

by ESnark

get-console-logs

Retrieve console logs from the Vite MCP Server, filter by checkpoint, and limit results to the most recent entries for efficient troubleshooting and monitoring.

Instructions

Retrieves console logs from the development server

Input Schema

NameRequiredDescriptionDefault
checkpointNoIf specified, returns only logs recorded at this checkpoint
limitNoNumber of logs to return, starting from the most recent log

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "checkpoint": { "description": "If specified, returns only logs recorded at this checkpoint", "type": "string" }, "limit": { "description": "Number of logs to return, starting from the most recent log", "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/ESnark/blowback'

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