@cognium/mcp-server 0.1.2 → 0.1.3
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/CHANGELOG.md +5 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,14 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
- `0.1.1` was skipped: an interrupted publish left it in npm's staged state,
|
|
17
|
-
which blocks re-publishing that version number. `0.1.2` carries the same
|
|
18
|
-
change.
|
|
11
|
+
- Record the MIT `LICENSE` in the repository package directory and bump the
|
|
12
|
+
version to match the published `latest` tag. Every published tarball
|
|
13
|
+
(`0.1.0`, `0.1.1`, `0.1.2`) already includes the license text; `0.1.1` was
|
|
14
|
+
an intermediate republish left over from an interrupted publish, and `0.1.2`
|
|
15
|
+
is the current `latest`.
|
|
19
16
|
|
|
20
17
|
## [0.1.0] - 2026-07-15
|
|
21
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognium/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Model Context Protocol server exposing the circle-ir SAST engine as structured tools for LLM agents (Claude Desktop, Claude Code, Cursor, cognium-ai).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
66
|
-
"circle-ir": "4.9.
|
|
66
|
+
"circle-ir": "4.9.10",
|
|
67
67
|
"yaml": "^2.8.3",
|
|
68
68
|
"zod": "^3.23.8"
|
|
69
69
|
},
|