mcp-searxng 1.3.3 → 1.3.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/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![Docker Pulls](https://img.shields.io/docker/pulls/isokoliuk/mcp-searxng?style=flat-square&logo=docker)](https://hub.docker.com/r/isokoliuk/mcp-searxng)
11
11
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
12
12
  [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ihor-sokoliuk/mcp-searxng/badge)](https://scorecard.dev/viewer/?uri=github.com/ihor-sokoliuk/mcp-searxng)
13
- [![OpenSSF Baseline](https://www.bestpractices.dev/projects/13143/baseline)](https://www.bestpractices.dev/projects/13143)
13
+ [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13143/badge)](https://www.bestpractices.dev/projects/13143)
14
14
  [![mcp-searxng MCP server](https://glama.ai/mcp/servers/ihor-sokoliuk/mcp-searxng/badges/score.svg)](https://glama.ai/mcp/servers/ihor-sokoliuk/mcp-searxng)
15
15
 
16
16
  An [MCP server](https://modelcontextprotocol.io/introduction) that integrates the [SearXNG](https://docs.searxng.org) API, giving AI assistants web search capabilities.
@@ -130,6 +130,8 @@ npm install -g mcp-searxng
130
130
  docker pull isokoliuk/mcp-searxng:latest
131
131
  ```
132
132
 
133
+ Image signatures can be verified with Cosign — see [SECURITY.md](SECURITY.md) for instructions.
134
+
133
135
  ```json
134
136
  {
135
137
  "mcpServers": {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const packageVersion = "1.3.3";
1
+ export declare const packageVersion = "1.3.4";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const packageVersion = "1.3.3";
1
+ export const packageVersion = "1.3.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-searxng",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "mcpName": "io.github.ihor-sokoliuk/mcp-searxng",
5
5
  "description": "MCP server for SearXNG integration",
6
6
  "license": "MIT",
@@ -66,6 +66,7 @@
66
66
  "cross-env": "^10.1.0",
67
67
  "eslint": "10.4.1",
68
68
  "eslint-plugin-security": "^4.0.0",
69
+ "fast-check": "^4.8.0",
69
70
  "shx": "^0.4.0",
70
71
  "supertest": "^7.2.2",
71
72
  "tsx": "4.22.4",