@snokam/mcp-api 0.18.0 → 0.20.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,6 +11,39 @@
11
11
  }
12
12
  ],
13
13
  "paths": {
14
+ "/v1.0/protected/alerts/azure": {
15
+ "post": {
16
+ "tags": [
17
+ "Alerts"
18
+ ],
19
+ "summary": "Receive Azure Monitor alert",
20
+ "description": "Action Group webhook receiver for the Azure Monitor common alert schema. Posts a formatted summary to the channel given by ?channel= (defaults to #feed-errors).",
21
+ "operationId": "ReceiveAzureAlert",
22
+ "parameters": [
23
+ {
24
+ "name": "channel",
25
+ "in": "query",
26
+ "schema": {
27
+ "type": "string"
28
+ },
29
+ "x-ms-summary": "Slack channel including the leading # (defaults to #feed-errors)"
30
+ }
31
+ ],
32
+ "responses": {
33
+ "200": {
34
+ "description": "Alert relayed",
35
+ "x-ms-summary": "Success"
36
+ }
37
+ },
38
+ "security": [
39
+ {
40
+ "Implicit": [
41
+ "api://46c59afb-0021-439b-a56c-6e29d39f2c7a/.default"
42
+ ]
43
+ }
44
+ ]
45
+ }
46
+ },
14
47
  "/v1.0/protected/newsletter/trigger": {
15
48
  "post": {
16
49
  "tags": [
@@ -11,6 +11,39 @@
11
11
  }
12
12
  ],
13
13
  "paths": {
14
+ "/v1.0/protected/alerts/azure": {
15
+ "post": {
16
+ "tags": [
17
+ "Alerts"
18
+ ],
19
+ "summary": "Receive Azure Monitor alert",
20
+ "description": "Action Group webhook receiver for the Azure Monitor common alert schema. Posts a formatted summary to the channel given by ?channel= (defaults to #feed-errors).",
21
+ "operationId": "ReceiveAzureAlert",
22
+ "parameters": [
23
+ {
24
+ "name": "channel",
25
+ "in": "query",
26
+ "schema": {
27
+ "type": "string"
28
+ },
29
+ "x-ms-summary": "Slack channel including the leading # (defaults to #feed-errors)"
30
+ }
31
+ ],
32
+ "responses": {
33
+ "200": {
34
+ "description": "Alert relayed",
35
+ "x-ms-summary": "Success"
36
+ }
37
+ },
38
+ "security": [
39
+ {
40
+ "Implicit": [
41
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
42
+ ]
43
+ }
44
+ ]
45
+ }
46
+ },
14
47
  "/v1.0/protected/newsletter/trigger": {
15
48
  "post": {
16
49
  "tags": [