samanhappy
|
d6a9146e27
|
feat: enhance OAuth token logging and add authentication error handling in tool calls (#512)
|
2025-12-16 15:16:43 +08:00 |
|
samanhappy
|
1f3a6794ea
|
feat: enhance BearerKeyDaoImpl to handle migration and caching behavior for bearer keys (#507)
|
2025-12-14 20:40:57 +08:00 |
|
samanhappy
|
c673afb97e
|
Add HTTP/HTTPS proxy configuration and environment variable support (#506)
|
2025-12-14 15:44:44 +08:00 |
|
samanhappy
|
01855ca2ca
|
feat: add bearer authentication key management with migration support (#503)
|
2025-12-13 16:46:58 +08:00 |
|
samanhappy
|
2028233b53
|
Add OpenAPI support and enhance settings aggregation (#500)
|
2025-12-11 17:42:50 +08:00 |
|
samanhappy
|
1dfa0a990b
|
Add batch server and group creation functionality (#499)
|
2025-12-11 14:21:58 +08:00 |
|
Alptekin Gülcan
|
ab7c210281
|
Optimizing API Operations: Simplified operationId Values and Large String Parameter Management (#488)
|
2025-12-07 13:11:35 +08:00 |
|
samanhappy
|
8d420a927b
|
fix: streamline tool filtering logic and add group-based filtering (#476)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-04 15:10:49 +08:00 |
|
cheestard
|
54e877cbd8
|
feat: add reload button. (#471)
|
2025-12-03 18:55:48 +08:00 |
|
samanhappy
|
9d8f5ba370
|
Enhance MCP settings export with error handling and null value removal (#465)
|
2025-12-01 16:28:45 +08:00 |
|
samanhappy
|
764959eaca
|
Implement OAuth client and token management with settings updates (#464)
|
2025-12-01 16:02:55 +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 |
|
Copilot
|
dac0d376e8
|
Fix inverted validation for enableSessionRebuild system config (#451)
Co-authored-by: samanhappy <samanhappy@gmail.com>
|
2025-11-27 21:01:13 +08:00 |
|
samanhappy
|
803e35b14c
|
refactor: Simplify DataService implementation and remove unused DataServicex (#448)
|
2025-11-23 22:57:44 +08:00 |
|
samanhappy
|
a736398cd5
|
feat: Update permissions and settings structure for improved configuration management (#447)
|
2025-11-23 20:43:24 +08:00 |
|
samanhappy
|
ac0b60ed4b
|
feat: Implement keepalive functionality for SSE and StreamableHTTP connections (#442)
|
2025-11-22 12:07:21 +08:00 |
|
samanhappy
|
8c985b7de1
|
fix: Include mcpServers, oauthClients, and oauthTokens in merged settings for non-admin users (#440)
|
2025-11-21 17:16:48 +08:00 |
|
samanhappy
|
01bb011736
|
fix: Use base URL from settings for dynamic client registration and metadata endpoints (#438)
|
2025-11-21 16:20:54 +08:00 |
|
Copilot
|
449e6ea4fd
|
Add OAuth 2.0 authorization server to enable ChatGPT Web integration (#413)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
Co-authored-by: samanhappy <samanhappy@gmail.com>
|
2025-11-21 13:25:02 +08:00 |
|
cheestard
|
1869f283ba
|
fix: Bad Request: No valid session ID provided (#405) (#427)
|
2025-11-19 18:17:37 +08:00 |
|
Alptekin Gülcan
|
8df2b4704a
|
Fix: Handle ToolName in CallToolRequest to Resolve Server Discovery Issues (#429)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-12 09:13:50 +08:00 |
|
samanhappy
|
01370ea959
|
Revert "Feat: Enhance package cache for stdio servers (#400)" (#418)
|
2025-11-03 13:35:24 +08:00 |
|
samanhappy
|
44e0309fd4
|
Feat: Enhance package cache for stdio servers (#400)
|
2025-10-31 21:56:43 +08:00 |
|
Copilot
|
7e570a900a
|
Fix: Convert form parameters to schema-defined types before MCP tool calls (#397)
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:41:23 +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 |
|
samanhappy
|
d595e5d874
|
Fix support for nested smart group segments in MCP routing (#394)
|
2025-10-28 17:51:58 +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 |
|
samanhappy
|
9105507722
|
Refactor: Clean up code formatting and improve readability across multiple files (#387)
|
2025-10-26 19:27:30 +08:00 |
|
Copilot
|
f79028ed64
|
Expand environment variables throughout mcp_settings.json configuration (#384)
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 19:25:53 +08:00 |
|
Copilot
|
5ca5e2ad47
|
Add password security: default credential warning and strength validation (#386)
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 19:22:51 +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
|
1130f6833e
|
fix: use reconnect mechanism for sse tool calling error (#378)
|
2025-10-22 12:05:21 +08:00 |
|
samanhappy
|
86367a4875
|
feat: integrate offcial mcp server registry (#374)
|
2025-10-19 21:15:25 +08:00 |
|
samanhappy
|
bd4c546bba
|
fix settings data export & parsing error (#373)
|
2025-10-16 13:08:28 +08:00 |
|
samanhappy
|
16a92096b3
|
feat: Enhance package root detection and version retrieval using ESM-compatible methods (#371)
|
2025-10-13 22:36:29 +08:00 |
|
Copilot
|
4d736c543d
|
feat: Add MCP settings export and copy functionality (#367)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
Co-authored-by: samanhappy <samanhappy@gmail.com>
|
2025-10-13 19:39:01 +08:00 |
|
samanhappy
|
f53c4a0e3b
|
fix: assign server name from key in getMarketServers function (#369)
|
2025-10-13 18:19:21 +08:00 |
|
samanhappy
|
435227cbd4
|
fix: improve error handling and directory creation for settings path (#364)
|
2025-10-12 15:30:40 +08:00 |
|
samanhappy
|
91698a50e3
|
fix: use specified environment setting path when available (#359)
|
2025-10-11 23:44:23 +08:00 |
|
samanhappy
|
a5d5045832
|
fix: add groups handling in mergeSettings method (#362)
|
2025-10-11 23:29:59 +08:00 |
|
samanhappy
|
198ea85225
|
feat: implement user management features with add, edit, and delete functionality
|
2025-10-02 15:11:08 +08:00 |
|
WuWen
|
f6934a32dc
|
feat: add configurable name separator for tools and prompts (#353)
|
2025-10-02 14:40:01 +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
|
a5fc4a429d
|
fix: ensure settings cache is cleared after saving and clearing cache (#326)
|
2025-09-01 10:15:50 +08:00 |
|
samanhappy
|
621bc36560
|
feat: Add OpenAPI-compatible tool execution endpoints for named APIs (#316)
|
2025-08-30 16:00:15 +08:00 |
|
Copilot
|
5dd3e7978e
|
Generate comprehensive GitHub Copilot instructions for MCPHub development (#314)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
|
2025-08-27 21:58:06 +08:00 |
|
samanhappy
|
f577351f04
|
fix: set current working directory for StdioClientTransport to homedir (#311)
|
2025-08-27 19:23:00 +08:00 |
|
Copilot
|
62de87b1a4
|
Add granular OpenAPI endpoints for server-level and group-level tool access (#309)
Co-authored-by: samanhappy <samanhappy@gmail.com>
|
2025-08-27 17:25:32 +08:00 |
|