mcp-searxng 0.10.3 → 0.10.4

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- declare const packageVersion = "0.10.3";
2
+ declare const packageVersion = "0.10.4";
3
3
  export { packageVersion };
4
4
  export declare function isWebUrlReadArgs(args: unknown): args is {
5
5
  url: string;
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { createConfigResource, createHelpResource } from "./resources.js";
11
11
  import { createHttpServer } from "./http-server.js";
12
12
  import { validateEnvironment as validateEnv } from "./error-handler.js";
13
13
  // Use a static version string that will be updated by the version script
14
- const packageVersion = "0.10.3";
14
+ const packageVersion = "0.10.4";
15
15
  // Export the version for use in other modules
16
16
  export { packageVersion };
17
17
  // Global state for logging level
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-searxng",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "mcpName": "io.github.ihor-sokoliuk/mcp-searxng",
5
5
  "description": "MCP server for SearXNG integration",
6
6
  "license": "MIT",