We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a47060 commit d249141Copy full SHA for d249141
1 file changed
.mcp.json
@@ -0,0 +1,13 @@
1
+{
2
+ "mcpServers": {
3
+ "marketplace-mcp": {
4
+ "type": "stdio",
5
+ "command": "node",
6
+ "args": ["./automation/marketplace-mcp/dist/index.js"],
7
+ "env": {
8
+ "MX_PAT": "${MARKETPLACE_API_TOKEN}"
9
+ }
10
11
12
+}
13
+
0 commit comments