copilot-swe-agent[bot]
f280cd593d
fix: address code review feedback
...
- Add parentheses for clearer operator precedence in reduction calculation
- Remove magic number comments in tests for better maintainability
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-31 15:15:36 +00:00
copilot-swe-agent[bot]
d25a85a1bf
feat: implement MCP output compression mechanism
...
- Add compressionService.ts with AI-powered compression using OpenAI
- Add compression configuration to SystemConfig type
- Update SystemConfig database entity with compression field
- Integrate compression with mcpService tool call responses
- Add migration support for compression settings
- Add comprehensive unit tests (23 new tests)
- Support graceful fallback when compression is unavailable
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-31 15:11:59 +00:00
samanhappy
01855ca2ca
feat: add bearer authentication key management with migration support ( #503 )
2025-12-13 16:46:58 +08:00
samanhappy
8770b9ccfe
feat: Enhance Keep-Alive configuration handling ( #455 )
2025-11-30 09:59:48 +08:00
Copilot
063b081297
Add PostgreSQL-backed data storage support ( #444 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-11-29 17:45:25 +08:00
samanhappy
ac0b60ed4b
feat: Implement keepalive functionality for SSE and StreamableHTTP connections ( #442 )
2025-11-22 12:07:21 +08:00
cheestard
1869f283ba
fix: Bad Request: No valid session ID provided ( #405 ) ( #427 )
2025-11-19 18:17:37 +08:00
Copilot
6268a02c0e
Fix URL routing for MCP servers with slashes in names ( #396 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-29 18:37:24 +08:00
Copilot
ff797b4ab9
Add group-scoped smart routing via $smart/{group} pattern ( #388 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-26 20:51:55 +08:00
Copilot
26b26a5fb1
Add OAuth support for upstream MCP servers ( #381 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-10-26 16:09:34 +08:00
Copilot
7dbd6c386e
Fix: Environment variable expansion in headers for HTTP-based MCP transports ( #380 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-10-23 19:18:50 +08:00
samanhappy
66b6053f7f
feat: add passthrough headers support for OpenAPI client and MCP protocol ( #345 )
2025-09-20 17:12:20 +08:00
samanhappy
bbd6c891c9
feat(dao): Implement comprehensive DAO layer ( #308 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
2025-08-27 15:21:30 +08:00
Copilot
976e90679d
Add OpenAPI specification generation for OpenWebUI integration ( #295 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-08-26 14:54:19 +08:00