We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39343ff commit ab997acCopy full SHA for ab997ac
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.2.7] - 2025-09-02
9
+
10
+### Added
11
+- Configurable tool access control via `RESTRICTED_TOOLS` environment variable
12
+- Organizations can now restrict any combination of tools for MCP clients
13
14
15
## [0.2.6] - 2025-08-19
16
17
### Added
modelcontextprotocol/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "0.2.6"
+__version__ = "0.2.7"
0 commit comments