This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This appears to be a new/empty repository for an n8n MCP (Model Context Protocol) server project.
When this project is initialized, common commands to look for:
npm install- Install dependenciesnpm run build- Build the projectnpm run dev- Run in development modenpm run test- Run testsnpm run lint- Run linting
This will be populated once the project structure is established. Key areas to document:
- MCP server implementation details
- n8n integration patterns
- Configuration management
- API endpoints and protocols