Skip to main content
Glama
index.ts383 B
#!/usr/bin/env node /** * MCP Server for Lychee Redmine * Entry point for the Model Context Protocol server */ async function main(): Promise<void> { console.log('MCP Server for Lychee Redmine - Starting...'); // Server initialization will be implemented in subsequent tasks } main().catch((error: Error) => { console.error('Fatal error:', error); process.exit(1); });

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/ssoma-dev/mcp-server-lychee-redmine'

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