Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ??

## [1.28.0] - 2025-11-06

### Added

- Added `rsconnect mcp-server` command to expose rsconnect-python functionality to
LLM clients via the Model Context Protocol. The server provides a `get_command_info`
tool that returns parameter schemas for any rsconnect command, allowing LLMs
to more easily construct valid CLI commands.

- support for deploying Holoviz Panel applications
- You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.11.0
or later. Use `rsconnect deploy panel` to deploy, or `rsconnect write-manifest panel`
to create a manifest file.

### Fixed

Expand Down
Loading