1 parent 088f4b0 commit e83f814Copy full SHA for e83f814
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-searxng",
3
- "version": "0.7.4",
+ "version": "0.7.5",
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.4";
+const packageVersion = "0.7.5";
25
26
// Export the version for use in other modules
27
export { packageVersion };
0 commit comments