feat: remote MCP server support + v0.5.0#17
Merged
lostmygithubaccount merged 5 commits intomainfrom Mar 4, 2026
Merged
Conversation
- Add `run_mcp_http()` PyO3 function for in-process MCP HTTP server - Lower Python requirement to >=3.10 (from >=3.13) for backend compatibility - Lower PyO3 ABI target to abi3-py310 - Bump version to 0.5.0 - Update docs (mcp.md, QUICKSTART.md, skill-mcp.md, AGENTS.md) to recommend remote MCP server ahead of local `uvx ascend-tools mcp` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ipython 9.10.0 requires Python >=3.11, which conflicted with >=3.10. Bump PyO3 ABI to abi3-py311 to match. Also: mention Codex CLI in mcp.md verify section, split combined code block in QUICKSTART.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
auto-merge was automatically disabled
March 4, 2026 02:35
Pull request was closed
Make integration.yml a reusable workflow parameterized by secrets, called from ci.yml for each environment. app-dev runs on merge queue, app stubbed with `if: false` until secrets are added. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bump run_flow_with_retry backoff from 15s to 60s total across all three test suites (rest.py, integration.py, integration.sh) to handle slow runtime startup transitions. Also comment out integration-app job pending secrets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reusable workflow indirection caused nested check names that don't work with GitHub rulesets (inner jobs never report on skipped calls). Inline check and integration directly into ci.yml so check names are `CI / check` and `CI / integration-app-dev`. check.yml kept for release workflows only. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
run_mcp_http()PyO3 function for in-process MCP HTTP serveruvx ascend-tools mcpDepends on / depended by
ascend-tools>=0.5.0,<1.0)🤖 Generated with Claude Code