Skip to main content
Glama
mkXultra
by mkXultra
setup.test.ts610 B
import { describe, it, expect } from 'vitest'; import { MemoryTransport } from './helpers/MemoryTransport'; describe('Test Environment Setup', () => { it('should run a simple test', () => { expect(1 + 1).toBe(2); }); it('should create MemoryTransport instance', async () => { const transport = new MemoryTransport(); expect(transport).toBeDefined(); await transport.connect(); await transport.close(); }); it('should have proper test coverage thresholds configured', () => { // This test just verifies our configuration is loaded expect(true).toBe(true); }); });

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/mkXultra/agent-communication-mcp'

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