Skip to main content
Glama

Ultra MCP

interactive.test.ts582 B
import { describe, it, expect } from 'vitest'; describe('Interactive Config', () => { it('should be able to import interactive config module', async () => { // Just test that the module can be imported without errors const { runInteractiveConfig } = await import('../../config/interactive'); expect(runInteractiveConfig).toBeDefined(); expect(typeof runInteractiveConfig).toBe('function'); }); it('should handle basic functionality', () => { // Simple test that doesn't require complex mocking expect(true).toBe(true); // Basic sanity check }); });

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