Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

index.test.ts437 B
// @ts-ignore import { SELF } from "cloudflare:test"; import { describe, expect, it } from "vitest"; describe("Worker Entry Point Tests (index.ts)", () => { it("responds successfully to the root path", async () => { // SELF.fetch interacts with the default export of src/index.ts const response = await SELF.fetch("http://localhost:8787/"); // Check that the response is successful expect(response.status).toBe(200); }); });

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/alexander-zuev/kollektiv-mcp'

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