mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-14 03:33:43 +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,
|
1000000903,
|
||||||
'ckjia-shopping',
|
'ckjia-shopping',
|
||||||
'sse',
|
'sse',
|
||||||
'http://localhost:8088/ai/mcp/sse',
|
'http://localhost:8085/sse',
|
||||||
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
|
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
|
||||||
FALSE,
|
FALSE,
|
||||||
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',
|
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',
|
||||||
|
|||||||
@ -17,7 +17,7 @@ INSERT INTO mate_mcp_server (
|
|||||||
SELECT 1000000903,
|
SELECT 1000000903,
|
||||||
'ckjia-shopping',
|
'ckjia-shopping',
|
||||||
'sse',
|
'sse',
|
||||||
'http://localhost:8088/ai/mcp/sse',
|
'http://localhost:8085/sse',
|
||||||
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
|
'{"Authorization": "Bearer ${CKJIA_MCP_KEY}"}',
|
||||||
FALSE,
|
FALSE,
|
||||||
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',
|
'CKJIA cross-platform price comparison MCP server (Taobao/JD/Tmall/Pinduoduo).',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user