View on GitHub

MCP Dev Tools

File & Directory Operations for Autonomous AI Development

Download this project as a .zip file Download this project as a tar.gz file

Changelog

All notable changes to the MCP Dev Tools project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[1.2.0] - 2025-10-20 to 2025-10-21

🎉 Major Release - File I/O Operations + Dependencies Update + Documentation Overhaul

Third major release completing the file operations suite, updating all dependencies, and internationalizing documentation.

✨ Added - File I/O Operations

New Tools (2)

📦 Dependencies - Major Updates

Production Dependencies

Development Dependencies

📚 Documentation - Complete Internationalization

Language Translation

Documentation Improvements

Documentation Fixes

🔧 Development Improvements

Automation Scripts (Enhanced)

📈 Statistics

Metric v1.1.0 v1.2.0 Change
Total Tools 12 14 +2
File Operations 5 7 +2
MCP SDK Version 0.6.0 1.20.1 +1.14.1
Documentation Files 18 (mixed) 13 (EN) Cleaned
Security Vulnerabilities 0 0
Outdated Packages 3 0 Fixed

🔒 Security

🎯 Use Cases - New File I/O Examples

// Read configuration file
read_file({ agent: "dev", path: "config.json", encoding: "utf8" })

// Write generated code
write_file({ 
  agent: "dev", 
  path: "src/generated/types.ts", 
  content: generatedCode,
  overwrite: false 
})

// Read binary file (image)
read_file({ agent: "dev", path: "logo.png", encoding: "base64" })

// Create file with backup
write_file({ 
  agent: "dev", 
  path: "important.json", 
  content: data,
  createBackup: true 
})

⚠️ Breaking Changes

None - All changes are additive and backward compatible.

🐛 Bug Fixes

📝 Migration Notes

From v1.1.0 to v1.2.0

Documentation Changes

🎓 Lessons Learned


[1.1.0] - 2025-10-19

🎉 Major Feature Release - Directory Operations + Search Operations

Second major release adding comprehensive directory management and advanced search capabilities.

✨ Added - Directory Operations (Phase 4)

New Tools

✨ Added - Search Operations (Phase 5)

New Tools

New Utilities

📈 Statistics

Metric Value
New Tools 7
Total Tools 12
New Tests 60+
Total Tests 180+

⚠️ Breaking Changes

None - All changes are additive and backward compatible.


[1.0.0] - 2025-10-19

🎉 Initial Release - Production Ready

First stable release of MCP Dev Tools providing secure file operations for autonomous AI development with Claude Desktop.

✨ Added

Core Features

Security & Validation

📊 Statistics


Version History Summary

Version Date Status Key Features
1.2.0 2025-10-20/21 ✅ Released File I/O, Dependencies update, Docs overhaul
1.1.0 2025-10-19 ✅ Released Directory ops, Search ops, Caching
1.0.0 2025-10-19 ✅ Released File operations, Security, Backups

🎉 Thank you for using MCP Dev Tools!

Keep this changelog updated with every version change.