# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview n8n-mcp is a comprehensive documentation and knowledge server that provides AI assistants with complete access to n8n node information through the Model Context Protocol (MCP). It serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. ## ✅ Latest Updates (v2.7.6) ### Update (v2.7.8) - npm Publishing Process: - ✅ **NEW: npm Publishing Steps** - To publish v2.7.8 to npm: ``` npm run prepare:publish cd npm-publish-temp npm publish --otp=YOUR_OTP_CODE ``` [Rest of the existing file content remains the same]