Skip to content

Commit 7493213

Browse files
author
semantic-release
committed
chore(release): 0.4.0
1 parent 554fdac commit 7493213

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.4.0 (2026-04-01)
5+
6+
### Features
7+
8+
- Add scheduled sessions, export, workflow, and repo management tools
9+
([#42](https://github.com/ambient-code/mcp/pull/42),
10+
[`554fdac`](https://github.com/ambient-code/mcp/commit/554fdac93e31c16d76f04bfa4cace5afcec3cbd6))
11+
12+
Add 15 new MCP tools expanding the server from 26 to 41 tools:
13+
14+
- Scheduled sessions (9): list, get, create, update, delete, suspend, resume, trigger, list_runs -
15+
Session export (1): export_session - Workflow management (2): set_workflow, get_workflow_metadata
16+
- Repo management (3): add_repo, remove_repo, get_repos_status
17+
18+
All tools follow the 4-step pattern: client method, formatter, tool definition + dispatch, and unit
19+
tests.
20+
21+
Closes #28
22+
23+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24+
25+
426
## v0.3.1 (2026-03-31)
527

628
### Bug Fixes
@@ -25,6 +47,11 @@ __init__.py was never updated when 0.3.0 was released in 95e83ee, leaving __vers
2547

2648
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2749

50+
### Chores
51+
52+
- **release**: 0.3.1
53+
([`1605b9c`](https://github.com/ambient-code/mcp/commit/1605b9c47d124408704a226f3ba75d44669fa406))
54+
2855

2956
## v0.3.0 (2026-03-13)
3057

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-acp"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "MCP server for Ambient Code Platform (ACP) session management - list, delete, debug, and manage AgenticSession resources via the public API"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)