@snokam/mcp-api 0.9.0 → 0.11.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.
Files changed (35) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +35 -2
  3. package/dist/openapi-loader.d.ts +5 -0
  4. package/dist/openapi-loader.js +15 -0
  5. package/package.json +1 -1
  6. package/specs/production/accounting.json +5161 -527
  7. package/specs/production/broker.json +2 -2
  8. package/specs/production/chatgpt.json +21 -17
  9. package/specs/production/employees.json +350 -353
  10. package/specs/production/events.json +260 -176
  11. package/specs/production/notifications.json +10 -10
  12. package/specs/production/office.json +4 -4
  13. package/specs/production/recruitment.json +39 -0
  14. package/specs/production/sales.json +39 -0
  15. package/specs/production/sanity.json +127 -150
  16. package/specs/production/sync.json +181 -0
  17. package/specs/production/webshop.json +10 -10
  18. package/specs/test/accounting.json +5161 -527
  19. package/specs/test/broker.json +2 -2
  20. package/specs/test/chatgpt.json +21 -17
  21. package/specs/test/employees.json +350 -353
  22. package/specs/test/events.json +260 -176
  23. package/specs/test/notifications.json +10 -10
  24. package/specs/test/office.json +1984 -0
  25. package/specs/test/recruitment.json +39 -0
  26. package/specs/test/sales.json +39 -0
  27. package/specs/test/sanity.json +127 -150
  28. package/specs/test/sync.json +181 -0
  29. package/specs/test/webshop.json +10 -10
  30. package/specs/production/calculators.json +0 -1523
  31. package/specs/production/crypto.json +0 -1998
  32. package/specs/production/power-office.json +0 -2383
  33. package/specs/test/calculators.json +0 -1523
  34. package/specs/test/crypto.json +0 -1998
  35. package/specs/test/power-office.json +0 -2383
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "openapi": "3.0.1",
3
3
  "info": {
4
- "title": "notifications-function",
5
- "description": "Notifications Function API",
4
+ "title": "Notifications API",
5
+ "description": "Notification hub service",
6
6
  "version": "v1.0.0"
7
7
  },
8
8
  "servers": [
@@ -39,7 +39,7 @@
39
39
  "security": [
40
40
  {
41
41
  "Implicit": [
42
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
42
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
43
43
  ]
44
44
  }
45
45
  ]
@@ -62,7 +62,7 @@
62
62
  "security": [
63
63
  {
64
64
  "Implicit": [
65
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
65
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
66
66
  ]
67
67
  }
68
68
  ]
@@ -96,7 +96,7 @@
96
96
  "security": [
97
97
  {
98
98
  "Implicit": [
99
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
99
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
100
100
  ]
101
101
  }
102
102
  ]
@@ -130,7 +130,7 @@
130
130
  "security": [
131
131
  {
132
132
  "Implicit": [
133
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
133
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
134
134
  ]
135
135
  }
136
136
  ]
@@ -164,7 +164,7 @@
164
164
  "security": [
165
165
  {
166
166
  "Implicit": [
167
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
167
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
168
168
  ]
169
169
  }
170
170
  ]
@@ -198,7 +198,7 @@
198
198
  "security": [
199
199
  {
200
200
  "Implicit": [
201
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
201
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
202
202
  ]
203
203
  }
204
204
  ]
@@ -232,7 +232,7 @@
232
232
  "security": [
233
233
  {
234
234
  "Implicit": [
235
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation"
235
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
236
236
  ]
237
237
  }
238
238
  ]
@@ -400,7 +400,7 @@
400
400
  "tokenUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
401
401
  "refreshUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
402
402
  "scopes": {
403
- "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/user_impersonation": "Default function scope"
403
+ "api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default": "Default function scope"
404
404
  }
405
405
  }
406
406
  }