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 8bb9003 commit 2edf3bcCopy full SHA for 2edf3bc
1 file changed
internal/services/toolkit/client/client.go
@@ -50,8 +50,8 @@ func NewAIClient(
50
// toolRegistry.Register("always_exception", tools.AlwaysExceptionToolDescription, tools.AlwaysExceptionTool)
51
// toolRegistry.Register("greeting", tools.GreetingToolDescription, tools.GreetingTool)
52
53
- // Load tools dynamically from backen
54
- xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server/mcp")
+ // Load tools dynamically from backend
+ xtraMCPLoader := xtramcp.NewXtraMCPLoader(db, projectService, "https://paperdebugger-xtra-mcp-server.com/mcp")
55
56
// initialize MCP session first and log session ID
57
sessionID, err := xtraMCPLoader.InitializeMCP()
0 commit comments