We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edicarloslds/businessmap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•347 B
// Re-export all schemas for easy importing
export * from './board-schemas.js';
export * from './card-schemas.js';
export * from './common-schemas.js';
export * from './custom-field-schemas.js';
export * from './user-schemas.js';
export * from './utility-schemas.js';
export * from './workflow-schemas.js';
export * from './workspace-schemas.js';