🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@x402/mcp

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@x402/mcp - npm Package Compare versions

Comparing version
2.8.0
to
2.9.0
+2
-5
dist/cjs/index.js

@@ -739,7 +739,4 @@ "use strict";

return {
content: result.content,
isError: result.isError,
_meta: {
[MCP_PAYMENT_RESPONSE_META_KEY]: settleResult
}
...result,
_meta: { [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult }
};

@@ -746,0 +743,0 @@ } catch (settleError) {

@@ -696,7 +696,4 @@ // src/client/x402MCPClient.ts

return {
content: result.content,
isError: result.isError,
_meta: {
[MCP_PAYMENT_RESPONSE_META_KEY]: settleResult
}
...result,
_meta: { [MCP_PAYMENT_RESPONSE_META_KEY]: settleResult }
};

@@ -703,0 +700,0 @@ } catch (settleError) {

{
"name": "@x402/mcp",
"version": "2.8.0",
"version": "2.9.0",
"main": "./dist/cjs/index.js",

@@ -9,4 +9,4 @@ "module": "./dist/esm/index.js",

"license": "Apache-2.0",
"author": "Coinbase Inc.",
"repository": "https://github.com/coinbase/x402",
"author": "x402 Foundation",
"repository": "https://github.com/x402-foundation/x402",
"description": "x402 Payment Protocol",

@@ -31,3 +31,3 @@ "devDependencies": {

"vite": "^6.2.6",
"@x402/evm": "~2.8.0"
"@x402/evm": "~2.9.0"
},

@@ -37,3 +37,3 @@ "dependencies": {

"zod": "^3.24.2",
"@x402/core": "~2.8.0"
"@x402/core": "~2.9.0"
},

@@ -40,0 +40,0 @@ "exports": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display