blackveil-dns 2.3.4 → 2.3.5
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stdio.js +2 -2
- package/dist/stdio.js.map +1 -1
- package/package.json +1 -1
package/dist/stdio.js
CHANGED
|
@@ -10173,7 +10173,7 @@ async function handleToolsCall(params, scanCacheKV, runtimeOptions) {
|
|
|
10173
10173
|
}
|
|
10174
10174
|
const validDomain = domain ?? "";
|
|
10175
10175
|
const effectiveFormat = resolveFormat(validatedArgs, runtimeOptions?.clientType);
|
|
10176
|
-
const
|
|
10176
|
+
const _interactive = isInteractiveClient(runtimeOptions?.clientType);
|
|
10177
10177
|
const executeDispatch = async () => {
|
|
10178
10178
|
const registeredTool = TOOL_REGISTRY[name];
|
|
10179
10179
|
if (registeredTool) {
|
|
@@ -11809,7 +11809,7 @@ async function executeMcpRequest(options) {
|
|
|
11809
11809
|
}
|
|
11810
11810
|
|
|
11811
11811
|
// src/lib/server-version.ts
|
|
11812
|
-
var SERVER_VERSION = "2.3.
|
|
11812
|
+
var SERVER_VERSION = "2.3.5";
|
|
11813
11813
|
|
|
11814
11814
|
// src/stdio.ts
|
|
11815
11815
|
function buildNotInitializedError(id) {
|