mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-06 05:51:19 +08:00
Propagate MCP request context to HTTP calls
This commit is contained in:
@@ -98,6 +98,7 @@ func (c *Claw402DataClient) DoRequest(endpoint string) ([]byte, error) {
|
||||
signFn := payment.MakeClaw402SignFunc(c.privateKey)
|
||||
|
||||
body, err := payment.DoX402Request(
|
||||
context.Background(),
|
||||
c.httpClient,
|
||||
buildReq,
|
||||
signFn,
|
||||
|
||||
Reference in New Issue
Block a user