Skip to content

Commit bb6f20a

Browse files
yepzdkclaude
andcommitted
fix: add required owner field and schema refs to plugin files
- Add owner object to marketplace.json (required field) - Add $schema references for validation - Add description to plugin entry Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9f81e36 commit bb6f20a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
2+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
23
"name": "itkdev-marketplace",
4+
"description": "ITK Dev team tools and MCP servers for Claude Code",
5+
"owner": {
6+
"name": "ITK Dev",
7+
"email": "itkdev@mkb.aarhus.dk"
8+
},
39
"plugins": [
4-
{ "name": "itkdev-tools", "source": "." }
10+
{
11+
"name": "itkdev-tools",
12+
"description": "ITK Dev tools and MCP servers for Claude Code",
13+
"source": "."
14+
}
515
]
616
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
23
"name": "itkdev-tools",
34
"description": "ITK Dev tools and MCP servers for Claude Code",
45
"version": "0.1.0"

0 commit comments

Comments
 (0)