Skip to content

Commit 4edc3d2

Browse files
committed
1.0.2
1 parent 68d3ba1 commit 4edc3d2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/ihor-sokoliuk/mcp-searxng",
88
"source": "github"
99
},
10-
"version": "1.0.1",
10+
"version": "1.0.2",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "mcp-searxng",
15-
"version": "1.0.1",
15+
"version": "1.0.2",
1616
"transport": {
1717
"type": "stdio"
1818
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-searxng",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"mcpName": "io.github.ihor-sokoliuk/mcp-searxng",
55
"description": "MCP server for SearXNG integration",
66
"license": "MIT",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { createConfigResource, createHelpResource } from "./resources.js";
2121
import { createHttpServer } from "./http-server.js";
2222

2323
// Use a static version string that will be updated by the version script
24-
const packageVersion = "1.0.1";
24+
const packageVersion = "1.0.2";
2525

2626
// Export the version for use in other modules
2727
export { packageVersion };

0 commit comments

Comments
 (0)