We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quinncuatro/jane-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
search.ts•347 B
/**
* Export the SQLite document index implementation as the main export
*
* This file acts as a thin re-export wrapper for the SQLite implementation
* of our document index system. This enables us to swap implementations
* without changing any of the code that uses the documentIndex.
*/
export { documentIndex } from './sqlite-search.js';