Skip to main content
Glama
goperigon

Perigon MCP Server

Official
by goperigon
handle-error.ts249 B
export function handleError(error: string, status: number, details?: string) { const body = { error, ...(details && { details }), }; return Response.json(body, { status, headers: { "content-type": "application/json" }, }); }

Latest Blog Posts

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/goperigon/perigon-mcp-server'

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