Skip to content

Commit 98054b7

Browse files
authored
Merge pull request #3 from itk-dev/fix/plugin-schema
fix: add required owner field and schema refs
2 parents 9f81e36 + bb6f20a commit 98054b7

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)