Skip to main content
Glama

Ultra MCP

manager.test.ts790 B
import { describe, it, expect } from 'vitest'; describe('ConfigManager', () => { it('should be able to import ConfigManager module', async () => { // Just test that the module can be imported without errors const { ConfigManager } = await import('../../config/manager'); expect(ConfigManager).toBeDefined(); expect(typeof ConfigManager).toBe('function'); }); it('should create a ConfigManager instance', async () => { // Simple test that doesn't require complex mocking of conf module const { ConfigManager } = await import('../../config/manager'); const configManager = new ConfigManager(); expect(configManager).toBeDefined(); expect(configManager.getConfig).toBeDefined(); expect(typeof configManager.getConfig).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/RealMikeChong/ultra-mcp'

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