Skip to content

Commit 732d49f

Browse files
committed
Change protocol from https to http
1 parent 2edf3bc commit 732d49f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/services/toolkit/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func NewAIClient(
5151
// toolRegistry.Register("greeting", tools.GreetingToolDescription, tools.GreetingTool)
5252

5353
// Load tools dynamically from backend
54-
xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server.com/mcp")
54+
xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "http://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)