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
thrownewMcpError(ErrorCode.InvalidParams,`Invalid host format. The 'host' argument must be a valid URL starting with http:// or https://, e.g. "https://example.com" or "http://localhost:3001/api/v1". Received: "${args.host}"`);
153
+
}
154
+
}
136
155
137
156
returntrue;
138
157
};
@@ -353,10 +372,11 @@ class RestTester {
353
372
// Ensure endpoint starts with / and remove any trailing slashes
0 commit comments