Skip to content

v1.1.0 — MCP Server & SEO Optimization

Latest

Choose a tag to compare

@kent-tokyo kent-tokyo released this 07 Jun 06:46
· 186 commits to master since this release

What's New

MCP Server Support

  • harumi-mcp — Model Context Protocol server for PDF tools
    • 5 integrated tools: extract_text, add_invisible_text, html_to_pdf, merge, page_info
    • Pure Rust, zero C/C++ dependencies
    • Published to crates.io: harumi-mcp v0.1.0
    • Ready for Claude Code, Cursor, Continue IDE integration

SEO & Documentation Improvements

  • Cargo.toml metadata — Enhanced keywords (pdf, cjk, ocr, wasm, rag) and categories
  • crates-io.md — Dedicated crates.io landing page (serde pattern)
  • README updates — Added MCP server section to all 4 languages (English, 日本語, 中文, 한국어)
  • harumi-mcp README — Comprehensive tool specs and IDE integration examples

Code Quality

  • Fixed compiler warnings (unused imports, unnecessary mut)
  • All tests passing (22 doctests + integration tests)
  • Internal TTF subsetter (harumi-mcp uses harumi v1.0.1+)

Downloads

Breaking Changes

None. v1.1.0 is fully backward compatible with v1.0.x.

Contributors