Skip to main content
Glama

Motion.dev MCP Server

basic.test.ts277 B
/** * Basic functionality test to verify setup */ describe('Basic Setup Test', () => { test('should pass basic test', () => { expect(1 + 1).toBe(2); }); test('should have jest configured correctly', () => { expect(process.env.NODE_ENV).toBe('test'); }); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abhishekrajpurohit/motion-dev-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server