Skip to main content
Glama
index.test.ts753 B
/** * assoc-engine 패키지 테스트 (스텁) */ import { PACKAGE_VERSION } from '../index'; describe('Assoc Engine Package', () => { it('should export PACKAGE_VERSION', () => { expect(PACKAGE_VERSION).toBeDefined(); expect(typeof PACKAGE_VERSION).toBe('string'); }); it('should have valid version format', () => { expect(PACKAGE_VERSION).toMatch(/^\d+\.\d+\.\d+$/); }); it('should be version 0.1.0', () => { expect(PACKAGE_VERSION).toBe('0.0.1'); }); // TODO: Add more tests when the engine is implemented describe('Future Implementation', () => { it.todo('should export association functions'); it.todo('should export context management'); it.todo('should export recommendation engine'); }); });

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/inchan/memory-mcp'

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