Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -20,7 +20,7 @@ func NewHTTPHandler() http.Handler {
|
||||
|
||||
func newServer() *mcp.Server {
|
||||
server := mcp.NewServer(&mcp.Implementation{
|
||||
Name: "cs-ai-agent-mcp-server",
|
||||
Name: "agent-desk-mcp-server",
|
||||
Title: "CS Agent MCP Server",
|
||||
Version: "v1",
|
||||
WebsiteURL: "https://github.com/modelcontextprotocol",
|
||||
|
||||
Reference in New Issue
Block a user