@ic402/mcp 2.5.2 → 2.5.4

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/README.md CHANGED
@@ -10,10 +10,10 @@ The server identifies itself to MCP clients as:
10
10
 
11
11
  ```
12
12
  name: ic402
13
- version: 2.5.2
13
+ version: 2.5.4
14
14
  ```
15
15
 
16
- (see `src/index.ts`, the `new McpServer({ name: 'ic402', version: '2.5.2' })` registration).
16
+ (see `src/index.ts`, the `new McpServer({ name: 'ic402', version: '2.5.4' })` registration).
17
17
 
18
18
  > **Security note up front.** This server is driven by an LLM whose inputs may be influenced by
19
19
  > untrusted web content (prompt injection) while it holds a controller identity capable of
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ function serialize(value) {
194
194
  // ---------------------------------------------------------------------------
195
195
  const server = new McpServer({
196
196
  name: 'ic402',
197
- version: '2.5.2',
197
+ version: '2.5.4',
198
198
  });
199
199
  // ---------------------------------------------------------------------------
200
200
  // Tool: configure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ic402/mcp",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "MCP server for ic402 — exposes x402 charges and streaming sessions as tools",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {