Skip to main content
Glama
by OpaqueGlass
auditRedoer.ts423 B
import { updateBlockAPI } from "@/syapi"; export async function auditRedo(taskItem: any) { const { id, modifiedIds, content, taskType, args, status, createdAt, updatedAt } = taskItem; switch (taskType) { case "updateBlock": { const response = await updateBlockAPI(content, modifiedIds[0]); break; } } }

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/OpaqueGlass/syplugin-anMCPServer'

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