Skip to content

feat: remote MCP server support + v0.5.0#17

Merged
lostmygithubaccount merged 5 commits intomainfrom
cody/ws-remotehttpsmcp
Mar 4, 2026
Merged

feat: remote MCP server support + v0.5.0#17
lostmygithubaccount merged 5 commits intomainfrom
cody/ws-remotehttpsmcp

Conversation

@lostmygithubaccount
Copy link
Copy Markdown
Contributor

@lostmygithubaccount lostmygithubaccount commented Mar 4, 2026

Summary

  • Add run_mcp_http() PyO3 function for in-process MCP HTTP server
  • Lower Python requirement to >=3.11 (from >=3.13) for backend compatibility
  • Bump version to 0.5.0
  • Update docs to recommend remote MCP server (hosted by each Ascend instance) ahead of local uvx ascend-tools mcp

Depends on / depended by

  • ascend-backend depends on this (ascend-tools>=0.5.0,<1.0)
  • ascend-ui depends on ascend-backend

🤖 Generated with Claude Code

- 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>
Comment thread docs/mcp.md Outdated
Comment thread docs/QUICKSTART.md
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>
@lostmygithubaccount lostmygithubaccount marked this pull request as ready for review March 4, 2026 02:33
auto-merge was automatically disabled March 4, 2026 02:35

Pull request was closed

@lostmygithubaccount lostmygithubaccount added this pull request to the merge queue Mar 4, 2026
@lostmygithubaccount lostmygithubaccount removed this pull request from the merge queue due to a manual request Mar 4, 2026
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>
@lostmygithubaccount lostmygithubaccount added this pull request to the merge queue Mar 4, 2026
@lostmygithubaccount lostmygithubaccount removed this pull request from the merge queue due to a manual request Mar 4, 2026
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>
@lostmygithubaccount lostmygithubaccount added this pull request to the merge queue Mar 4, 2026
@lostmygithubaccount lostmygithubaccount removed this pull request from the merge queue due to a manual request Mar 4, 2026
@lostmygithubaccount lostmygithubaccount added this pull request to the merge queue Mar 4, 2026
@lostmygithubaccount lostmygithubaccount removed this pull request from the merge queue due to a manual request Mar 4, 2026
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>
@lostmygithubaccount lostmygithubaccount added this pull request to the merge queue Mar 4, 2026
Merged via the queue into main with commit bc56883 Mar 4, 2026
2 checks passed
@lostmygithubaccount lostmygithubaccount deleted the cody/ws-remotehttpsmcp branch March 4, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant