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:
czlonkowski
2025-10-20 13:20:07 +02:00
parent c84d605f30
commit 055c35079b
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"plugins": [ "plugins": [
{ {
"name": "n8n-mcp-skills", "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.", "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", "version": "1.0.0",
"author": { "author": {

Binary file not shown.