We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yigitkonur/latitude-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docs.ts•279 B
/**
* Latitude MCP Server Documentation
* Re-exports from modular documentation system in ./docs/
*/
export { getHelp, getDocs, findDocs, getTopicNames, DOCS_MAP } from './docs/index';
export type { DocsTopic, TopicMeta, TopicCategory, DifficultyLevel } from './docs/types';