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
/**
* Search Domain Handlers
*
* Exports all handlers for the search domain
*/
// Search Handlers
export { SearchContentHandler } from "./search-content.handler";