Skip to main content
Glama
format-for-composer-backup.js•1.11 kB
#!/usr/bin/env node /** * Format for Composer Tool - SUPERSEDED by v5.2.0 * @deprecated This file has been superseded by the corrected implementation in format-for-composer.js v5.2.0 * @version 5.1.0 (DEPRECATED) * @superseded_date January 12, 2025 * @superseded_reason JSON format did not match official EuConquisto Composer API reference * @replacement format-for-composer.js v5.2.0 with exact API compliance */ // DEPRECATED - DO NOT USE // This implementation was superseded due to incorrect JSON format that caused: // - 500 errors in Composer interface // - JavaScript console errors (Cannot read properties of undefined) // - Incompatible widget structures for quiz-1 and flashcards-1 // // Use format-for-composer.js v5.2.0 instead for exact API compliance console.error('[DEPRECATED] format-for-composer-backup.js is superseded by v5.2.0'); console.error('[DEPRECATED] Use format-for-composer.js v5.2.0 for exact API compliance'); export function createComposerFormatter() { throw new Error('DEPRECATED: This formatter has been superseded by v5.2.0. Use the updated format-for-composer.js'); }

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/rkm097git/euconquisto-composer-mcp-poc'

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