1 parent 4b7d2e4 commit 477f292Copy full SHA for 477f292
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-searxng",
3
- "version": "0.7.9",
+ "version": "0.7.10",
4
"description": "MCP server for SearXNG integration",
5
"license": "MIT",
6
"author": "Ihor Sokoliuk (https://github.com/ihor-sokoliuk)",
src/index.ts
@@ -21,7 +21,7 @@ import { createHttpServer } from "./http-server.js";
21
import { validateEnvironment as validateEnv } from "./error-handler.js";
22
23
// Use a static version string that will be updated by the version script
24
-const packageVersion = "0.7.9";
+const packageVersion = "0.7.10";
25
26
// Export the version for use in other modules
27
export { packageVersion };
0 commit comments