Skip to main content
Glama

Ultra MCP

search.test.ts661 B
import { describe, it, expect } from 'vitest'; describe('Vector Search', () => { it('should be able to import vector search modules', async () => { // Just test that the modules can be imported without errors const { searchVectors, getRelatedFiles } = await import('../../vector/search'); expect(searchVectors).toBeDefined(); expect(getRelatedFiles).toBeDefined(); expect(typeof searchVectors).toBe('function'); expect(typeof getRelatedFiles).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