Fix stale docs: tool counts, versions, server.py refs, CHANGELOG#68
Merged
Conversation
Reconcile documentation with the current code after the toolregistry rewrite (0.1.2): - CHANGELOG: drop the phantom 0.2.0 heading; fold the toolregistry rewrite and science-workflow additions into a real 0.1.2 entry. - Fix the Claude Desktop config to use 'python -m uxarray_mcp' (the uxarray_mcp.server module no longer exists) and phrase the MCP client setup so it reads as client-agnostic. - Replace remaining server.py references with app.py/registry.py. - Correct tool counts to core 31 / deferred 32 in the CLI help, registry docstrings, and AGENTS.md. - Bump documented floors to uxarray>=2026.6.0 and toolregistry-server>=0.4.0 (conda recipe + docs). - Fix Python version claims to >=3.12,<3.13 in SETUP.sh and docs. - Correct 'doctor' output description and drop the nonexistent --no-browser flag from the HPC troubleshooting table. - Sync uv.lock version to 0.1.2.
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.
Reconciles documentation with the current code after the toolregistry rewrite (0.1.2). All discrepancies were verified against live code (both registry profiles built, modules imported).
Changes
0.2.0heading (no such tag/release exists); fold the toolregistry rewrite and science-workflow additions into a real0.1.2 — 2026-07-05entry.python -m uxarray_mcp(theuxarray_mcp.servermodule no longer exists) and phrase the setup so it reads as client-agnostic rather than Claude-only.server.pymentions withapp.py/registry.py.uxarray>=2026.6.0andtoolregistry-server>=0.4.0(conda recipe + docs).>=3.12,<3.13in SETUP.sh and docs.--no-browserflag from the HPC troubleshooting table.Verification
uv run pre-commit run --all-files— all hooks pass (ruff + mypy).uv run pytest tests/ --ignore=tests/test_remote_agent.py— 323 passed.