mcp-remote 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11872,7 +11872,7 @@ var Client = class extends Protocol {
|
|
|
11872
11872
|
};
|
|
11873
11873
|
|
|
11874
11874
|
// package.json
|
|
11875
|
-
var version = "0.1.
|
|
11875
|
+
var version = "0.1.21";
|
|
11876
11876
|
|
|
11877
11877
|
// node_modules/.pnpm/pkce-challenge@5.0.0/node_modules/pkce-challenge/dist/index.node.js
|
|
11878
11878
|
var crypto;
|
|
@@ -13977,7 +13977,7 @@ async function parseCommandLineArgs(args, usage) {
|
|
|
13977
13977
|
while (i < args.length) {
|
|
13978
13978
|
if (args[i] === "--header" && i < args.length - 1) {
|
|
13979
13979
|
const value = args[i + 1];
|
|
13980
|
-
const match = value.match(/^([A-Za-z0-9_-]+)
|
|
13980
|
+
const match = value.match(/^([A-Za-z0-9_-]+):\s*(.*)$/);
|
|
13981
13981
|
if (match) {
|
|
13982
13982
|
headers[match[1]] = match[2];
|
|
13983
13983
|
} else {
|
package/dist/client.js
CHANGED
package/dist/proxy.js
CHANGED