Skip to main content
Glama

MCPDemo - Visual SQL Chat Platform

by Ayi456
errors.ts281 B
export class ValidationError extends Error { public field?: string; public timestamp: string; constructor(message: string, field?: string) { super(message); this.name = 'ValidationError'; this.field = field; this.timestamp = new Date().toISOString(); } }

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/Ayi456/visual-mcp'

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