feat:multiple bezoekers

This commit is contained in:
2026-03-03 10:36:08 +01:00
parent 1210b2e13e
commit 6d2dded38b
13 changed files with 1903 additions and 574 deletions

View File

@@ -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"
}
}
}
}