Skip to content

Commit d249141

Browse files
committed
chore: add mcp.json for auto discovery
1 parent 8a47060 commit d249141

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.mcp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)