/**
* Unit tests for GEPA MCP Server
*/
import { describe, it, expect } from 'vitest';
import { startServer } from '../../src/server.js';
describe('GEPA MCP Server', () => {
it('should start server without errors', async () => {
// This is a placeholder test - in real implementation we would mock dependencies
expect(typeof startServer).toBe('function');
});
});
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/sloth-wq/prompt-auto-optimizer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server