devbcn-mcp-server 0.0.0-202509301351 → 0.0.0-202510201346
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 +191 -0
- package/dist/index.js +46 -83
- package/package.json +6 -2
package/bun.lock
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lockfileVersion": 1,
|
|
3
|
+
"workspaces": {
|
|
4
|
+
"": {
|
|
5
|
+
"name": "devbcn-mcp-server",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@modelcontextprotocol/sdk": "1.20.1",
|
|
8
|
+
"express": "5.1.0",
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
"packages": {
|
|
13
|
+
"@modelcontextprotocol/sdk": ["@modelcontextprotocol/sdk@1.20.1", "", { "dependencies": { "ajv": "^6.12.6", "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", "pkce-challenge": "^5.0.0", "raw-body": "^3.0.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.24.1" } }, "sha512-j/P+yuxXfgxb+mW7OEoRCM3G47zCTDqUPivJo/VzpjbG8I9csTXtOprCf5FfOfHK4whOJny0aHuBEON+kS7CCA=="],
|
|
14
|
+
|
|
15
|
+
"accepts": ["accepts@2.0.0", "", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
|
16
|
+
|
|
17
|
+
"ajv": ["ajv@6.12.6", "", { "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="],
|
|
18
|
+
|
|
19
|
+
"body-parser": ["body-parser@2.2.0", "", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.0", "http-errors": "^2.0.0", "iconv-lite": "^0.6.3", "on-finished": "^2.4.1", "qs": "^6.14.0", "raw-body": "^3.0.0", "type-is": "^2.0.0" } }, "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg=="],
|
|
20
|
+
|
|
21
|
+
"bytes": ["bytes@3.1.2", "", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="],
|
|
22
|
+
|
|
23
|
+
"call-bind-apply-helpers": ["call-bind-apply-helpers@1.0.2", "", { "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" } }, "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ=="],
|
|
24
|
+
|
|
25
|
+
"call-bound": ["call-bound@1.0.4", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" } }, "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg=="],
|
|
26
|
+
|
|
27
|
+
"content-disposition": ["content-disposition@1.0.0", "", { "dependencies": { "safe-buffer": "5.2.1" } }, "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg=="],
|
|
28
|
+
|
|
29
|
+
"content-type": ["content-type@1.0.5", "", {}, "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="],
|
|
30
|
+
|
|
31
|
+
"cookie": ["cookie@0.7.2", "", {}, "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w=="],
|
|
32
|
+
|
|
33
|
+
"cookie-signature": ["cookie-signature@1.2.2", "", {}, "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg=="],
|
|
34
|
+
|
|
35
|
+
"cors": ["cors@2.8.5", "", { "dependencies": { "object-assign": "^4", "vary": "^1" } }, "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g=="],
|
|
36
|
+
|
|
37
|
+
"cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
|
|
38
|
+
|
|
39
|
+
"debug": ["debug@4.4.3", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA=="],
|
|
40
|
+
|
|
41
|
+
"depd": ["depd@2.0.0", "", {}, "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="],
|
|
42
|
+
|
|
43
|
+
"dunder-proto": ["dunder-proto@1.0.1", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="],
|
|
44
|
+
|
|
45
|
+
"ee-first": ["ee-first@1.1.1", "", {}, "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="],
|
|
46
|
+
|
|
47
|
+
"encodeurl": ["encodeurl@2.0.0", "", {}, "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="],
|
|
48
|
+
|
|
49
|
+
"es-define-property": ["es-define-property@1.0.1", "", {}, "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g=="],
|
|
50
|
+
|
|
51
|
+
"es-errors": ["es-errors@1.3.0", "", {}, "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw=="],
|
|
52
|
+
|
|
53
|
+
"es-object-atoms": ["es-object-atoms@1.1.1", "", { "dependencies": { "es-errors": "^1.3.0" } }, "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA=="],
|
|
54
|
+
|
|
55
|
+
"escape-html": ["escape-html@1.0.3", "", {}, "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="],
|
|
56
|
+
|
|
57
|
+
"etag": ["etag@1.8.1", "", {}, "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="],
|
|
58
|
+
|
|
59
|
+
"eventsource": ["eventsource@3.0.7", "", { "dependencies": { "eventsource-parser": "^3.0.1" } }, "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA=="],
|
|
60
|
+
|
|
61
|
+
"eventsource-parser": ["eventsource-parser@3.0.6", "", {}, "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg=="],
|
|
62
|
+
|
|
63
|
+
"express": ["express@5.1.0", "", { "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", "content-disposition": "^1.0.0", "content-type": "^1.0.5", "cookie": "^0.7.1", "cookie-signature": "^1.2.1", "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "finalhandler": "^2.1.0", "fresh": "^2.0.0", "http-errors": "^2.0.0", "merge-descriptors": "^2.0.0", "mime-types": "^3.0.0", "on-finished": "^2.4.1", "once": "^1.4.0", "parseurl": "^1.3.3", "proxy-addr": "^2.0.7", "qs": "^6.14.0", "range-parser": "^1.2.1", "router": "^2.2.0", "send": "^1.1.0", "serve-static": "^2.2.0", "statuses": "^2.0.1", "type-is": "^2.0.1", "vary": "^1.1.2" } }, "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA=="],
|
|
64
|
+
|
|
65
|
+
"express-rate-limit": ["express-rate-limit@7.5.1", "", { "peerDependencies": { "express": ">= 4.11" } }, "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw=="],
|
|
66
|
+
|
|
67
|
+
"fast-deep-equal": ["fast-deep-equal@3.1.3", "", {}, "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="],
|
|
68
|
+
|
|
69
|
+
"fast-json-stable-stringify": ["fast-json-stable-stringify@2.1.0", "", {}, "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="],
|
|
70
|
+
|
|
71
|
+
"finalhandler": ["finalhandler@2.1.0", "", { "dependencies": { "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "on-finished": "^2.4.1", "parseurl": "^1.3.3", "statuses": "^2.0.1" } }, "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q=="],
|
|
72
|
+
|
|
73
|
+
"forwarded": ["forwarded@0.2.0", "", {}, "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="],
|
|
74
|
+
|
|
75
|
+
"fresh": ["fresh@2.0.0", "", {}, "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A=="],
|
|
76
|
+
|
|
77
|
+
"function-bind": ["function-bind@1.1.2", "", {}, "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="],
|
|
78
|
+
|
|
79
|
+
"get-intrinsic": ["get-intrinsic@1.3.0", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.1.1", "function-bind": "^1.1.2", "get-proto": "^1.0.1", "gopd": "^1.2.0", "has-symbols": "^1.1.0", "hasown": "^2.0.2", "math-intrinsics": "^1.1.0" } }, "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ=="],
|
|
80
|
+
|
|
81
|
+
"get-proto": ["get-proto@1.0.1", "", { "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" } }, "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g=="],
|
|
82
|
+
|
|
83
|
+
"gopd": ["gopd@1.2.0", "", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="],
|
|
84
|
+
|
|
85
|
+
"has-symbols": ["has-symbols@1.1.0", "", {}, "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ=="],
|
|
86
|
+
|
|
87
|
+
"hasown": ["hasown@2.0.2", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ=="],
|
|
88
|
+
|
|
89
|
+
"http-errors": ["http-errors@2.0.0", "", { "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", "setprototypeof": "1.2.0", "statuses": "2.0.1", "toidentifier": "1.0.1" } }, "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ=="],
|
|
90
|
+
|
|
91
|
+
"iconv-lite": ["iconv-lite@0.7.0", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ=="],
|
|
92
|
+
|
|
93
|
+
"inherits": ["inherits@2.0.4", "", {}, "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="],
|
|
94
|
+
|
|
95
|
+
"ipaddr.js": ["ipaddr.js@1.9.1", "", {}, "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="],
|
|
96
|
+
|
|
97
|
+
"is-promise": ["is-promise@4.0.0", "", {}, "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="],
|
|
98
|
+
|
|
99
|
+
"isexe": ["isexe@2.0.0", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
|
|
100
|
+
|
|
101
|
+
"json-schema-traverse": ["json-schema-traverse@0.4.1", "", {}, "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="],
|
|
102
|
+
|
|
103
|
+
"math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="],
|
|
104
|
+
|
|
105
|
+
"media-typer": ["media-typer@1.1.0", "", {}, "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw=="],
|
|
106
|
+
|
|
107
|
+
"merge-descriptors": ["merge-descriptors@2.0.0", "", {}, "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g=="],
|
|
108
|
+
|
|
109
|
+
"mime-db": ["mime-db@1.54.0", "", {}, "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ=="],
|
|
110
|
+
|
|
111
|
+
"mime-types": ["mime-types@3.0.1", "", { "dependencies": { "mime-db": "^1.54.0" } }, "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA=="],
|
|
112
|
+
|
|
113
|
+
"ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
|
|
114
|
+
|
|
115
|
+
"negotiator": ["negotiator@1.0.0", "", {}, "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg=="],
|
|
116
|
+
|
|
117
|
+
"object-assign": ["object-assign@4.1.1", "", {}, "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="],
|
|
118
|
+
|
|
119
|
+
"object-inspect": ["object-inspect@1.13.4", "", {}, "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="],
|
|
120
|
+
|
|
121
|
+
"on-finished": ["on-finished@2.4.1", "", { "dependencies": { "ee-first": "1.1.1" } }, "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg=="],
|
|
122
|
+
|
|
123
|
+
"once": ["once@1.4.0", "", { "dependencies": { "wrappy": "1" } }, "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w=="],
|
|
124
|
+
|
|
125
|
+
"parseurl": ["parseurl@1.3.3", "", {}, "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="],
|
|
126
|
+
|
|
127
|
+
"path-key": ["path-key@3.1.1", "", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="],
|
|
128
|
+
|
|
129
|
+
"path-to-regexp": ["path-to-regexp@8.3.0", "", {}, "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA=="],
|
|
130
|
+
|
|
131
|
+
"pkce-challenge": ["pkce-challenge@5.0.0", "", {}, "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ=="],
|
|
132
|
+
|
|
133
|
+
"proxy-addr": ["proxy-addr@2.0.7", "", { "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" } }, "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg=="],
|
|
134
|
+
|
|
135
|
+
"punycode": ["punycode@2.3.1", "", {}, "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="],
|
|
136
|
+
|
|
137
|
+
"qs": ["qs@6.14.0", "", { "dependencies": { "side-channel": "^1.1.0" } }, "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w=="],
|
|
138
|
+
|
|
139
|
+
"range-parser": ["range-parser@1.2.1", "", {}, "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="],
|
|
140
|
+
|
|
141
|
+
"raw-body": ["raw-body@3.0.1", "", { "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", "iconv-lite": "0.7.0", "unpipe": "1.0.0" } }, "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA=="],
|
|
142
|
+
|
|
143
|
+
"router": ["router@2.2.0", "", { "dependencies": { "debug": "^4.4.0", "depd": "^2.0.0", "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ=="],
|
|
144
|
+
|
|
145
|
+
"safe-buffer": ["safe-buffer@5.2.1", "", {}, "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="],
|
|
146
|
+
|
|
147
|
+
"safer-buffer": ["safer-buffer@2.1.2", "", {}, "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="],
|
|
148
|
+
|
|
149
|
+
"send": ["send@1.2.0", "", { "dependencies": { "debug": "^4.3.5", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "fresh": "^2.0.0", "http-errors": "^2.0.0", "mime-types": "^3.0.1", "ms": "^2.1.3", "on-finished": "^2.4.1", "range-parser": "^1.2.1", "statuses": "^2.0.1" } }, "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw=="],
|
|
150
|
+
|
|
151
|
+
"serve-static": ["serve-static@2.2.0", "", { "dependencies": { "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "parseurl": "^1.3.3", "send": "^1.2.0" } }, "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ=="],
|
|
152
|
+
|
|
153
|
+
"setprototypeof": ["setprototypeof@1.2.0", "", {}, "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="],
|
|
154
|
+
|
|
155
|
+
"shebang-command": ["shebang-command@2.0.0", "", { "dependencies": { "shebang-regex": "^3.0.0" } }, "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="],
|
|
156
|
+
|
|
157
|
+
"shebang-regex": ["shebang-regex@3.0.0", "", {}, "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="],
|
|
158
|
+
|
|
159
|
+
"side-channel": ["side-channel@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", "side-channel-list": "^1.0.0", "side-channel-map": "^1.0.1", "side-channel-weakmap": "^1.0.2" } }, "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw=="],
|
|
160
|
+
|
|
161
|
+
"side-channel-list": ["side-channel-list@1.0.0", "", { "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" } }, "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA=="],
|
|
162
|
+
|
|
163
|
+
"side-channel-map": ["side-channel-map@1.0.1", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3" } }, "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA=="],
|
|
164
|
+
|
|
165
|
+
"side-channel-weakmap": ["side-channel-weakmap@1.0.2", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A=="],
|
|
166
|
+
|
|
167
|
+
"statuses": ["statuses@2.0.2", "", {}, "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw=="],
|
|
168
|
+
|
|
169
|
+
"toidentifier": ["toidentifier@1.0.1", "", {}, "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="],
|
|
170
|
+
|
|
171
|
+
"type-is": ["type-is@2.0.1", "", { "dependencies": { "content-type": "^1.0.5", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw=="],
|
|
172
|
+
|
|
173
|
+
"unpipe": ["unpipe@1.0.0", "", {}, "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="],
|
|
174
|
+
|
|
175
|
+
"uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="],
|
|
176
|
+
|
|
177
|
+
"vary": ["vary@1.1.2", "", {}, "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="],
|
|
178
|
+
|
|
179
|
+
"which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
|
|
180
|
+
|
|
181
|
+
"wrappy": ["wrappy@1.0.2", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="],
|
|
182
|
+
|
|
183
|
+
"zod": ["zod@3.25.76", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
|
|
184
|
+
|
|
185
|
+
"zod-to-json-schema": ["zod-to-json-schema@3.24.6", "", { "peerDependencies": { "zod": "^3.24.1" } }, "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg=="],
|
|
186
|
+
|
|
187
|
+
"body-parser/iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="],
|
|
188
|
+
|
|
189
|
+
"http-errors/statuses": ["statuses@2.0.1", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="],
|
|
190
|
+
}
|
|
191
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -20070,24 +20070,6 @@ var require_get_proto = __commonJS((exports, module) => {
|
|
|
20070
20070
|
} : null;
|
|
20071
20071
|
});
|
|
20072
20072
|
|
|
20073
|
-
// node_modules/async-function/index.js
|
|
20074
|
-
var require_async_function = __commonJS((exports, module) => {
|
|
20075
|
-
var cached = async function() {}.constructor;
|
|
20076
|
-
module.exports = () => cached;
|
|
20077
|
-
});
|
|
20078
|
-
|
|
20079
|
-
// node_modules/generator-function/index.js
|
|
20080
|
-
var require_generator_function = __commonJS((exports, module) => {
|
|
20081
|
-
var cached = function* () {}.constructor;
|
|
20082
|
-
module.exports = () => cached;
|
|
20083
|
-
});
|
|
20084
|
-
|
|
20085
|
-
// node_modules/async-generator-function/index.js
|
|
20086
|
-
var require_async_generator_function = __commonJS((exports, module) => {
|
|
20087
|
-
var cached = async function* () {}.constructor;
|
|
20088
|
-
module.exports = () => cached;
|
|
20089
|
-
});
|
|
20090
|
-
|
|
20091
20073
|
// node_modules/hasown/index.js
|
|
20092
20074
|
var require_hasown = __commonJS((exports, module) => {
|
|
20093
20075
|
var call = Function.prototype.call;
|
|
@@ -20114,6 +20096,12 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
20114
20096
|
var pow = require_pow();
|
|
20115
20097
|
var round = require_round();
|
|
20116
20098
|
var sign = require_sign();
|
|
20099
|
+
var $Function = Function;
|
|
20100
|
+
var getEvalledConstructor = function(expressionSyntax) {
|
|
20101
|
+
try {
|
|
20102
|
+
return $Function('"use strict"; return (' + expressionSyntax + ").constructor;")();
|
|
20103
|
+
} catch (e) {}
|
|
20104
|
+
};
|
|
20117
20105
|
var $gOPD = require_gopd();
|
|
20118
20106
|
var $defineProperty = require_es_define_property();
|
|
20119
20107
|
var throwTypeError = function() {
|
|
@@ -20168,7 +20156,7 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
20168
20156
|
"%Float32Array%": typeof Float32Array === "undefined" ? undefined2 : Float32Array,
|
|
20169
20157
|
"%Float64Array%": typeof Float64Array === "undefined" ? undefined2 : Float64Array,
|
|
20170
20158
|
"%FinalizationRegistry%": typeof FinalizationRegistry === "undefined" ? undefined2 : FinalizationRegistry,
|
|
20171
|
-
"%Function%": Function,
|
|
20159
|
+
"%Function%": $Function,
|
|
20172
20160
|
"%GeneratorFunction%": needsEval,
|
|
20173
20161
|
"%Int8Array%": typeof Int8Array === "undefined" ? undefined2 : Int8Array,
|
|
20174
20162
|
"%Int16Array%": typeof Int16Array === "undefined" ? undefined2 : Int16Array,
|
|
@@ -20231,17 +20219,14 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
20231
20219
|
}
|
|
20232
20220
|
}
|
|
20233
20221
|
var errorProto;
|
|
20234
|
-
var getAsyncFunction = require_async_function();
|
|
20235
|
-
var getGeneratorFunction = require_generator_function();
|
|
20236
|
-
var getAsyncGeneratorFunction = require_async_generator_function();
|
|
20237
20222
|
var doEval = function doEval(name) {
|
|
20238
20223
|
var value;
|
|
20239
20224
|
if (name === "%AsyncFunction%") {
|
|
20240
|
-
value =
|
|
20225
|
+
value = getEvalledConstructor("async function () {}");
|
|
20241
20226
|
} else if (name === "%GeneratorFunction%") {
|
|
20242
|
-
value =
|
|
20227
|
+
value = getEvalledConstructor("function* () {}");
|
|
20243
20228
|
} else if (name === "%AsyncGeneratorFunction%") {
|
|
20244
|
-
value =
|
|
20229
|
+
value = getEvalledConstructor("async function* () {}");
|
|
20245
20230
|
} else if (name === "%AsyncGenerator%") {
|
|
20246
20231
|
var fn = doEval("%AsyncGeneratorFunction%");
|
|
20247
20232
|
if (fn) {
|
|
@@ -37089,12 +37074,7 @@ var NEVER = INVALID;
|
|
|
37089
37074
|
// node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
37090
37075
|
var LATEST_PROTOCOL_VERSION = "2025-06-18";
|
|
37091
37076
|
var DEFAULT_NEGOTIATED_PROTOCOL_VERSION = "2025-03-26";
|
|
37092
|
-
var SUPPORTED_PROTOCOL_VERSIONS = [
|
|
37093
|
-
LATEST_PROTOCOL_VERSION,
|
|
37094
|
-
"2025-03-26",
|
|
37095
|
-
"2024-11-05",
|
|
37096
|
-
"2024-10-07"
|
|
37097
|
-
];
|
|
37077
|
+
var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-03-26", "2024-11-05", "2024-10-07"];
|
|
37098
37078
|
var JSONRPC_VERSION = "2.0";
|
|
37099
37079
|
var ProgressTokenSchema = exports_external.union([exports_external.string(), exports_external.number().int()]);
|
|
37100
37080
|
var CursorSchema = exports_external.string();
|
|
@@ -37154,12 +37134,7 @@ var JSONRPCErrorSchema = exports_external.object({
|
|
|
37154
37134
|
})
|
|
37155
37135
|
}).strict();
|
|
37156
37136
|
var isJSONRPCError = (value) => JSONRPCErrorSchema.safeParse(value).success;
|
|
37157
|
-
var JSONRPCMessageSchema = exports_external.union([
|
|
37158
|
-
JSONRPCRequestSchema,
|
|
37159
|
-
JSONRPCNotificationSchema,
|
|
37160
|
-
JSONRPCResponseSchema,
|
|
37161
|
-
JSONRPCErrorSchema
|
|
37162
|
-
]);
|
|
37137
|
+
var JSONRPCMessageSchema = exports_external.union([JSONRPCRequestSchema, JSONRPCNotificationSchema, JSONRPCResponseSchema, JSONRPCErrorSchema]);
|
|
37163
37138
|
var EmptyResultSchema = ResultSchema.strict();
|
|
37164
37139
|
var CancelledNotificationSchema = NotificationSchema.extend({
|
|
37165
37140
|
method: exports_external.literal("notifications/cancelled"),
|
|
@@ -37171,7 +37146,10 @@ var CancelledNotificationSchema = NotificationSchema.extend({
|
|
|
37171
37146
|
var IconSchema = exports_external.object({
|
|
37172
37147
|
src: exports_external.string(),
|
|
37173
37148
|
mimeType: exports_external.optional(exports_external.string()),
|
|
37174
|
-
sizes: exports_external.optional(exports_external.string())
|
|
37149
|
+
sizes: exports_external.optional(exports_external.array(exports_external.string()))
|
|
37150
|
+
}).passthrough();
|
|
37151
|
+
var IconsSchema = exports_external.object({
|
|
37152
|
+
icons: exports_external.array(IconSchema).optional()
|
|
37175
37153
|
}).passthrough();
|
|
37176
37154
|
var BaseMetadataSchema = exports_external.object({
|
|
37177
37155
|
name: exports_external.string(),
|
|
@@ -37179,9 +37157,8 @@ var BaseMetadataSchema = exports_external.object({
|
|
|
37179
37157
|
}).passthrough();
|
|
37180
37158
|
var ImplementationSchema = BaseMetadataSchema.extend({
|
|
37181
37159
|
version: exports_external.string(),
|
|
37182
|
-
websiteUrl: exports_external.optional(exports_external.string())
|
|
37183
|
-
|
|
37184
|
-
});
|
|
37160
|
+
websiteUrl: exports_external.optional(exports_external.string())
|
|
37161
|
+
}).merge(IconsSchema);
|
|
37185
37162
|
var ClientCapabilitiesSchema = exports_external.object({
|
|
37186
37163
|
experimental: exports_external.optional(exports_external.object({}).passthrough()),
|
|
37187
37164
|
sampling: exports_external.optional(exports_external.object({}).passthrough()),
|
|
@@ -37268,15 +37245,14 @@ var ResourceSchema = BaseMetadataSchema.extend({
|
|
|
37268
37245
|
uri: exports_external.string(),
|
|
37269
37246
|
description: exports_external.optional(exports_external.string()),
|
|
37270
37247
|
mimeType: exports_external.optional(exports_external.string()),
|
|
37271
|
-
icons: exports_external.optional(exports_external.array(IconSchema)),
|
|
37272
37248
|
_meta: exports_external.optional(exports_external.object({}).passthrough())
|
|
37273
|
-
});
|
|
37249
|
+
}).merge(IconsSchema);
|
|
37274
37250
|
var ResourceTemplateSchema = BaseMetadataSchema.extend({
|
|
37275
37251
|
uriTemplate: exports_external.string(),
|
|
37276
37252
|
description: exports_external.optional(exports_external.string()),
|
|
37277
37253
|
mimeType: exports_external.optional(exports_external.string()),
|
|
37278
37254
|
_meta: exports_external.optional(exports_external.object({}).passthrough())
|
|
37279
|
-
});
|
|
37255
|
+
}).merge(IconsSchema);
|
|
37280
37256
|
var ListResourcesRequestSchema = PaginatedRequestSchema.extend({
|
|
37281
37257
|
method: exports_external.literal("resources/list")
|
|
37282
37258
|
});
|
|
@@ -37327,9 +37303,8 @@ var PromptArgumentSchema = exports_external.object({
|
|
|
37327
37303
|
var PromptSchema = BaseMetadataSchema.extend({
|
|
37328
37304
|
description: exports_external.optional(exports_external.string()),
|
|
37329
37305
|
arguments: exports_external.optional(exports_external.array(PromptArgumentSchema)),
|
|
37330
|
-
icons: exports_external.optional(exports_external.array(IconSchema)),
|
|
37331
37306
|
_meta: exports_external.optional(exports_external.object({}).passthrough())
|
|
37332
|
-
});
|
|
37307
|
+
}).merge(IconsSchema);
|
|
37333
37308
|
var ListPromptsRequestSchema = PaginatedRequestSchema.extend({
|
|
37334
37309
|
method: exports_external.literal("prompts/list")
|
|
37335
37310
|
});
|
|
@@ -37406,9 +37381,8 @@ var ToolSchema = BaseMetadataSchema.extend({
|
|
|
37406
37381
|
required: exports_external.optional(exports_external.array(exports_external.string()))
|
|
37407
37382
|
}).passthrough()),
|
|
37408
37383
|
annotations: exports_external.optional(ToolAnnotationsSchema),
|
|
37409
|
-
icons: exports_external.optional(exports_external.array(IconSchema)),
|
|
37410
37384
|
_meta: exports_external.optional(exports_external.object({}).passthrough())
|
|
37411
|
-
});
|
|
37385
|
+
}).merge(IconsSchema);
|
|
37412
37386
|
var ListToolsRequestSchema = PaginatedRequestSchema.extend({
|
|
37413
37387
|
method: exports_external.literal("tools/list")
|
|
37414
37388
|
});
|
|
@@ -37433,16 +37407,7 @@ var CallToolRequestSchema = RequestSchema.extend({
|
|
|
37433
37407
|
var ToolListChangedNotificationSchema = NotificationSchema.extend({
|
|
37434
37408
|
method: exports_external.literal("notifications/tools/list_changed")
|
|
37435
37409
|
});
|
|
37436
|
-
var LoggingLevelSchema = exports_external.enum([
|
|
37437
|
-
"debug",
|
|
37438
|
-
"info",
|
|
37439
|
-
"notice",
|
|
37440
|
-
"warning",
|
|
37441
|
-
"error",
|
|
37442
|
-
"critical",
|
|
37443
|
-
"alert",
|
|
37444
|
-
"emergency"
|
|
37445
|
-
]);
|
|
37410
|
+
var LoggingLevelSchema = exports_external.enum(["debug", "info", "notice", "warning", "error", "critical", "alert", "emergency"]);
|
|
37446
37411
|
var SetLevelRequestSchema = RequestSchema.extend({
|
|
37447
37412
|
method: exports_external.literal("logging/setLevel"),
|
|
37448
37413
|
params: BaseRequestParamsSchema.extend({
|
|
@@ -37487,11 +37452,7 @@ var CreateMessageResultSchema = ResultSchema.extend({
|
|
|
37487
37452
|
model: exports_external.string(),
|
|
37488
37453
|
stopReason: exports_external.optional(exports_external.enum(["endTurn", "stopSequence", "maxTokens"]).or(exports_external.string())),
|
|
37489
37454
|
role: exports_external.enum(["user", "assistant"]),
|
|
37490
|
-
content: exports_external.discriminatedUnion("type", [
|
|
37491
|
-
TextContentSchema,
|
|
37492
|
-
ImageContentSchema,
|
|
37493
|
-
AudioContentSchema
|
|
37494
|
-
])
|
|
37455
|
+
content: exports_external.discriminatedUnion("type", [TextContentSchema, ImageContentSchema, AudioContentSchema])
|
|
37495
37456
|
});
|
|
37496
37457
|
var BooleanSchemaSchema = exports_external.object({
|
|
37497
37458
|
type: exports_external.literal("boolean"),
|
|
@@ -37521,12 +37482,7 @@ var EnumSchemaSchema = exports_external.object({
|
|
|
37521
37482
|
enum: exports_external.array(exports_external.string()),
|
|
37522
37483
|
enumNames: exports_external.optional(exports_external.array(exports_external.string()))
|
|
37523
37484
|
}).passthrough();
|
|
37524
|
-
var PrimitiveSchemaDefinitionSchema = exports_external.union([
|
|
37525
|
-
BooleanSchemaSchema,
|
|
37526
|
-
StringSchemaSchema,
|
|
37527
|
-
NumberSchemaSchema,
|
|
37528
|
-
EnumSchemaSchema
|
|
37529
|
-
]);
|
|
37485
|
+
var PrimitiveSchemaDefinitionSchema = exports_external.union([BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, EnumSchemaSchema]);
|
|
37530
37486
|
var ElicitRequestSchema = RequestSchema.extend({
|
|
37531
37487
|
method: exports_external.literal("elicitation/create"),
|
|
37532
37488
|
params: BaseRequestParamsSchema.extend({
|
|
@@ -37605,18 +37561,8 @@ var ClientNotificationSchema = exports_external.union([
|
|
|
37605
37561
|
InitializedNotificationSchema,
|
|
37606
37562
|
RootsListChangedNotificationSchema
|
|
37607
37563
|
]);
|
|
37608
|
-
var ClientResultSchema = exports_external.union([
|
|
37609
|
-
|
|
37610
|
-
CreateMessageResultSchema,
|
|
37611
|
-
ElicitResultSchema,
|
|
37612
|
-
ListRootsResultSchema
|
|
37613
|
-
]);
|
|
37614
|
-
var ServerRequestSchema = exports_external.union([
|
|
37615
|
-
PingRequestSchema,
|
|
37616
|
-
CreateMessageRequestSchema,
|
|
37617
|
-
ElicitRequestSchema,
|
|
37618
|
-
ListRootsRequestSchema
|
|
37619
|
-
]);
|
|
37564
|
+
var ClientResultSchema = exports_external.union([EmptyResultSchema, CreateMessageResultSchema, ElicitResultSchema, ListRootsResultSchema]);
|
|
37565
|
+
var ServerRequestSchema = exports_external.union([PingRequestSchema, CreateMessageRequestSchema, ElicitRequestSchema, ListRootsRequestSchema]);
|
|
37620
37566
|
var ServerNotificationSchema = exports_external.union([
|
|
37621
37567
|
CancelledNotificationSchema,
|
|
37622
37568
|
ProgressNotificationSchema,
|
|
@@ -37688,7 +37634,10 @@ class Protocol {
|
|
|
37688
37634
|
const totalElapsed = Date.now() - info.startTime;
|
|
37689
37635
|
if (info.maxTotalTimeout && totalElapsed >= info.maxTotalTimeout) {
|
|
37690
37636
|
this._timeoutInfo.delete(messageId);
|
|
37691
|
-
throw new McpError(ErrorCode.RequestTimeout, "Maximum total timeout exceeded", {
|
|
37637
|
+
throw new McpError(ErrorCode.RequestTimeout, "Maximum total timeout exceeded", {
|
|
37638
|
+
maxTotalTimeout: info.maxTotalTimeout,
|
|
37639
|
+
totalElapsed
|
|
37640
|
+
});
|
|
37692
37641
|
}
|
|
37693
37642
|
clearTimeout(info.timeoutId);
|
|
37694
37643
|
info.timeoutId = setTimeout(info.onTimeout, info.timeout);
|
|
@@ -39522,7 +39471,9 @@ class McpServer {
|
|
|
39522
39471
|
_meta: tool._meta
|
|
39523
39472
|
};
|
|
39524
39473
|
if (tool.outputSchema) {
|
|
39525
|
-
toolDefinition.outputSchema = zodToJsonSchema(tool.outputSchema, {
|
|
39474
|
+
toolDefinition.outputSchema = zodToJsonSchema(tool.outputSchema, {
|
|
39475
|
+
strictUnions: true
|
|
39476
|
+
});
|
|
39526
39477
|
}
|
|
39527
39478
|
return toolDefinition;
|
|
39528
39479
|
})
|
|
@@ -40261,6 +40212,10 @@ class StreamableHTTPServerTransport {
|
|
|
40261
40212
|
res.on("close", () => {
|
|
40262
40213
|
this._streamMapping.delete(this._standaloneSseStreamId);
|
|
40263
40214
|
});
|
|
40215
|
+
res.on("error", (error) => {
|
|
40216
|
+
var _a;
|
|
40217
|
+
(_a = this.onerror) === null || _a === undefined || _a.call(this, error);
|
|
40218
|
+
});
|
|
40264
40219
|
}
|
|
40265
40220
|
async replayEvents(lastEventId, res) {
|
|
40266
40221
|
var _a, _b;
|
|
@@ -40287,6 +40242,10 @@ class StreamableHTTPServerTransport {
|
|
|
40287
40242
|
}
|
|
40288
40243
|
}));
|
|
40289
40244
|
this._streamMapping.set(streamId, res);
|
|
40245
|
+
res.on("error", (error) => {
|
|
40246
|
+
var _a2;
|
|
40247
|
+
(_a2 = this.onerror) === null || _a2 === undefined || _a2.call(this, error);
|
|
40248
|
+
});
|
|
40290
40249
|
} catch (error) {
|
|
40291
40250
|
(_b = this.onerror) === null || _b === undefined || _b.call(this, error);
|
|
40292
40251
|
}
|
|
@@ -40427,6 +40386,10 @@ class StreamableHTTPServerTransport {
|
|
|
40427
40386
|
res.on("close", () => {
|
|
40428
40387
|
this._streamMapping.delete(streamId);
|
|
40429
40388
|
});
|
|
40389
|
+
res.on("error", (error) => {
|
|
40390
|
+
var _a2;
|
|
40391
|
+
(_a2 = this.onerror) === null || _a2 === undefined || _a2.call(this, error);
|
|
40392
|
+
});
|
|
40430
40393
|
for (const message of messages) {
|
|
40431
40394
|
(_d = this.onmessage) === null || _d === undefined || _d.call(this, message, { authInfo, requestInfo });
|
|
40432
40395
|
}
|
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-202510201346",
|
|
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,11 @@
|
|
|
14
14
|
"watch": "bun run --watch src/index.js"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@modelcontextprotocol/sdk": "1.
|
|
17
|
+
"@modelcontextprotocol/sdk": "1.20.1",
|
|
18
18
|
"express": "5.1.0"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/marcnuri-demo/blog-tutorials"
|
|
19
23
|
}
|
|
20
24
|
}
|