We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/git-fabric/cve'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.js•304 B
/**
* @git-fabric/cve — entry point
*
* Re-exports layers and types for programmatic consumption.
* The MCP server and CLI are separate entry points.
*/
export * from "./types.js";
export * as layers from "./layers/index.js";
export { createApp } from "./app.js";
//# sourceMappingURL=index.js.map