@digipair/skill-mcp 0.122.1 → 0.123.0
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +6 -6
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ var mcp_js = require('@modelcontextprotocol/sdk/server/mcp.js');
|
|
|
5
5
|
var streamableHttp_js = require('@modelcontextprotocol/sdk/server/streamableHttp.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
7
|
|
|
8
|
-
const REGEX_BASE64URL = /^data:[a-zA-Z0-9\/\+\-\.]
|
|
8
|
+
const REGEX_BASE64URL = /^data:[a-zA-Z0-9\/\+\-\.]+(?:;filename=[^;]+)?;base64,[A-Za-z0-9+/=]+$/;
|
|
9
9
|
let MCPServerService = class MCPServerService {
|
|
10
10
|
jsonSchemaToZod(schema, isRequired = false) {
|
|
11
11
|
const zodProps = {};
|
package/dist/index.esm.js
CHANGED
|
@@ -22843,14 +22843,14 @@ function indent(str, spaces) {
|
|
|
22843
22843
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
22844
22844
|
// match is required
|
|
22845
22845
|
if (!match) {
|
|
22846
|
-
return
|
|
22846
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
22847
22847
|
v: nextMatch1
|
|
22848
22848
|
};
|
|
22849
22849
|
}
|
|
22850
22850
|
var token = match.token, offset = match.offset;
|
|
22851
22851
|
i1 += offset;
|
|
22852
22852
|
if (token === ' ') {
|
|
22853
|
-
return
|
|
22853
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
22854
22854
|
}
|
|
22855
22855
|
tokens1 = _to_consumable_array$4$1(tokens1).concat([
|
|
22856
22856
|
token
|
|
@@ -22869,7 +22869,7 @@ function indent(str, spaces) {
|
|
|
22869
22869
|
if (contextKeys.some(function(el) {
|
|
22870
22870
|
return el.startsWith(name);
|
|
22871
22871
|
})) {
|
|
22872
|
-
return
|
|
22872
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
22873
22873
|
}
|
|
22874
22874
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22875
22875
|
return el === name;
|
|
@@ -22888,9 +22888,9 @@ function indent(str, spaces) {
|
|
|
22888
22888
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22889
22889
|
return el.startsWith(name);
|
|
22890
22890
|
})) {
|
|
22891
|
-
return
|
|
22891
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
22892
22892
|
}
|
|
22893
|
-
return
|
|
22893
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
22894
22894
|
v: nextMatch1
|
|
22895
22895
|
};
|
|
22896
22896
|
};
|
|
@@ -78082,7 +78082,7 @@ var MAXIMUM_MESSAGE_SIZE = '4mb';
|
|
|
78082
78082
|
}
|
|
78083
78083
|
();
|
|
78084
78084
|
|
|
78085
|
-
const REGEX_BASE64URL = /^data:[a-zA-Z0-9\/\+\-\.]
|
|
78085
|
+
const REGEX_BASE64URL = /^data:[a-zA-Z0-9\/\+\-\.]+(?:;filename=[^;]+)?;base64,[A-Za-z0-9+/=]+$/;
|
|
78086
78086
|
let MCPServerService = class MCPServerService {
|
|
78087
78087
|
jsonSchemaToZod(schema, isRequired = false) {
|
|
78088
78088
|
const zodProps = {};
|