fix auth
Some checks failed
Build and Publish / build-release (push) Failing after 1m31s

This commit is contained in:
2026-05-14 12:12:03 -05:00
parent f19a727ef0
commit 3a52768b97
17 changed files with 601 additions and 41 deletions

View File

@@ -14,6 +14,34 @@
"@browsermcp/mcp@0.1.3"
],
"enabled": true
},
"stacklit": {
"type": "local",
"command": [
"npx",
"stacklit",
"serve"
],
"enabled": true
}
},
"provider": {
"corredorconect": {
"npm": "@ai-sdk/openai-compatible",
"name": "Corredor Conect",
"options": {
"baseURL": "https://mcp.corredorconect.com/v1",
"headers": {
"Authorization": "Bearer cc-itsjusfdsawrtwtavfdsfsderysectrwurekey12345"
}
},
"models": {
"Qwen3.6-27B": {
"name": "Qwen3.6-27B",
"tools": true
}
}
}
},
"plugin": [