Skip to content

Commit 6cf8373

Browse files
committed
1.14.1
1 parent 1609db4 commit 6cf8373

5 files changed

Lines changed: 20 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.14.0",
10+
"version": "1.14.1",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "mcp-searxng",
15-
"version": "1.14.0",
15+
"version": "1.14.1",
1616
"transport": {
1717
"type": "stdio"
1818
},

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to mcp-searxng are documented here.
44
Versions follow [Semantic Versioning](https://semver.org/).
55

6+
## [1.14.1] - 2026-08-06
7+
8+
### Fixed
9+
10+
- **Built HTTP transport regression coverage now exercises real loopback TCP:** The end-to-end suite launches the compiled CLI in both stateful and stateless modes and verifies session negotiation, tool listing, bounded readiness and diagnostics, process cleanup, and narrowly classified address-in-use retries. This is test-only hardening; supported transport behavior is unchanged. ([#237](https://github.com/ihor-sokoliuk/mcp-searxng/pull/237))
11+
12+
### Changed
13+
14+
- **Compatible runtime dependencies and the pinned container base are refreshed:** The Hono override floor moves to 4.13.0, `ip-address` resolves to 10.4.0, `fast-uri` resolves to 3.1.5, and both Docker stages use the current pinned Node 24 LTS Alpine digest. These are non-major compatibility and supply-chain maintenance updates; the supported API and product behavior are unchanged. ([#228](https://github.com/ihor-sokoliuk/mcp-searxng/pull/228), [#233](https://github.com/ihor-sokoliuk/mcp-searxng/pull/233), [#235](https://github.com/ihor-sokoliuk/mcp-searxng/pull/235), [#236](https://github.com/ihor-sokoliuk/mcp-searxng/pull/236))
15+
16+
### Security
17+
18+
- **The development dependency tree now resolves the patched `brace-expansion` release:** The ESLint/minimatch lock resolution moves from vulnerable 5.0.8 to 5.0.9, the first patched 5.x release for GHSA-rgw5-rvv9-x895, without adding a direct dependency or changing the production dependency tree. ([#239](https://github.com/ihor-sokoliuk/mcp-searxng/pull/239))
19+
620
## [1.14.0] - 2026-07-31
721

822
### Added

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.14.0",
3+
"version": "1.14.1",
44
"mcpName": "io.github.ihor-sokoliuk/mcp-searxng",
55
"description": "MCP server for SearXNG integration",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = "1.14.0";
1+
export const packageVersion = "1.14.1";

0 commit comments

Comments
 (0)