fix(seed): V85 ckjia mcp url must include /ai/ gateway prefix (StripPrefix=1)

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

View File

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