@datasynx/agentic-ai-cartography 2.8.0 → 2.10.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/mcp-bin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  parseMcpArgs,
4
4
  startMcp
5
- } from "./chunk-5D5ZZEZM.js";
5
+ } from "./chunk-ASCA3UFM.js";
6
6
  import "./chunk-YVV6NIT2.js";
7
7
  import "./chunk-QQOQBE2A.js";
8
8
  import "./chunk-2SZ5QHGH.js";
package/llms-full.txt CHANGED
@@ -127,6 +127,7 @@ reusable **prompts**.
127
127
  | Tool | Read-only | Description |
128
128
  | --- | --- | --- |
129
129
  | `classify_drift` | ✅ | Compare two discovery sessions and return a severity-classified drift alert (info|warning|critical per item plus an overall severity). Defaults to the two most recent. Read-only: never dispatches to sinks. |
130
+ | `correlate_topology` | ✅ | Collapse the same logical resource discovered across clouds/on-prem (by global identity or a shared DNS name / public IP / endpoint) into canonical entities with confidence-scored same_as links. Read-only, non-destructive (5.1). |
130
131
  | `diff_topology` | ✅ | Compare two discovery sessions and report added/removed/changed nodes and added/removed edges, plus newly-appearing structural anomalies (3.6). Defaults to the two most recent sessions (base = second-most-recent, current = most-recent). |
131
132
  | `get_activity_events` | ✅ | Recent executed tool calls and their result sizes for the current session. |
132
133
  | `get_cost_summary` | ✅ | FinOps rollup: cost by domain and owner, currency/period-bucketed (3.3). |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datasynx/agentic-ai-cartography",
3
- "version": "2.8.0",
3
+ "version": "2.10.0",
4
4
  "description": "MCP-first infrastructure & agentic-AI cartography — install once, every AI agent knows your system landscape. Read-only discovery exposed over the Model Context Protocol.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/server.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.datasynx/cartography",
4
4
  "description": "MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.",
5
- "version": "2.8.0",
5
+ "version": "2.10.0",
6
6
  "repository": {
7
7
  "url": "https://github.com/datasynx/agentic-ai-cartography",
8
8
  "source": "github"
@@ -12,7 +12,7 @@
12
12
  "registryType": "npm",
13
13
  "registryBaseUrl": "https://registry.npmjs.org",
14
14
  "identifier": "@datasynx/agentic-ai-cartography",
15
- "version": "2.8.0",
15
+ "version": "2.10.0",
16
16
  "runtimeHint": "npx",
17
17
  "transport": { "type": "stdio" },
18
18
  "runtimeArguments": [