@usex/mikrotik-mcp 3.57.0 → 3.59.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/cli.js +84 -64
- package/dist/index.d.ts +5 -0
- package/dist/index.js +21 -15
- package/dist/shared/{cli-0ctwspf1.js → cli-2dyvnv9v.js} +1 -1
- package/dist/shared/{cli-thhk9f7n.js → cli-jq168zrj.js} +829 -597
- package/dist/shared/{library-jve65pzw.js → library-0zd2tej9.js} +1 -1
- package/dist/shared/{library-ymtf9zyk.js → library-21t1cncr.js} +828 -597
- package/dist/ui/aaa.html +1 -1
- package/dist/ui/connected-devices.html +1 -1
- package/dist/ui/dashboard.html +1 -1
- package/dist/ui/firewall-audit.html +1 -1
- package/dist/ui/firewall.html +1 -1
- package/dist/ui/interfaces.html +1 -1
- package/dist/ui/observability.html +1 -1
- package/dist/ui/records.html +1 -1
- package/package.json +1 -1
- package/schemas/README.md +5 -5
- package/schemas/config.schema.json +47 -10
- package/schemas/tool-catalog.json +2941 -736
- package/schemas/tools/check_server_pulse.json +12 -0
- package/schemas/tools/config_check_drift.json +5 -1
- package/schemas/tools/config_reconcile.json +3 -1
- package/schemas/tools/config_set_baseline.json +4 -1
- package/schemas/tools/correlate_events.json +4 -1
- package/schemas/tools/diagnose.json +3 -1
- package/schemas/tools/get_filter_rule.json +1 -1
- package/schemas/tools/memory_add_observations.json +7 -2
- package/schemas/tools/memory_create_entities.json +7 -2
- package/schemas/tools/memory_create_relations.json +8 -2
- package/schemas/tools/memory_delete_entities.json +3 -1
- package/schemas/tools/memory_delete_observations.json +7 -2
- package/schemas/tools/memory_delete_relations.json +8 -2
- package/schemas/tools/memory_open_nodes.json +3 -1
- package/schemas/tools/memory_search_nodes.json +3 -1
- package/schemas/tools/suggest_fix.json +3 -1
- package/schemas/tools/trace_path.json +5 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"title": "check_server_pulse",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"include_release_notes": {
|
|
7
|
+
"description": "Include the full GitHub release notes markdown (default true). Set false for a compact version-only check.",
|
|
8
|
+
"type": "boolean"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"additionalProperties": false
|
|
12
|
+
}
|
|
@@ -22,11 +22,16 @@
|
|
|
22
22
|
"description": "Observations to add"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"required": [
|
|
25
|
+
"required": [
|
|
26
|
+
"entityName",
|
|
27
|
+
"contents"
|
|
28
|
+
],
|
|
26
29
|
"additionalProperties": false
|
|
27
30
|
}
|
|
28
31
|
}
|
|
29
32
|
},
|
|
30
|
-
"required": [
|
|
33
|
+
"required": [
|
|
34
|
+
"observations"
|
|
35
|
+
],
|
|
31
36
|
"additionalProperties": false
|
|
32
37
|
}
|
|
@@ -25,12 +25,17 @@
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"required": [
|
|
28
|
+
"required": [
|
|
29
|
+
"name",
|
|
30
|
+
"entityType"
|
|
31
|
+
],
|
|
29
32
|
"additionalProperties": false
|
|
30
33
|
},
|
|
31
34
|
"description": "Entities to create"
|
|
32
35
|
}
|
|
33
36
|
},
|
|
34
|
-
"required": [
|
|
37
|
+
"required": [
|
|
38
|
+
"entities"
|
|
39
|
+
],
|
|
35
40
|
"additionalProperties": false
|
|
36
41
|
}
|
|
@@ -22,12 +22,18 @@
|
|
|
22
22
|
"description": "Relation type in active voice (e.g. 'manages', 'connects_to', 'depends_on')"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"required": [
|
|
25
|
+
"required": [
|
|
26
|
+
"from",
|
|
27
|
+
"to",
|
|
28
|
+
"relationType"
|
|
29
|
+
],
|
|
26
30
|
"additionalProperties": false
|
|
27
31
|
},
|
|
28
32
|
"description": "Relations to create"
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
|
-
"required": [
|
|
35
|
+
"required": [
|
|
36
|
+
"relations"
|
|
37
|
+
],
|
|
32
38
|
"additionalProperties": false
|
|
33
39
|
}
|
|
@@ -22,11 +22,16 @@
|
|
|
22
22
|
"description": "Exact observation strings to delete"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"required": [
|
|
25
|
+
"required": [
|
|
26
|
+
"entityName",
|
|
27
|
+
"observations"
|
|
28
|
+
],
|
|
26
29
|
"additionalProperties": false
|
|
27
30
|
}
|
|
28
31
|
}
|
|
29
32
|
},
|
|
30
|
-
"required": [
|
|
33
|
+
"required": [
|
|
34
|
+
"deletions"
|
|
35
|
+
],
|
|
31
36
|
"additionalProperties": false
|
|
32
37
|
}
|
|
@@ -22,12 +22,18 @@
|
|
|
22
22
|
"description": "Relation type in active voice (e.g. 'manages', 'connects_to', 'depends_on')"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"required": [
|
|
25
|
+
"required": [
|
|
26
|
+
"from",
|
|
27
|
+
"to",
|
|
28
|
+
"relationType"
|
|
29
|
+
],
|
|
26
30
|
"additionalProperties": false
|
|
27
31
|
},
|
|
28
32
|
"description": "Relations to delete"
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
|
-
"required": [
|
|
35
|
+
"required": [
|
|
36
|
+
"relations"
|
|
37
|
+
],
|
|
32
38
|
"additionalProperties": false
|
|
33
39
|
}
|