Skip to main content
Glama
mcp-lifecycle.test.ts495 B
import { describe, expect, it } from 'vitest'; /** * E2E tests for complete MCP server lifecycle * Tests install -> update -> uninstall workflows */ describe('MCP Server Lifecycle E2E', () => { it('should be implemented', () => { expect(true).toBe(true); }); // TODO: Implement E2E lifecycle tests // - Install server from registry // - Update server to new version // - Uninstall server // - Verify configuration changes // - Test backup and restore functionality });

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/1mcp-app/agent'

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