We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edf3bc commit 732d49fCopy full SHA for 732d49f
1 file changed
internal/services/toolkit/client/client.go
@@ -51,7 +51,7 @@ func NewAIClient(
51
// toolRegistry.Register("greeting", tools.GreetingToolDescription, tools.GreetingTool)
52
53
// Load tools dynamically from backend
54
- xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server.com/mcp")
+ xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "http://paperdebugger-xtra-mcp-server.com/mcp")
55
56
// initialize MCP session first and log session ID
57
sessionID, err := xtraMCPLoader.InitializeMCP()
0 commit comments