mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(seed): V85 ckjia mcp url must include /ai/ gateway prefix (StripPrefix=1)
This commit is contained in:
parent
a2c96946e3
commit
3de48f0bb4
@ -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).',
|
||||
|
||||
@ -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).',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user