mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Add AUTH_GATEWAY support for MCP server to API gateway auth (#717)
Add GATEWAY_SECRET support for MCP server to API gateway auth Pass bearer token from GATEWAY_SECRET environment variable as a URL query parameter on websocket connections to the API gateway. When unset or empty, no auth is applied (backwards compatible). Lock mistralai to fix incompatible API
This commit is contained in:
parent
3bebd12ccc
commit
1febfccc8a
3 changed files with 28 additions and 11 deletions
|
|
@ -28,7 +28,7 @@ dependencies = [
|
|||
"langchain-text-splitters",
|
||||
"mcp",
|
||||
"minio",
|
||||
"mistralai",
|
||||
"mistralai<2.0.0",
|
||||
"neo4j",
|
||||
"nltk",
|
||||
"ollama",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue