Skip to main content
Glama
sandbox.spec.ts351 B
import { assertObjectMatch } from "https://deno.land/std@0.224.0/assert/mod.ts"; import { FunctionKind } from "../src/function.ts"; import { createSandbox } from "../src/sandbox.ts"; Deno.test("createSandbox", () => { const sandbox = createSandbox(FunctionKind.ResolverFunction, "poop"); assertObjectMatch(sandbox, { _: sandbox._, }); });

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/systeminit/si'

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