Skip to content

Commit 2edf3bc

Browse files
committed
Fix hostname
1 parent 8bb9003 commit 2edf3bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/services/toolkit/client/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func NewAIClient(
5050
// toolRegistry.Register("always_exception", tools.AlwaysExceptionToolDescription, tools.AlwaysExceptionTool)
5151
// toolRegistry.Register("greeting", tools.GreetingToolDescription, tools.GreetingTool)
5252

53-
// Load tools dynamically from backen
54-
xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server/mcp")
53+
// Load tools dynamically from backend
54+
xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server.com/mcp")
5555

5656
// initialize MCP session first and log session ID
5757
sessionID, err := xtraMCPLoader.InitializeMCP()

0 commit comments

Comments
 (0)