Loic Moncany
b80b400141
fix(mcp): respect ssl_verify config for StreamableHTTP servers
...
When an MCP server config has ssl_verify: false (e.g. local dev with
a self-signed cert), the setting was read from config.yaml but never
passed to the httpx client, causing CERTIFICATE_VERIFY_FAILED errors
and silent connection failures.
Fix: read ssl_verify from config and pass it as the 'verify' kwarg to
both code paths:
- New API (mcp >= 1.24.0): httpx.AsyncClient(verify=ssl_verify)
- Legacy API (mcp < 1.24.0): streamablehttp_client(..., verify=ssl_verify)
Fixes local dev setups using ServBay, LocalWP, MAMP, or any stack with
a self-signed TLS certificate.
2026-04-22 21:17:00 -07:00
..
2026-04-16 12:36:49 -07:00
2026-04-22 18:13:14 -07:00
2026-03-17 02:33:12 -07:00
2026-03-31 08:48:54 +09:00
2026-03-23 07:43:12 -07:00
2026-04-18 19:24:35 -07:00
2026-04-08 02:24:32 -07:00
2026-04-01 04:18:50 -07:00
2026-04-21 00:50:58 -07:00
2026-04-22 17:45:17 -07:00
2026-04-22 16:33:36 -07:00
2026-04-08 02:24:32 -07:00
2026-04-21 00:50:58 -07:00
2026-04-07 13:36:38 -07:00
2026-04-22 17:27:18 -07:00
2026-04-11 13:59:52 -07:00
2026-04-15 04:57:55 -07:00
2026-04-07 10:25:31 -07:00
2026-04-22 17:45:48 -07:00
2026-04-19 11:52:19 -07:00
2026-04-21 06:14:25 -07:00
2026-04-17 19:04:11 -07:00
2026-04-17 19:04:11 -07:00
2026-04-22 06:11:41 -07:00
2026-04-21 16:41:26 -07:00
2026-04-22 06:11:41 -07:00
2026-04-21 02:03:46 -07:00
2026-04-13 04:45:07 -07:00
2026-04-21 21:30:10 -07:00
2026-04-17 20:39:25 -07:00
2026-04-02 12:40:03 +11:00
2026-04-19 16:31:07 -07:00
2026-04-19 16:31:07 -07:00
2026-04-22 21:17:00 -07:00
2026-04-14 10:18:05 -07:00
2026-04-13 16:32:04 -07:00
2026-03-18 02:55:30 -07:00
2026-03-11 20:02:36 -07:00
2026-04-05 12:46:07 -07:00
2026-04-21 02:03:46 -07:00
2026-04-11 13:59:52 -07:00
2026-04-21 00:50:58 -07:00
2026-04-14 21:12:29 -07:00
2026-04-07 10:25:31 -07:00
2026-04-21 00:50:58 -07:00
2026-04-20 00:47:39 -07:00
2026-04-21 02:03:46 -07:00
2026-04-13 16:32:04 -07:00
2026-04-12 16:39:04 -07:00
2026-04-17 00:41:31 -07:00
2026-04-22 18:17:37 -07:00
2026-04-22 17:45:56 -07:00
2026-04-15 14:50:07 -07:00
2026-04-11 16:22:50 -07:00
2026-04-21 02:04:21 -07:00
2026-04-11 14:26:11 -07:00
2026-04-20 05:18:48 -07:00
2026-04-21 17:49:39 -07:00
2026-04-22 14:38:59 -07:00
2026-04-20 00:32:09 -07:00
2026-04-17 21:16:33 -07:00
2026-04-22 17:36:33 -07:00
2026-04-07 10:25:31 -07:00
2026-04-16 02:24:08 -07:00