Skip to content

Commit 46a9330

Browse files
committed
feat: add marketplace.json for Claude Code plugin discovery
1 parent 25bfa2e commit 46a9330

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "iwdp-mcp",
3+
"version": "0.1.0",
4+
"description": "iOS Safari debugging via ios-webkit-debug-proxy — MCP server with full WebKit Inspector Protocol support",
5+
"owner": {
6+
"name": "nnemirovsky"
7+
},
8+
"plugins": [
9+
{
10+
"name": "iwdp-mcp",
11+
"source": "./",
12+
"description": "iOS Safari debugging via ios-webkit-debug-proxy — MCP server with full WebKit Inspector Protocol support"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)