chore(release): bump version to 0.6.10

Release the MCP numeric-param string-coercion fix (#58, PR #59):
crawl/batch/search/summarize numeric args now accept JSON numbers or
numeric strings, fixing clients (e.g. Claude Desktop) that send "5"
instead of 5.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-06-15 11:27:04 +02:00
parent 243e7032d0
commit da6c6af724
3 changed files with 13 additions and 8 deletions

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.6.9"
version = "0.6.10"
edition = "2024"
license = "AGPL-3.0"
repository = "https://github.com/0xMassi/webclaw"