We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/automatikstudio/pitchdeck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// src/helper/ssg/index.ts
export * from "./ssg.js";
import {
X_HONO_DISABLE_SSG_HEADER_KEY,
ssgParams,
isSSGContext,
disableSSG,
onlySSG
} from "./middleware.js";
export {
X_HONO_DISABLE_SSG_HEADER_KEY,
disableSSG,
isSSGContext,
onlySSG,
ssgParams
};