copilot-swe-agent[bot]
c76c7c9be7
Fix tool and prompt description update not calling API
...
The issue was that toolService.ts and promptService.ts were setting
Authorization: Bearer header manually, but the backend expects the
x-auth-token header. The auth interceptor already handles adding
x-auth-token automatically, so the fix is to remove the manual header
and let the interceptor do its job.
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-01 04:28:48 +00: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
a736398cd5
feat: Update permissions and settings structure for improved configuration management ( #447 )
2025-11-23 20:43:24 +08:00
samanhappy
6de3221974
feat: Enhance user forms and user management UI ( #437 )
2025-11-23 13:50:55 +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
Copilot
07adeab036
feat: Add copy button for tool names in server tool list ( #435 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-11-19 11:41:11 +08:00
Alptekin Gülcan
3825f389cd
Feat: Add Turkish localization (tr) ( #411 )
2025-11-02 22:43:18 +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
695d663939
Fix display for null server author ( #398 )
2025-10-29 14:44:09 +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
2f7726b008
Add JSON import for MCP servers ( #385 )
...
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-26 19:13:06 +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
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
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
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
7685b9bca8
feat: enhance visual hierarchy on LoginPage by increasing slogan size and spacing ( #347 )
2025-09-20 17:23:54 +08:00
samanhappy
66b6053f7f
feat: add passthrough headers support for OpenAPI client and MCP protocol ( #345 )
2025-09-20 17:12:20 +08:00
comeback01
9a65532a50
feat: add french localization ( #337 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-12 14:27:05 +08:00
Junsen Huang
ce15330016
fix(server-context): fix server edite error ( #325 )
2025-08-30 17:37:30 +08:00
Junsen Huang
c398223824
feat: refactor server data management to use global context ( #319 )
2025-08-28 22:15:16 +08:00
samanhappy
d778536388
fix: update tool call API endpoint structure and enhance error handling ( #300 )
2025-08-26 18:49:34 +08:00
samanhappy
f6ee9beed3
refactor: remove MCPRouter referer and title input sections from SettingsPage ( #294 )
2025-08-25 15:51:02 +08:00
samanhappy
69a800fa7a
fix: update MCPRouter referer URL to new domain ( #293 )
2025-08-25 13:25:37 +08:00
samanhappy
4547ae526a
fix: adjust spacing and heading size in LoginPage for improved layout ( #286 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
2025-08-20 22:14:41 +08:00
Copilot
fa2de88fea
Center login form and simplify layout with main slogan only ( #283 )
...
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-08-20 14:37:10 +08:00
samanhappy
6020611f57
Add prompt management functionality to MCP server ( #281 )
2025-08-20 14:23:55 +08:00
samanhappy
81c3091a5c
fix: filter out empty values in tool arguments for improved functionality ( #280 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-20 14:21:51 +08:00
samanhappy
6a8f246dff
fix: adjust layout for LoginPage to improve responsiveness and styling ( #278 )
2025-08-14 16:28:47 +08:00
samanhappy
cbb3b15ba2
fix: standardize naming to MCPHub across documentation and UI ( #271 )
...
Co-authored-by: samanhappy@qq.com <my6051199>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-13 21:54:41 +08:00
samanhappy
907bca8aac
Refactor cloud and market pages for improved functionality and UI consistency ( #265 )
2025-08-10 17:39:34 +08:00
samanhappy
22ad4f83f6
fix: handle undefined and null values for number inputs in DynamicForm ( #261 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-10 12:52:20 +08:00
samanhappy
26720d9e49
feat: introduce cloud server market ( #260 )
2025-08-09 21:14:26 +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
5bb2715094
refactor: simplify LanguageSwitch component by removing unnecessary language count checks and enhancing dropdown behavior ( #249 )
2025-07-27 20:44:50 +08:00
samanhappy
9b40f7e101
feat: enhance LanguageSwitch component with language toggle functionality and improve dropdown behavior; update UserProfileMenu styles ( #248 )
2025-07-26 22:58:01 +08:00
samanhappy
df872823c1
Implement language and theme switchers in Header ( #247 )
2025-07-26 21:46:14 +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
20fd355b87
feat: enhance JSON serialization safety & add dxt upload limit ( #230 )
2025-07-20 19:18:10 +08:00
samanhappy
66d4142039
feat: add variable detection and confirmation dialogs in server forms ( #205 )
2025-06-29 22:23:42 +08:00
samanhappy
cf72295f99
Refactor UI components across multiple pages for improved styling and consistency ( #204 )
2025-06-29 22:01:00 +08:00
samanhappy
89f85c73ff
fix: resolve race conditions in initializeClientsFromSettings ( #201 )
2025-06-28 22:11:14 +08:00
samanhappy
adabf1d92b
feat:support DXT file server installation ( #200 )
2025-06-27 14:45:24 +08:00
samanhappy
c3a6dfadb4
feat: Add dynamic header input fields for server configuration in ServerForm ( #193 )
2025-06-20 14:52:22 +08:00
samanhappy
d119be0f82
feat: Implement bearer token validation in auth middleware ( #186 )
2025-06-19 12:11:35 +08:00