We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/h3ro-dev/motion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•370 B
// Export all comment tools and their schemas
export { listCommentsTool, listCommentsSchema, listComments } from './list-comments.js';
export { createCommentTool, createCommentSchema, createComment } from './create-comment.js';
// Export types
export type { ListCommentsParams } from './list-comments.js';
export type { CreateCommentParams } from './create-comment.js';