We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dsazz/mcp-confluence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•489 B
/**
* Search Domain Formatters
*
* Exports all formatters and types for the search domain
*/
// Search Result Formatter
export { SearchResultFormatter } from "./search-result.formatter";
export type {
ApiSearchResultResponse,
ApiSearchResultListResponse,
} from "./search-result.formatter";
// Search Statistics Formatter
export { SearchStatisticsFormatter } from "./search-statistics.formatter";
export type { ApiSearchStatisticsResponse } from "./search-statistics.formatter";