Skip to main content
Glama
server.test.ts582 B
import { TitanMemoryServer } from '../index.js'; describe('TitanMemoryServer', () => { let server: TitanMemoryServer; beforeEach(async () => { server = new TitanMemoryServer(); }); afterEach(async () => { if (server) { // Clean shutdown - the server doesn't have a dispose method in the interface } }); test('initializes correctly', () => { expect(server).toBeDefined(); }); test('handles basic operations', async () => { // Basic test that doesn't require complex setup expect(server).toBeInstanceOf(TitanMemoryServer); }); });

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/henryhawke/mcp-titan'

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