Skip to content

Releases: noma4i/office-mcp

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Mar 12:22

v0.1.2

  • Word Find/Replace: enforce 255-character limit with clear error message and alternative (paragraph tools)
  • Tool schemas expose maxLength so agents see the limit before calling

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 05:17

Fixes

  • word_replace_text/word_delete_text: -1708 fallback (legacy find object content strategy) was missing from dist/ build
  • CI: drop Node 18, test on Node 22 only, fix yarn install with immutable installs disabled
  • Release workflow: add MCPB artifact upload

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 08:15

Changes

  • Test only on Node 22
  • Fix CI: use yarn install, drop Node 18
  • Add Word Find, workflows, registry tests
  • Add fragment store and Excel clipboard
  • Fix validators and tool handlers
  • Add strict AppleScript compile tests
  • Add error handling and tool wrappers
  • Add MCPB packaging and fix tools
  • Add Word clipboard tools
  • Rework tool definitions and tests
  • Add Excel tools
  • Add AppleScript syntax tests
  • Add image tools and yarn config
  • Add modular architecture with tools and lib