Files
mcphub/mcp_settings.json
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

1.5 KiB