Skip to main content
Glama
validation.md626 B
# Project Validation This document provides instructions for AI agents to validate the Node TypeScript AutoMobile project builds correctly and all tests pass. After writing some implementation you should select the most relevant checks given the changes made. At no point should we be writing any JavaScript. ```bash # Compile main source code npm run build # Run lint with automatic fixes - do this first before attempting to fix lint errors via editing npm run lint # Run all tests npm run test # Run specific tests npm run test -- --grep "Name of the test suite or test case" # Reinstall MCP server npm install ```

Latest Blog Posts

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/zillow/auto-mobile'

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