devbcn-mcp-server 0.0.0-202601070602 → 0.0.0-202601080604
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/bun.lock +3 -3
- package/dist/index.js +2 -5
- package/package.json +2 -2
package/bun.lock
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"": {
|
|
6
6
|
"name": "devbcn-mcp-server",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@modelcontextprotocol/sdk": "1.25.
|
|
8
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
9
9
|
"express": "5.2.1",
|
|
10
10
|
},
|
|
11
11
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"packages": {
|
|
14
14
|
"@hono/node-server": ["@hono/node-server@1.19.7", "", { "peerDependencies": { "hono": "^4" } }, "sha512-vUcD0uauS7EU2caukW8z5lJKtoGMokxNbJtBiwHgpqxEXokaHCBkQUmCHhjFB1VUTWdqj25QoMkMKzgjq+uhrw=="],
|
|
15
15
|
|
|
16
|
-
"@modelcontextprotocol/sdk": ["@modelcontextprotocol/sdk@1.25.
|
|
16
|
+
"@modelcontextprotocol/sdk": ["@modelcontextprotocol/sdk@1.25.2", "", { "dependencies": { "@hono/node-server": "^1.19.7", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5", "cors": "^2.8.5", "cross-spawn": "^7.0.5", "eventsource": "^3.0.2", "eventsource-parser": "^3.0.0", "express": "^5.0.1", "express-rate-limit": "^7.5.0", "jose": "^6.1.1", "json-schema-typed": "^8.0.2", "pkce-challenge": "^5.0.0", "raw-body": "^3.0.0", "zod": "^3.25 || ^4.0", "zod-to-json-schema": "^3.25.0" }, "peerDependencies": { "@cfworker/json-schema": "^4.1.1" }, "optionalPeers": ["@cfworker/json-schema"] }, "sha512-LZFeo4F9M5qOhC/Uc1aQSrBHxMrvxett+9KLHt7OhcExtoiRN9DKgbZffMP/nxjutWDQpfMDfP3nkHI4X9ijww=="],
|
|
17
17
|
|
|
18
18
|
"accepts": ["accepts@2.0.0", "", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
"ajv-formats": ["ajv-formats@3.0.1", "", { "dependencies": { "ajv": "^8.0.0" } }, "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ=="],
|
|
23
23
|
|
|
24
|
-
"body-parser": ["body-parser@2.2.
|
|
24
|
+
"body-parser": ["body-parser@2.2.2", "", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.3", "http-errors": "^2.0.0", "iconv-lite": "^0.7.0", "on-finished": "^2.4.1", "qs": "^6.14.1", "raw-body": "^3.0.1", "type-is": "^2.0.1" } }, "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA=="],
|
|
25
25
|
|
|
26
26
|
"bytes": ["bytes@3.1.2", "", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="],
|
|
27
27
|
|
package/dist/index.js
CHANGED
|
@@ -15540,10 +15540,7 @@ var require_json = __commonJS((exports, module) => {
|
|
|
15540
15540
|
var index = str.indexOf(char);
|
|
15541
15541
|
var partial = "";
|
|
15542
15542
|
if (index !== -1) {
|
|
15543
|
-
partial = str.substring(0, index) + JSON_SYNTAX_CHAR;
|
|
15544
|
-
for (var i = index + 1;i < str.length; i++) {
|
|
15545
|
-
partial += JSON_SYNTAX_CHAR;
|
|
15546
|
-
}
|
|
15543
|
+
partial = str.substring(0, index) + JSON_SYNTAX_CHAR.repeat(str.length - index);
|
|
15547
15544
|
}
|
|
15548
15545
|
try {
|
|
15549
15546
|
JSON.parse(partial);
|
|
@@ -17912,7 +17909,7 @@ var require_urlencoded = __commonJS((exports, module) => {
|
|
|
17912
17909
|
type: "parameters.too.many"
|
|
17913
17910
|
});
|
|
17914
17911
|
}
|
|
17915
|
-
var arrayLimit = extended ? Math.max(100, paramCount) :
|
|
17912
|
+
var arrayLimit = extended ? Math.max(100, paramCount) : paramCount;
|
|
17916
17913
|
debug("parse " + (extended ? "extended " : "") + "urlencoding");
|
|
17917
17914
|
try {
|
|
17918
17915
|
return qs.parse(body, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devbcn-mcp-server",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-202601080604",
|
|
4
4
|
"homepage": "https://github.com/marcnuri-demo/blog-tutorials",
|
|
5
5
|
"licenese": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"watch": "bun run --watch src/index.js"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@modelcontextprotocol/sdk": "1.25.
|
|
17
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
18
18
|
"express": "5.2.1"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|