Skip to main content
Glama

SettleMint

Official
by settlemint
typedoc.config.mjs908 B
import packageJson from "./package.json" with { type: "json" }; /** @type {Partial<import("typedoc").TypeDocOptions>} */ export default { // Output configuration outputFileStrategy: "modules", cleanOutputDir: false, entryFileName: "REFERENCE.md", readme: "none", exclude: ["**/node_modules/**"], gitRevision: `v${packageJson.version.replace(/-\w+$/, "")}`, mergeModulesMergeMode: "project", // Content organization groupOrder: ["Functions", "*"], excludeNotDocumented: true, excludeInternal: true, // Formatting options parametersFormat: "table", interfacePropertiesFormat: "table", indexFormat: "table", enumMembersFormat: "table", typeDeclarationFormat: "table", // Display options hideBreadcrumbs: true, hidePageHeader: true, hidePageTitle: true, // Plugins plugin: ["typedoc-plugin-markdown", "typedoc-plugin-merge-modules", "typedoc-plugin-zod"], };

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/settlemint/sdk'

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