Skip to content

Commit 66ea9a6

Browse files
committed
Deploying to gh-pages from @ b730586 🚀
1 parent 0e8c195 commit 66ea9a6

4 files changed

Lines changed: 30 additions & 2 deletions

File tree

news/index.html

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
- Clients must support protocol version 2025-06-18 to communicate with
1212
this version
1313

14+
### Critical Bug Fixes
15+
16+
- **Fixed default parameter value serialization** (#issue-tbd)
17+
- Default values using [`c()`](https://rdrr.io/r/base/c.html),
18+
[`list()`](https://rdrr.io/r/base/list.html), and other R
19+
expressions are now correctly evaluated
20+
- Previously, `c("a", "b")` was serialized as `["c", "a", "b"]`
21+
(incorrect)
22+
- Now correctly serialized as `["a", "b"]` (correct)
23+
- This fixes Claude Desktop compatibility issues where tools were
24+
disabled due to invalid schemas
25+
- Added comprehensive test suite (22 new tests) for default value
26+
handling
27+
- Fixes validation errors: “malformed default” in MCP schema
28+
validators
29+
1430
### New Features
1531

1632
#### MCP Protocol 2025-06-18 Support

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
getting-started: getting-started.html
6-
last_built: 2025-11-11T22:47Z
6+
last_built: 2025-11-11T23:42Z
77
urls:
88
reference: https://armish.github.io/plumber2mcp/reference
99
article: https://armish.github.io/plumber2mcp/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)