Skip to main content
Glama

Draw Things MCP

by jaokuohsuan
jsonRpc.ts463 B
/** * JSON-RPC 2.0 相關的介面定義 */ /** * JSON-RPC 2.0 請求格式 */ export interface JsonRpcRequest { jsonrpc: string; id: string; method: string; params?: { tool: string; parameters: any; }; prompt?: string; parameters?: any; } /** * JSON-RPC 2.0 回應格式 */ export interface JsonRpcResponse { jsonrpc: string; id: string; result?: any; error?: { code: number; message: string; data?: any; }; }

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/jaokuohsuan/draw-things-mcp-cursor'

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