Skip to content

Commit c37cf8c

Browse files
committed
chore(release): v5.3.1
### Added - For long running tools or prompts or resources, we can now set `mcp_request_timeout` in ms to wait for the execution to finish. Defaults to 60s. ### Changed - Updated mcp-hub dependency version
1 parent 02f32e4 commit c37cf8c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.3.1] - 2025-05-24
9+
10+
### Added
11+
- For long running tools or prompts or resources, we can now set `mcp_request_timeout` in ms to wait for the execution to finish. Defaults to 60s.
12+
13+
### Changed
14+
- Updated mcp-hub dependency version
15+
816
## [5.3.0] - 2025-05-22
917

1018
### Added

lua/mcphub/utils/version.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
return {
2-
PLUGIN_VERSION = "5.3.0", -- Current plugin version
2+
PLUGIN_VERSION = "5.3.1", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
5-
minor = 1,
6-
patch = 11,
7-
string = "3.1.11",
5+
minor = 2,
6+
patch = 0,
7+
string = "3.2.0",
88
},
99
}

0 commit comments

Comments
 (0)