Commit f21248d
Bump version to 0.2.0 for MCP Resources release
Major feature release with comprehensive MCP Resources support:
BREAKING CHANGES:
- None - fully backward compatible
NEW FEATURES:
- MCP Resources capability for AI assistant content access
- pr_mcp_resource() for custom resource registration
- pr_mcp_help_resources() for built-in R help system integration
- Resources methods: list, read, templates, subscribe, unsubscribe
- Full MCP Inspector compatibility with HTTP wrapper
- Comprehensive resource examples and documentation
IMPROVEMENTS:
- Enhanced JSON serialization for HTTP transport
- Improved debug logging for method tracing
- Fixed inputSchema properties validation issues
- Added extensive test coverage (129 tests passing)
DOCUMENTATION:
- Added resource usage examples and patterns
- MCP Inspector setup and troubleshooting guide
- Complete working examples for different resource types
This release transforms plumber2mcp from a tools-only MCP server
to a full-featured MCP implementation supporting both tools and
resources, enabling richer AI assistant interactions with R
environments and data.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4ee89c4 commit f21248d
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments