Rework MCP safety and pricing outputs#62
Open
JaeLeex wants to merge 3 commits into
Open
Conversation
Ensure hosted MCP subprocess calls fail fast without inherited stdin, gate wallet creation behind explicit confirmation, and report pricing around MCP/inference modes instead of hosted-agent runtime assumptions. Co-authored-by: Cursor <cursoragent@cursor.com>
Updates Railway defaults and docs so the subscription path runs the shared MCP tools runtime instead of a per-user autonomous agent, with tests for the mcp default. Co-authored-by: Cursor <cursoragent@cursor.com>
Add opt-in hosted entitlement consumption, builder-code broadcast validation, identity registration metadata, and dry-run pricing evidence so local/BYO mode stays ungated while hosted paths fail closed where required. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Follow-up update for the remaining actionable MCP subscription items:
Validation:
Blocked live measurements remain OpenRouter/funded-wallet dependent. Programmatic binding remains intentionally deferred. |
2 tasks
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
wallet_autobehind explicit confirmation because it creates and writes private-key material.C_seat, Mode 2 inference spend, and Mode 3 builder-fee economics.Test plan
python3 -m pytest tests/test_mcp_money_tools.py tests/test_trade_command.py tests/test_pricing_aggregate.pyMade with Cursor