Skip to content

Commit fb5ac83

Browse files
authored
@W-21466612 fix marketplace def (#283)
1 parent 368a1d8 commit fb5ac83

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-dx-mcp': patch
3+
---
4+
5+
Fix marketplace schema validation for the `b2c-dx-mcp` plugin by adding the required `source` field

.claude-plugin/marketplace.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,9 @@
4747
"name": "Salesforce"
4848
},
4949
"license": "Apache-2.0",
50+
"source": "./plugins/b2c-dx-mcp",
5051
"category": "productivity",
51-
"mcpServers": {
52-
"b2c-dx-mcp": {
53-
"command": "npx",
54-
"args": ["-y", "@salesforce/b2c-dx-mcp@latest", "--allow-non-ga-tools"]
55-
}
56-
}
52+
"strict": false
5753
}
5854
]
5955
}

plugins/b2c-dx-mcp/.mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"b2c-dx-mcp": {
4+
"command": "npx",
5+
"args": ["-y", "@salesforce/b2c-dx-mcp@latest", "--allow-non-ga-tools"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)