This website requires JavaScript.
Explore
Help
Sign In
CalvinBackup
/
invariant-gateway
Watch
1
Star
0
Fork
0
You've already forked invariant-gateway
mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced
2026-02-26 05:43:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
gemini-test-error
Add File
New File
Upload File
Apply Patch
invariant-gateway
/
gateway
/
common
History
Hemang
edd9fd9a5c
When tool_call is blocked in MCP Post method, add the error message to a pending error messages list. Create two queues in the MCP SSE Get endpoint which correspond to the MCP server events and these pending error messages. These two queues are merged to return events back to the client.
2025-05-09 11:05:33 +05:30
..
__init__.py
Rename proxy to gateway.
2025-03-05 14:35:39 +01:00
authorization.py
Allow to specify different API keys for the guardrailing service (
#36
)
2025-04-03 12:15:30 +02:00
config_manager.py
Fix asyncio and threading. Dedupe annotations before pushing. Add README.
2025-04-17 07:15:28 +02:00
constants.py
Add MCP guardrailing for SSE.
2025-05-08 20:40:28 +05:30
guardrails.py
Extract guardrails from header if provided (
#33
)
2025-04-03 08:56:15 +02:00
mcp_sessions_manager.py
When tool_call is blocked in MCP Post method, add the error message to a pending error messages list. Create two queues in the MCP SSE Get endpoint which correspond to the MCP server events and these pending error messages. These two queues are merged to return events back to the client.
2025-05-09 11:05:33 +05:30
request_context.py
Add mcp.py
2025-04-17 07:15:28 +02:00