Complete implementation of custom headers for MCP connections

Co-authored-by: tjbck <25473318+tjbck@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-10 04:35:16 +00:00
parent fe10a26336
commit d472e1c1cd
7 changed files with 117 additions and 575 deletions

View File

@@ -345,7 +345,7 @@
<div class=" flex-1 self-center {(model?.is_active ?? true) ? '' : 'text-gray-500'}">
<Tooltip
content={marked.parse(
!!model?.meta?.description
model?.meta?.description
? model?.meta?.description
: model?.ollama?.digest
? `${model?.ollama?.digest} **(${model?.ollama?.modified_at})**`
@@ -358,7 +358,7 @@
</Tooltip>
<div class=" text-xs overflow-hidden text-ellipsis line-clamp-1 text-gray-500">
<span class=" line-clamp-1">
{!!model?.meta?.description
{model?.meta?.description
? model?.meta?.description
: model?.ollama?.digest
? `${model.id} (${model?.ollama?.digest})`