We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodey-ai/salesforce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•246 B
/**
* This file dictates what is exported at the top level from your npm package.
* Typically you just need to export your provider here, but you can choose to export more if you need to.
*/
export { ExampleMcpProvider } from "./provider.js";