Skip to content

Commit 89d5560

Browse files
chore(main): release 0.7.0 (#57)
2 parents e0cf371 + 561e6ff commit 89d5560

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/dedalus-labs/dedalus-mcp-python/compare/v0.6.0...v0.7.0) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* **connection:** make name optional for single-connection servers ([7ee84b8](https://github.com/dedalus-labs/dedalus-mcp-python/commit/7ee84b8ce8842e49a5ad2cbcb800c21f822f0442))
9+
* **dispatch:** use structured errors for connection resolution ([b0fc7b4](https://github.com/dedalus-labs/dedalus-mcp-python/commit/b0fc7b4423935f52f1f2450bd93567ea921f070b))
10+
* **exceptions:** add ToolErrorCode enum and ConnectionResolutionError ([6f8043e](https://github.com/dedalus-labs/dedalus-mcp-python/commit/6f8043e4ae3bb46fd9ad801ed1c6e4d83e436765))
11+
* **testing:** add ConnectionTester for local debugging ([6da1bea](https://github.com/dedalus-labs/dedalus-mcp-python/commit/6da1bea97a05cc265c209f5a764c8d22fb51057e))
12+
* **testing:** add ToolError and mock_context utilities ([699abca](https://github.com/dedalus-labs/dedalus-mcp-python/commit/699abcab69e1672c13fc77c7cda6b31e488e4d43))
13+
* **tools:** catch ToolError and format for LLM ([3c443ae](https://github.com/dedalus-labs/dedalus-mcp-python/commit/3c443aeeeae83b0c7fceecade7aac7e3dc3cd59c))
14+
315
## [0.6.0](https://github.com/dedalus-labs/dedalus-mcp-python/compare/v0.5.0...v0.6.0) (2026-01-20)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "uv_build"
1212

1313
[project]
1414
name = "dedalus_mcp"
15-
version = "0.6.0"
15+
version = "0.7.0"
1616
description = "A simple and performant Model Context Protocol framework for Python."
1717
requires-python = ">=3.10"
1818
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)