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
copilot-swe-agent[bot]
2378d849b8
Initial analysis: Found root cause of tool description update issue
...
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com >
2025-12-01 04:24:02 +00: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
73ae33e777
refactor: Remove deprecated systemConfig section from mcp_settings.json ( #452 )
2025-11-27 21:34:07 +08:00
samanhappy
a57218d076
fix: Remove test routing and oauthClients configurations from settings ( #441 )
2025-11-22 11:27:00 +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
samanhappy
3d49c652ad
introduce market
2025-04-20 13:58:52 +08:00
samanhappy
c55cb79720
update readme for new features
2025-04-12 22:47:28 +08:00
samanhappy
5532c19305
feat(auth): implement user authentication and password change functionality
2025-04-12 21:55:26 +08:00
samanhappy
384c4a9e4c
feat: add headless option to Playwright configuration in mcp_settings.json
2025-04-05 21:22:54 +08:00
samanhappy
2f16004eeb
feat: update Dockerfile and mcp_settings.json to include new server configurations and dependencies
2025-04-05 17:36:34 +08:00
samanhappy
4ab7ad28e0
refactor: swap server names in mcp_settings.json and enhance comments in mcpService.ts and index.ts for clarity
2025-04-04 00:00:43 +08:00
samanhappy
ab73f2cb99
refactor: format args in mcp_settings.json for better readability
2025-04-03 13:47:03 +08:00
samanhappy
0b20032e94
feat: enhance error handling in client connection and return server names from settings
2025-04-01 15:52:05 +08:00
samanhappy
ff2ff8a941
refactor: simplify Dockerfile by removing Python installation; update mcp_settings.json to use npx for time-mcp command
2025-03-31 19:56:47 +08:00
samanhappy
f06f112a2b
refactor: update README for consistency and modify mcp_settings.json command; add Dockerfile for application containerization
2025-03-31 19:33:54 +08:00
samanhappy
9cb0812b98
refactor: implement dynamic client and transport initialization from settings file
2025-03-31 19:17:02 +08:00