Skip to main content
Glama
snapback-api-integration.test.tsβ€’684 B
import { describe, expect, it } from "vitest"; import { SnapBackAPIClient } from "../../src/client/snapback-api.js"; describe("SnapBackAPIClient Integration", () => { it("should create an instance with proper configuration", () => { const client = new SnapBackAPIClient({ baseUrl: "https://api.snapback.dev", apiKey: "test-api-key", }); expect(client).toBeDefined(); expect(typeof client.analyzeFast).toBe("function"); expect(typeof client.getIterationStats).toBe("function"); expect(typeof client.createSnapshot).toBe("function"); expect(typeof client.getCurrentSession).toBe("function"); expect(typeof client.getSafetyGuidelines).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/snapback-dev/mcp-server'

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