We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/k4cper-g/fumadocs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•449 B
export { listTopics, listTopicsSchema, type ListTopicsParams } from "./list-topics.js";
export { searchDocs, searchDocsSchema, type SearchDocsParams } from "./search-docs.js";
export { getPage, getPageSchema, type GetPageParams } from "./get-page.js";
export { getSetupGuide, getSetupGuideSchema, type GetSetupGuideParams } from "./get-setup-guide.js";
export { getComponent, getComponentSchema, type GetComponentParams } from "./get-component.js";