Skip to main content
Glama
vectorize.test.ts304 B
import { describe, it, expect, beforeEach, vi } from 'vitest' import { storeMemory } from './vectorize' describe('storeMemory', () => { it('should exist', () => { expect(storeMemory).toBeDefined() }) it('should be a function', () => { expect(typeof storeMemory).toBe('function') }) })

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

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