Skip to content

Commit 1bf32c5

Browse files
committed
Bump to 1.0.1
Patch release with publication polish (LICENSE file, PyPI metadata) and concurrency hardening (force_refresh coalescing under 401 storm, pool cap bumped 64 -> 256). Fully backward compatible.
1 parent 26b8b59 commit 1bf32c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eset_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ESET-MCP - Model Context Protocol server for the ESET ecosystem
22
(Connect cloud + PROTECT On-Prem + Inspect + Cloud Office Security)."""
3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eset-mcp"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "MCP server for the ESET ecosystem (Connect cloud + PROTECT On-Prem, RO/RW, multi-tenant, Cloudflare Access, Prometheus metrics)"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)