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•357 B
// Export all user tools and their schemas
export { listUsersTool, listUsersSchema, listUsers } from './list-users.js';
export { getCurrentUserTool, getCurrentUserSchema, getCurrentUser } from './get-current-user.js';
// Export types
export type { ListUsersParams } from './list-users.js';
export type { GetCurrentUserParams } from './get-current-user.js';