mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(seed): V85 ckjia mcp url -> ckjia-ai default /sse direct (gateway routing left for prod)
This commit is contained in:
parent
3de48f0bb4
commit
78fcbc5415
@ -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).',
|
||||
|
||||
@ -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).',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user