- Add bin configuration to package.json for npx execution - Implement smart database path resolution for npx/global/local installs - Create dedicated npm publish script using runtime-only dependencies - Add .npmignore to control published package contents - Update README with npx as primary installation method - Add n8n version badge to README - Sync version between package.json and package.runtime.json - Update CHANGELOG for v2.7.8 release This allows users to run 'npx n8n-mcp' without installing the package, reducing friction and making it easier to get started with n8n-MCP. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
762 B
Markdown
20 lines
762 B
Markdown
# 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] |