From 11defb4eaee3003997bc98f4bb0feac5a0e7bae2 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 11 Jan 2026 07:41:49 -0700 Subject: [PATCH] Update README and gitignore for new document tools - Add 7 new Word tools to README (outline, search, entities, etc.) - Add 9 MCP prompts section with workflow descriptions - Gitignore reading progress bookmark files (.*.reading_progress.json) - Gitignore local .mcp.json and test documents --- .gitignore | 8 +++++++- README.md | 25 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 041a1fe..31f19d3 100644 --- a/.gitignore +++ b/.gitignore @@ -80,4 +80,10 @@ tmp/ *.temp # Test documents (personal/private) -ORIGINAL - The Other Side of the Bed*.docx.mcp.json +ORIGINAL - The Other Side of the Bed*.docx + +# Reading progress bookmarks (user-specific) +.*.reading_progress.json + +# Local MCP config +.mcp.json diff --git a/README.md b/README.md index b970fb0..6a7f512 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ claude mcp add office-tools "uvx mcp-office-tools" | `convert_to_markdown` | Convert to Markdown with automatic pagination for large docs | | `extract_word_tables` | Extract tables as structured JSON, CSV, or Markdown | | `analyze_word_structure` | Analyze headings, sections, styles, and document hierarchy | +| `get_document_outline` | Get structured outline with chapter detection and word counts | +| `check_style_consistency` | Find formatting issues, missing chapters, style problems | +| `search_document` | Search text with context and chapter location | +| `extract_entities` | Extract people, places, organizations using pattern recognition | +| `get_chapter_summaries` | Generate chapter previews with opening sentences | +| `save_reading_progress` | Bookmark your reading position for later | +| `get_reading_progress` | Resume reading from saved position | ### Excel Tools @@ -117,6 +124,24 @@ Here's what works and what's "good enough" — legacy formats from Office 97-200 --- +## 🎯 MCP Prompts + +Pre-built workflows that chain multiple tools together. Use these as starting points: + +| Prompt | Level | Description | +|--------|-------|-------------| +| `explore-document` | Basic | Start with any new document - get structure and identify issues | +| `find-character` | Basic | Track all mentions of a person/character with context | +| `chapter-preview` | Basic | Quick overview of each chapter without full read | +| `resume-reading` | Intermediate | Check saved position and continue reading | +| `document-analysis` | Intermediate | Comprehensive multi-tool analysis | +| `character-journey` | Advanced | Track character arc through entire narrative | +| `document-comparison` | Advanced | Compare entities and themes between chapters | +| `full-reading-session` | Advanced | Guided reading with bookmarking | +| `manuscript-review` | Advanced | Complete editorial workflow for editors | + +--- + ## 💡 Usage Examples ### Extract Text from Any Document