Skip to content

Commit f930658

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents 1e30fe3 + 4dd73b8 commit f930658

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## [1.0.1] - 2024-12-17
4+
5+
### Added
6+
- Support for custom file encoding options
7+
- New file creation and line insertion capabilities
8+
- Absolute path enforcement for file operations
9+
- Append mode support for adding content at the end of files
10+
- Range hash validation for content integrity
11+
12+
### Fixed
13+
- Improved error messages and handling for file operations
14+
- Enhanced file hash verification logic
15+
- Better handling of empty file content
16+
- Unified file_hash field naming across responses
17+
18+
### Changed
19+
- Migrated to Pydantic models for better type validation
20+
- Simplified server code and improved consistency
21+
- Enhanced test coverage and code organization
22+
- Updated documentation for clarity
23+
24+
## [1.0.0] - Initial Release
25+
26+
- Line-oriented text editor functionality
27+
- Basic file operation support
28+
- Hash-based conflict detection

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP Text Editor Server
22

3-
[![codecov](https://codecov.io/gh/tumf/mcp-text-editor/branch/develop/graph/badge.svg?token=52D51U0ZUR)](https://codecov.io/gh/tumf/mcp-text-editor)
3+
[![codecov](https://codecov.io/gh/tumf/mcp-text-editor/branch/main/graph/badge.svg?token=52D51U0ZUR)](https://codecov.io/gh/tumf/mcp-text-editor)
44

55
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
66

0 commit comments

Comments
 (0)