We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivo-toby/mcp-picnic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•263 B
// Import tool examples to register them
// Import Picnic API tools
import "./picnic-tools.js"
// Uncomment to include custom tools
// import "./custom-tools.js"
// Re-export the registry for use in the main server
export { toolRegistry } from "./registry.js"