🔒 Configure SSL certificates for MCP network connections

Update CA bundle configuration to enable secure HTTPS connections to internal Mei Sheng Group services. Extract and configure complete certificate chain from vault.ds.meisheng.group PKI system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-03 17:25:39 +07:00
parent dc2fe4c425
commit a0fc5c2bb2
5 changed files with 83 additions and 16 deletions

View File

@ -4,7 +4,7 @@
"description": "Nomad MCP service for Claude Code using SSE",
"transport": {
"type": "sse",
"url": "http://localhost:8000/api/claude/mcp/stream"
"url": "https://nomad_mcp.dev.meisheng.group/api/claude/mcp/stream"
},
"authentication": {
"type": "none"