Skip to main content
Glama
start-working-implementation.sh•1.17 kB
#!/bin/bash # Restore Working EuConquisto Composer Implementation # This uses the proven v4.0.3 browser automation that achieved seamless workflow echo "šŸ”„ Restoring Working EuConquisto Composer Implementation..." echo "šŸ“‹ Features:" echo " • Seamless Claude Desktop integration (no need to mention euconquisto-composer)" echo " • Automatic content creation and Composer display" echo " • Browser remains open for editing" echo " • JWT authentication with redirect server" echo "" # Change to the project directory cd "$(dirname "$0")" # Start JWT redirect server silently in background echo "šŸ” Starting JWT authentication server..." node tools/servers/jwt-redirect-server-v1.0.2.js >/dev/null 2>&1 & JWT_PID=$! # Give JWT server time to start sleep 2 # Start the proven working MCP server echo "šŸš€ Starting proven working implementation (v4.0.3)..." echo "šŸŽÆ Tool: create_educational_composition" echo "šŸ“š Ready for seamless lesson creation!" echo "" # Use the working implementation node --max-old-space-size=4096 dist/browser-automation-api-direct-save-v4.0.3.js # Cleanup JWT server on exit trap "kill $JWT_PID 2>/dev/null" EXIT

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