fix: update MCP configuration key to lowercase 'ref'

This commit is contained in:
2026-01-07 11:03:04 +08:00
parent ab4792c7db
commit 9b5d10f6f9

View File

@@ -23,8 +23,8 @@
} }
}, },
"mcp": { "mcp": {
"Ref": { "ref": {
"type": "http", "type": "remote",
"url": "https://api.ref.tools/mcp?apiKey={env:REF_API_KEY}", "url": "https://api.ref.tools/mcp?apiKey={env:REF_API_KEY}",
"headers": {} "headers": {}
}, },