Skip to content

Commit 14d9ead

Browse files
committed
chore: release v0.7.0 [skip release]
- Automated version bump from 0.6.1 to 0.7.0 - Updated CHANGELOG.md with release notes - Version.ts will be auto-generated during build process Closes issues referenced in commits since v0.6.1 🤖 Generated by automated release workflow
1 parent c0cebd1 commit 14d9ead

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the Agent Communication MCP Server will be documented in
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+
## [0.7.0] - 2025-09-09
9+
10+
### ✨ Features
11+
12+
- implement complete MCP Resources System (addresses #29) (#32)
13+
14+
### 🐛 Bug Fixes
15+
16+
- update setup script to use ES module syntax
17+
818
## [0.6.1] - 2025-09-07
919

1020
### 🛡️ Agent False Success Prevention (Issue #11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jerfowler/agent-comm-mcp-server",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "MCP server for AI agent task communication and delegation with diagnostic lifecycle visibility",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)