Skip to main content
Glama

Task Trellis MCP

ValidationError.ts292 B
/** * Custom error class for validation failures in object creation. */ export class ValidationError extends Error { constructor( message: string, public readonly code: string, public readonly field?: string, ) { super(message); this.name = "ValidationError"; } }

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/langadventurellc/task-trellis-mcp'

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