Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@KazKozDev KazKozDev released this 27 Dec 01:44
· 22 commits to main since this release

Initial Release

Added

  • Initial release of the Markdown Editor MCP Server.
  • Semantic editing tools: get_document_structure, read_element, replace_content, insert_element, delete_element.
  • Narrative flow tools: get_context, move_element.
  • Information retrieval: search_text.
  • Metadata management: YAML Frontmatter support via update_metadata.
  • File system operations: list_directory, create_file, create_directory, delete_item.
  • Robust Markdown parser with structural element tracking.
  • Transaction support (internal logic) and change journaling.

Features

  • 15 MCP Tools for comprehensive Markdown editing
  • MCP 2025 Standard Compliance - Tool Use Examples and Output Schemas for all tools
  • Semantic Navigation - Structure-aware editing and navigation
  • YAML Frontmatter - Metadata management support
  • Change History - Transaction support with undo capability
  • GitHub Actions - Automated PyPI publishing on release

Installation

pip install markdown-editor-mcp-server

Documentation

See README.md for full documentation.