Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2025-12-24

### Added
- Parameter descriptions for all MCP tools using pydantic Field annotations
- Enhanced tool metadata for better IDE/MCP client integration

### Changed
- Improved tool descriptions format:
- Removed redundant "Purpose" prefix from all tool descriptions
- Added proper paragraph separation with `\n\n` for better readability
- Updated example formatting to use double quotes consistently
- Improved README formatting and clarity (#6)

## [1.0.0] - 2025-12-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "remoteshell-mcp"
version = "1.0.0"
version = "1.1.0"
description = "MCP server for managing SSH connections and executing remote commands"
readme = "README.md"
requires-python = ">=3.11"
Expand Down