35f3feb59c
Auto Tag Develop / tag (push) Successful in 9s
Le endpoint était en http:// : les credentials statiques (X-Profile-Id / X-Profile-Password) transitaient en clair sur le premier hop avant la redirection 301 vers https. Le serveur sert déjà le TLS (CA MALIO embarquée côté image prod), donc on bascule l'URL en https://.
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"mcpServers": {
|
|
"inventory": {
|
|
"type": "http",
|
|
"url": "https://inventory.malio-dev.fr/_mcp",
|
|
"headers": {
|
|
"X-Profile-Id": "admin-default-profile",
|
|
"X-Profile-Password": "A123"
|
|
}
|
|
}
|
|
}
|
|
}
|