Skip to content

Commit ee20bfc

Browse files
committed
1.0.1
1 parent c920a34 commit ee20bfc

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.0",
10+
"version": "1.0.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "mcp-searxng",
15-
"version": "1.0.0",
15+
"version": "1.0.1",
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.0",
3+
"version": "1.0.1",
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.0";
24+
const packageVersion = "1.0.1";
2525

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

0 commit comments

Comments
 (0)