Skip to main content
Glama

Vite MCP Server

by ESnark
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; // Match console message types with those managed by browser tools type ConsoleMessage = { type: string; text: string; timestamp: string; url: string; checkpointId: string | null; }; // Export console message store for external access export const consoleMessages: ConsoleMessage[] = []; export function registerConsoleResource(server: McpServer) { throw new Error('Not implemented'); }

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