Skip to main content
Glama
deno.json547 B
{ "name": "@systeminit/function-tester", "version": "1.0.0", "exports": "./index.ts", "tasks": { "build": "deno check index.ts server.ts client.ts && deno lint && deno compile --allow-all --output=bin/server server.ts && deno compile --allow-read --allow-net --output=bin/client client.ts", "test": "deno test --allow-all", "serve": "deno run --allow-all server.ts", "lint": "deno lint" }, "lint": { "exclude": ["examples/"] }, "workspace": [], "imports": { "std/": "https://deno.land/std@0.224.0/" } }

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