We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bherbruck/mcp-debugger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.d.ts•518 B
/**
* Adapter Index
*
* Exports all adapters and initializes the registry.
*/
export * from './types.js';
export * from './adapter-registry.js';
export * from './adapter-installer.js';
export * from './python/python-adapter.js';
export * from './javascript/javascript-adapter.js';
export * from './go/go-adapter.js';
export * from './rust/rust-adapter.js';
/**
* Initialize the adapter registry with all built-in adapters
*/
export declare function initializeAdapters(): void;
//# sourceMappingURL=index.d.ts.map