Skip to main content
Glama
run-pre-init.js1.55 kB
// RUN PRE-INITIALIZATION // Execute this to organize directories before starting agent system import { preInitializer } from './src/pre-init.js'; async function main() { console.log('═══════════════════════════════════════════════'); console.log(' MCP AGENT SYSTEM PRE-INITIALIZATION'); console.log('═══════════════════════════════════════════════\n'); try { const result = await preInitializer.initialize(); console.log('\n═══════════════════════════════════════════════'); console.log(' INITIALIZATION SUCCESSFUL'); console.log('═══════════════════════════════════════════════\n'); process.exit(0); } catch (error) { console.error('\n═══════════════════════════════════════════════'); console.error(' INITIALIZATION FAILED'); console.error('═══════════════════════════════════════════════'); console.error(error); process.exit(1); } } main();

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/bermingham85/mcp-puppet-pipeline'

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