fix(seed): V85 ckjia mcp url -> ckjia-ai default /sse direct (gateway routing left for prod)

This commit is contained in:
matevip 2026-05-03 17:15:45 +08:00
parent 3de48f0bb4
commit 78fcbc5415
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ VALUES (
1000000903,
'ckjia-shopping',
'sse',
'http://localhost:8088/ai/mcp/sse',
'http://localhost:8085/sse',
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
FALSE,
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',

View File

@ -17,7 +17,7 @@ INSERT INTO mate_mcp_server (
SELECT 1000000903,
'ckjia-shopping',
'sse',
'http://localhost:8088/ai/mcp/sse',
'http://localhost:8085/sse',
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
FALSE,
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',