You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
responseText:=fmt.Sprintf("Successfully added %d tools in server '%s'. Assume that it is fully configured and ready to use.", len(addedTools), serverName)
690
+
691
+
// Include the JSON representation of the newly added tools
692
+
// This is useful when the client session does not support tool change notifications
693
+
iflen(addedTools) >0 {
694
+
// Create a tools list response matching the format from tools/list
0 commit comments