Skip to main content
Glama

Gospel Library MCP

by adammharris
build-cloudflare-stubs.d.ts446 B
// Minimal stubs so Node build doesn't error on Cloudflare specific types. // These are intentionally partial. interface D1PreparedStatement { bind(...args: any[]): D1PreparedStatement; all(): Promise<{ results: any[] }> first(): Promise<any> run(): Promise<any> raw(): Promise<any[]> } interface D1Database { prepare(sql: string): D1PreparedStatement; } interface DurableObjectState {} interface Env {} interface ExecutionContext {}

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/adammharris/gospel-library-mcp'

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