We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/pubmed-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•298 B
/**
* @fileoverview Barrel export for the 'pubmed_generate_chart' tool.
* This file re-exports the registration function for the tool,
* making it easier to import and register with the MCP server.
* @module src/mcp-server/tools/pubmedGenerateChart/index
*/
export * from "./registration.js";