copilot-swe-agent[bot]
71e217fcc2
Fix BASE_PATH configuration breaking login in development mode
...
- Normalize BASE_PATH by removing trailing slashes in backend config
- Update Vite dev server proxy to dynamically support BASE_PATH from env
- Add integration tests for BASE_PATH functionality
- All tests pass, build successful
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-11-05 11:07:27 +00: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
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
f9019545c3
Fix integer parameter conversion in OpenAPI endpoints ( #306 )
...
Co-authored-by: samanhappy <samanhappy@gmail.com >
2025-08-27 11:04:25 +08:00
samanhappy
d778536388
fix: update tool call API endpoint structure and enhance error handling ( #300 )
2025-08-26 18:49:34 +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
samanhappy
69a800fa7a
fix: update MCPRouter referer URL to new domain ( #293 )
2025-08-25 13:25:37 +08:00
Rilomilo
9952927a13
remove redundant code ( #288 )
2025-08-24 11:40:33 +08:00
samanhappy
6020611f57
Add prompt management functionality to MCP server ( #281 )
2025-08-20 14:23:55 +08:00
samanhappy
77b423fbcc
Refactor JWT secret management and enhance documentation ( #270 )
2025-08-11 19:09:33 +08:00
samanhappy
604fe4f71d
fix: remove registration endpoint from authentication bypass in middleware ( #267 )
2025-08-11 14:18:28 +08:00
samanhappy
8c58200dcc
feat: add health check endpoint to monitor MCP server status ( #264 )
2025-08-10 16:46:22 +08:00
samanhappy
0b4dc453a5
fix: reinitialize mcp server connection on update ( #263 )
2025-08-10 16:20:36 +08:00
samanhappy
26720d9e49
feat: introduce cloud server market ( #260 )
2025-08-09 21:14:26 +08:00
samanhappy
a9aa4a9a08
feat: Update registerService to handle environment-specific service overrides ( #257 )
2025-08-05 14:48:48 +08:00
samanhappy
48bcf9f5f0
feat: Add cleanInputSchema function to remove $schema field from inputSchema ( #255 )
2025-08-05 13:45:52 +08:00
samanhappy
f63f06d879
feat: Enhance authentication flow by integrating permissions retrieval and updating related services ( #256 )
2025-08-05 13:45:31 +08:00
samanhappy
63b356b8d7
Add Chinese localization support and i18n middleware ( #253 )
2025-08-03 11:53:04 +08:00
samanhappy
a6cea2ad3f
feat: Enhance group management with server tool configuration ( #250 )
2025-07-29 17:31:05 +08:00
samanhappy
9304653c34
feat: enhance GroupCard with copy options for ID, URL, and JSON; update translations ( #246 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-25 14:30:52 +08:00
samanhappy
89c37b2f02
Enhance operation name generation in OpenAPIClient ( #244 )
2025-07-23 19:02:43 +08:00
Oven
c316cb896e
fix: create when dxt upload path does not exist ( #243 )
2025-07-23 13:47:11 +08:00
samanhappy
bc3c8facfa
feat: add replaceEnvVarsInArray function and integrate it into server transport configuration ( #241 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
2025-07-22 23:24:04 +08:00