feat:multiple bezoekers
This commit is contained in:
@@ -22,6 +22,18 @@
|
||||
"type": "remote",
|
||||
"url": "https://mcp.inkeep.com/better-auth/mcp",
|
||||
"enabled": true
|
||||
},
|
||||
"mollie": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"mcp-remote",
|
||||
"https://mcp.mollie.com/mcp",
|
||||
"--header",
|
||||
"Authorization: Bearer ${MOLLIE_API_OAUTH_ORG_TOKEN}"
|
||||
],
|
||||
"env": {
|
||||
"MOLLIE_API_OAUTH_ORG_TOKEN": "PUT_YOUR_OWN_ORG_TOKEN_HERE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user