@_odbo_/calmag-mcp-server
Version:
Model Context Protocol server for Webklex CalMag nutrient calculator
8 lines (7 loc) • 430 B
JavaScript
/**
* Export all CalMag tools
*/
export { calmagGetFertilizersTool, executeCalmagGetFertilizers } from './calmag-get-fertilizers.js';
export { calmagCalculateNutrientsTool, executeCalmagCalculateNutrients } from './calmag-calculate-nutrients.js';
export { calmagGetModelsTool, executeCalmagGetModels } from './calmag-get-models.js';
export { calmagGetAdditivesTool, executeCalmagGetAdditives } from './calmag-get-additives.js';