@ic402/mcp 2.5.3 → 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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
13
|
+
version: 2.5.4
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
(see `src/index.ts`, the `new McpServer({ name: 'ic402', version: '2.5.
|
|
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.
|
|
197
|
+
version: '2.5.4',
|
|
198
198
|
});
|
|
199
199
|
// ---------------------------------------------------------------------------
|
|
200
200
|
// Tool: configure
|