copilot-swe-agent[bot]
1a35c07cd7
Add comprehensive security fix documentation
...
- Document vulnerability details and attack scenarios
- Explain root causes with code examples
- Detail all fixes implemented
- Provide before/after verification examples
- Include security recommendations
- Reference all security tests
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-11-23 06:35:14 +00:00
copilot-swe-agent[bot]
262778353f
Add comprehensive security tests for authentication bypass fixes
...
- Add tests validating user-scoped route authentication
- Add tests preventing user impersonation attacks
- Add tests for bearer auth configuration bypass fix
- Document vulnerability details and fixes in test comments
- All 10 security tests pass successfully
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-11-23 06:34:06 +00:00
copilot-swe-agent[bot]
500eec3979
Fix authentication bypass vulnerabilities in MCP/SSE endpoints
...
- Fix validateBearerAuth to use loadOriginalSettings() instead of loadSettings()
to prevent bearer auth bypass when no user context exists
- Add authentication validation to sseUserContextMiddleware for user-scoped routes
to prevent user impersonation via URL path parameters
- Require valid OAuth/bearer token for accessing /:user/mcp and /:user/sse endpoints
- Return 401 Unauthorized for user-scoped routes without authentication
- Return 403 Forbidden when authenticated user doesn't match requested username
Security improvements:
1. Bearer auth now correctly reads enableBearerAuth from system config
2. User-scoped endpoints now require authentication
3. Users can only access their own resources
4. Prevents impersonation attacks via URL manipulation
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-11-23 06:30:52 +00:00
copilot-swe-agent[bot]
5a10d5934d
Initial plan
2025-11-23 06:07:49 +00:00
samanhappy
6de3221974
feat: Enhance user forms and user management UI ( #437 )
2025-11-23 13:50:55 +08:00
samanhappy
ac0b60ed4b
feat: Implement keepalive functionality for SSE and StreamableHTTP connections ( #442 )
v0.10.5
2025-11-22 12:07:21 +08:00
samanhappy
a57218d076
fix: Remove test routing and oauthClients configurations from settings ( #441 )
2025-11-22 11:27:00 +08:00
samanhappy
8c985b7de1
fix: Include mcpServers, oauthClients, and oauthTokens in merged settings for non-admin users ( #440 )
v0.10.4
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
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
dependabot[bot]
5d7d8fdd1a
chore(deps): bump js-yaml from 3.14.1 to 3.14.2 ( #436 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 11:38:24 +08:00
Copilot
fb847797c0
Add missing API documentation for tool execution and management endpoints ( #430 )
...
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-12 22:18:56 +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
602b5cb80e
fix: update GitHub repository links to point to the new repository ( #423 )
2025-11-03 17:04:49 +08:00
samanhappy
e63f045819
refactor: remove outdated references to MCP protocol and cloud deployment in documentation ( #422 )
2025-11-03 17:02:10 +08:00
Chengwei Guo
a4e4791b60
fix the deployment on kubernetes ( #417 )
v0.10.3
2025-11-03 14:16:12 +08:00
samanhappy
01370ea959
Revert "Feat: Enhance package cache for stdio servers ( #400 )" ( #418 )
2025-11-03 13:35:24 +08:00
samanhappy
f5d66c1bb7
fix versions for react and react-dom ( #414 )
v0.10.2
2025-11-02 23:02:25 +08:00
dependabot[bot]
9e59dd9fb0
chore(deps-dev): bump react and @types/react ( #407 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:48:13 +08:00
dependabot[bot]
250487f042
chore(deps-dev): bump lucide-react from 0.486.0 to 0.552.0 ( #408 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:45:01 +08:00
dependabot[bot]
da91708420
chore(deps): bump i18next from 25.5.0 to 25.6.0 ( #409 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:44:42 +08:00
dependabot[bot]
576bba1f9e
chore(deps): bump openai from 4.104.0 to 6.7.0 ( #410 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:44:21 +08:00
dependabot[bot]
f4b83929a6
chore(deps): bump axios from 1.12.2 to 1.13.1 ( #406 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:43:57 +08:00
Alptekin Gülcan
3825f389cd
Feat: Add Turkish localization (tr) ( #411 )
2025-11-02 22:43:18 +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 >
v0.10.1
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
695d663939
Fix display for null server author ( #398 )
2025-10-29 14:44:09 +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 >
v0.10.0
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
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
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
Copilot
c1fee91142
Fix Dependabot alert #18 : Remove outdated package-lock.json causing axios vulnerability false positive ( #379 )
...
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-22 15:16:24 +08:00
samanhappy
1130f6833e
fix: use reconnect mechanism for sse tool calling error ( #378 )
v0.9.16
2025-10-22 12:05:21 +08:00
dependabot[bot]
c3f1de8f5b
chore(deps-dev): bump vite from 6.3.6 to 6.4.1 ( #376 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 12:04:16 +08:00
samanhappy
86367a4875
feat: integrate offcial mcp server registry ( #374 )
v0.9.15
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
3e9e5cc3c9
feat: Auto-start Docker daemon when installed in container ( #370 )
...
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 >
v0.9.14
2025-10-13 22:38:13 +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 >
v0.9.13
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
Copilot
d4bdb099d0
Add Docker CLI support to Docker image with INSTALL_EXT build argument ( #366 )
...
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-12 16:51:02 +08:00
samanhappy
435227cbd4
fix: improve error handling and directory creation for settings path ( #364 )
2025-10-12 15:30:40 +08:00
Copilot
6a59becd8d
Fix Windows startup error: Convert paths to file:// URLs for ESM dynamic imports ( #363 )
...
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-12 11:31:44 +08:00