Skip to main content
Glama

Godot Docs MCP

by nuskey8
npm_build.ts478 B
import { build, emptyDir } from "@deno/dnt"; import denoJson from "./deno.json" with { type: "json" }; await emptyDir("./npm"); await build({ entryPoints: [{ kind: 'bin', name: 'godot-docs-mcp', path: './src/index.ts', }], outDir: "./npm", shims: { deno: true }, typeCheck: false, test: false, package: { name: denoJson.name, version: denoJson.version, license: "MIT", bin: { "godot-docs-mcp": "./src/index.ts", }, }, });

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/nuskey8/godot-docs-mcp'

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