mirror of
https://github.com/czlonkowski/n8n-skills.git
synced 2026-03-16 23:43:08 +00:00
fix: Correct marketplace.json source path format
Change source from "." to "./" to comply with Claude Code marketplace schema validation requirement. Error: plugins.0.source: Invalid input: must start with "./" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "n8n-mcp-skills",
|
||||
"source": ".",
|
||||
"source": "./",
|
||||
"description": "Complete bundle: 5 expert skills for building flawless n8n workflows using n8n-mcp MCP server. Includes skills for expression syntax, MCP tools usage, workflow patterns, validation, and node configuration.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
|
||||
BIN
dist/n8n-mcp-skills-claude-code-v1.0.0.zip
vendored
BIN
dist/n8n-mcp-skills-claude-code-v1.0.0.zip
vendored
Binary file not shown.
Reference in New Issue
Block a user