docs: refresh READMEs — 5 tools, concise EN + 繁中 tutorial, full-width punctuation#65
Merged
Merged
Conversation
… punctuation Restructure both READMEs as differentiated bilingual docs: concise developer-facing English first, then a non-technical 繁體中文 section. - Fix tool count 4→5 (get_drug_appearance shipped in #59, but the EN count word and the root README still said four / 4 個工具; the EN subproject section even said "four tools" while listing five). - Remove the stale "not yet on PyPI" caveat — `uvx taiwan-fda-mcp` is live (v0.6.0). - taiwan-fda-mcp/README.md 繁中: complete step-by-step tutorial for non-programmers (install, 3 client configs, 6 worked examples incl. drug appearance, a 未載明 explainer, and troubleshooting). - Root README 繁中: trimmed to a friendly overview + a pointer to that tutorial — single source of truth, avoids the EN/繁中 drift this change fixes. - 繁中 prose now uses full-width punctuation throughout. - Version strings left at v0.6.0 (the v0.7.0 release flow bumps them). Assisted-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-v0.7.0 README review + refresh. Restructures both READMEs into differentiated bilingual docs: concise developer-facing English first, then a non-technical 繁體中文 section (not a mirror translation).
Fixes (wrong today, independent of the release)
get_drug_appearanceshipped in feat: get_drug_appearance tool (TFDA Dataset 42 drug appearance) #59, but the root README still said "4 tools / 4 個工具", and the subproject EN section said "four tools" while listing five.uvx taiwan-fda-mcpis live (v0.6.0).Structure
taiwan-fda-mcp/README.md— the technical + tutorial doc.README.md(root) — the front door.Conventions
RELEASING.mdflow bumps them so the README never claims a version not yet on PyPI.docs/architecture.svgchecked — it's a generic flow diagram (no hardcoded tool count), no change needed.Docs-only; no code paths touched.
Assisted-By: Claude noreply@anthropic.com