Skip to main content
Glama

Miro MCP

by k-jarzyna
server-response.ts553 B
export class ServerResponse { content: { type: string, text: string }[]; isError: boolean = false; public static text(text: string): any { return Object.assign(new ServerResponse(), { content: [ { type: 'text', text } ] }) } public static error(err: string): any { return Object.assign(new ServerResponse(), { content: [ { type: 'text', text: typeof err === 'object' ? JSON.stringify(err) : err }, ], isError: true }) } }

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/k-jarzyna/mcp-miro'

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