@ic402/mcp 2.6.1 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -204,7 +204,7 @@ function serialize(value) {
|
|
|
204
204
|
// ---------------------------------------------------------------------------
|
|
205
205
|
const server = new McpServer({
|
|
206
206
|
name: 'ic402',
|
|
207
|
-
version: '2.
|
|
207
|
+
version: '2.7.0',
|
|
208
208
|
}, {
|
|
209
209
|
instructions: 'ic402 MCP server: connects an agent to an ic402-enabled ICP canister for x402 paid HTTP ' +
|
|
210
210
|
'endpoints, streaming micropayment sessions, encrypted content delivery, marketplace jobs, ' +
|