File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.1.4] - 2026-03-05
2+
3+ ### Added
4+ - Added file complying with Apache 2.0 attribution for and .
5+
6+ ### Changed
7+ - Updated and to append third-party open-source legal notices.
8+ - Expanded to clearly contrast Programmatic Tool Calling (PTC) vs Recursive Language Models (RLM).
9+
110# Changelog
211
312All notable changes to this project will be documented in this file.
413
514## [ Unreleased]
615
16+ ## [ 0.1.4] - 2026-03-05
17+
18+ ### Added
19+ - Added ` NOTICE ` file complying with Apache 2.0 attribution for ` microsandbox ` and ` OpenSandbox ` .
20+
21+ ### Changed
22+ - Updated ` LICENSE ` and ` README.md ` to append third-party open-source legal notices.
23+ - Expanded ` README.md ` to clearly contrast Programmatic Tool Calling (PTC) vs Recursive Language Models (RLM).
24+
725### Added
826- ** OpenSandbox Execution Backend** (` client/opensandbox_executor.py ` ):
927 - New ` OpenSandboxExecutor ` — full drop-in replacement for ` MicrosandboxExecutor ` using [ alibaba/OpenSandbox] ( https://github.com/alibaba/OpenSandbox ) (local Docker, no cloud API key required).
Original file line number Diff line number Diff line change 44
55[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
66[ ![ Tests] ( https://github.com/TJKlein/mcpruntime/actions/workflows/tests.yml/badge.svg )] ( https://github.com/TJKlein/mcpruntime/actions/workflows/tests.yml )
7- [ ![ Version] ( https://img.shields.io/badge/version-0.1.1 -blue.svg )] ( pyproject.toml )
7+ [ ![ Version] ( https://img.shields.io/badge/version-0.1.4 -blue.svg )] ( pyproject.toml )
88[ ![ Python 3.10+] ( https://img.shields.io/badge/python-3.10+-blue.svg )] ( https://www.python.org/downloads/ )
99[ ![ Docker] ( https://img.shields.io/badge/docker-ready-blue.svg )] ( Dockerfile )
1010[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mcp-agent-runtime"
7- version = " 0.1.3 "
7+ version = " 0.1.4 "
88description = " The High-Performance Local Runtime for Autonomous Agents"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments