refactor: update codebase references from cs-ai-agent to agent-desk

This commit is contained in:
mlogclub
2026-05-31 18:51:22 +08:00
parent c1e972001d
commit 0b0b16abb2
6 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import (
"strings"
"time"
"cs-ai-agent/internal/pkg/errorsx"
"agent-desk/internal/pkg/errorsx"
"github.com/modelcontextprotocol/go-sdk/mcp"
)
@@ -116,7 +116,7 @@ func (c *Client) connect(ctx context.Context, cfg ServerConfig) (*mcp.ClientSess
},
}
client := mcp.NewClient(&mcp.Implementation{
Name: "cs-ai-agent-mcp-client",
Name: "agent-desk-mcp-client",
Version: "v1",
}, nil)
transport := &mcp.StreamableClientTransport{