We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/autotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Task ID: 18
**Title:** Set up Development Scripts and Tooling
**Status:** done
**Dependencies:** 17 ✓
**Priority:** low
**Description:** Configure npm scripts, ESLint, and development workflow tools
**Details:**
Add npm scripts in package.json: dev (development with hot reload), build (TypeScript compilation), test (run tests), test:watch, test:coverage, lint, lint:fix. Configure ESLint with TypeScript rules and Prettier integration. Set up nodemon for development hot reload.
**Test Strategy:**
Test all npm scripts execute successfully, linting catches common issues, development mode restarts on file changes