Harden hosted MCP auth and add safe read-only surface#144
Open
Rumblingb wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
/api/mcp/read-onlyand mark safe tools withreadOnlyHintWhy
AgentPay now works as a real hosted remote MCP surface, but the host-native path still had practical blockers:
This PR closes those gaps and gives hosts a safer default entry point.
Main changes
Hosted MCP runtime
internalAppFetchloopback dispatch so/api/mcpcan execute AgentPay API calls in-process when targeting the same WorkerHost-native OAuth
Read-only recommendation surface
SAFE_TOOLSandREAD_ONLY_TOOL_NAMESannotations.readOnlyHint = true/api/mcp/read-onlyas a real hosted remote MCP surfaceMCP schema compatibility
oneOfrecipient form) so OpenAI can import the tool catalog successfullyValidation
Validated on the original working tree before isolating this branch:
npx tsc -p packages/mcp-server/tsconfig.json --noEmitnpx tsc -p apps/api-edge/tsconfig.json --noEmitnpx jest --runInBand tests/routes/mcpOAuth.test.tsnpx jest --runInBand tests/unit/mcp-server.test.ts tests/routes/mcpRemote.test.tsProduction notes
https://api.agentpay.so/api/mcp/read-only/api/mcp/infonow advertises the read-only endpoint and read-only tool countFollow-up
/api/mcpsurface for governed write-capable actions only