Skip to main content
Glama

DevDb MCP Server

logging-service.ts426 B
import * as vscode from 'vscode'; import { logToOutput } from './output-service'; export function log(description: string, message: string, ...rest: any[]) { const config = vscode.workspace.getConfiguration('Devdb'); const showDebugInfo = config.get<boolean>('showDebugInfo', false); if (showDebugInfo) { console.log(message, ...rest); } logToOutput(`${message} ${rest.map(String).join(' ').trim()}`, description) }

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/damms005/devdb-vscode'

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