scorecard-ai-mcp 1.0.0-alpha.8 → 1.0.0-alpha.9

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 (242) hide show
  1. package/dynamic-tools.d.mts +1 -1
  2. package/dynamic-tools.d.mts.map +1 -1
  3. package/dynamic-tools.d.ts +1 -1
  4. package/dynamic-tools.d.ts.map +1 -1
  5. package/dynamic-tools.js +5 -4
  6. package/dynamic-tools.js.map +1 -1
  7. package/dynamic-tools.mjs +5 -4
  8. package/dynamic-tools.mjs.map +1 -1
  9. package/package.json +2 -2
  10. package/server.d.mts +1 -6
  11. package/server.d.mts.map +1 -1
  12. package/server.d.ts +1 -6
  13. package/server.d.ts.map +1 -1
  14. package/server.js +3 -11
  15. package/server.js.map +1 -1
  16. package/server.mjs +3 -11
  17. package/server.mjs.map +1 -1
  18. package/src/dynamic-tools.ts +13 -7
  19. package/src/server.ts +3 -11
  20. package/src/tools/index.ts +3 -16
  21. package/src/tools/projects/create-projects.ts +7 -2
  22. package/src/tools/projects/list-projects.ts +7 -2
  23. package/src/tools/records/create-records.ts +7 -2
  24. package/src/tools/runs/create-runs.ts +11 -6
  25. package/src/tools/scores/upsert-scores.ts +7 -2
  26. package/src/tools/system-configs/create-system-configs.ts +7 -2
  27. package/src/tools/system-configs/get-system-configs.ts +7 -5
  28. package/src/tools/system-configs/list-system-configs.ts +7 -2
  29. package/src/tools/systems/create-systems.ts +7 -2
  30. package/src/tools/systems/delete-systems.ts +7 -2
  31. package/src/tools/systems/get-systems.ts +7 -2
  32. package/src/tools/systems/list-systems.ts +7 -2
  33. package/src/tools/systems/update-systems.ts +7 -2
  34. package/src/tools/testcases/create-testcases.ts +7 -2
  35. package/src/tools/testcases/delete-testcases.ts +7 -2
  36. package/src/tools/testcases/get-testcases.ts +7 -2
  37. package/src/tools/testcases/list-testcases.ts +7 -2
  38. package/src/tools/testcases/update-testcases.ts +7 -2
  39. package/src/tools/testsets/create-testsets.ts +7 -2
  40. package/src/tools/testsets/delete-testsets.ts +7 -2
  41. package/src/tools/testsets/get-testsets.ts +7 -2
  42. package/src/tools/testsets/list-testsets.ts +7 -2
  43. package/src/tools/testsets/update-testsets.ts +7 -2
  44. package/src/tools/types.ts +104 -0
  45. package/tools/index.d.mts +2 -13
  46. package/tools/index.d.mts.map +1 -1
  47. package/tools/index.d.ts +2 -13
  48. package/tools/index.d.ts.map +1 -1
  49. package/tools/index.js.map +1 -1
  50. package/tools/index.mjs.map +1 -1
  51. package/tools/projects/create-projects.d.mts +2 -2
  52. package/tools/projects/create-projects.d.mts.map +1 -1
  53. package/tools/projects/create-projects.d.ts +2 -2
  54. package/tools/projects/create-projects.d.ts.map +1 -1
  55. package/tools/projects/create-projects.js +6 -2
  56. package/tools/projects/create-projects.js.map +1 -1
  57. package/tools/projects/create-projects.mjs +6 -2
  58. package/tools/projects/create-projects.mjs.map +1 -1
  59. package/tools/projects/list-projects.d.mts +2 -2
  60. package/tools/projects/list-projects.d.mts.map +1 -1
  61. package/tools/projects/list-projects.d.ts +2 -2
  62. package/tools/projects/list-projects.d.ts.map +1 -1
  63. package/tools/projects/list-projects.js +6 -2
  64. package/tools/projects/list-projects.js.map +1 -1
  65. package/tools/projects/list-projects.mjs +6 -2
  66. package/tools/projects/list-projects.mjs.map +1 -1
  67. package/tools/records/create-records.d.mts +2 -2
  68. package/tools/records/create-records.d.mts.map +1 -1
  69. package/tools/records/create-records.d.ts +2 -2
  70. package/tools/records/create-records.d.ts.map +1 -1
  71. package/tools/records/create-records.js +6 -2
  72. package/tools/records/create-records.js.map +1 -1
  73. package/tools/records/create-records.mjs +6 -2
  74. package/tools/records/create-records.mjs.map +1 -1
  75. package/tools/runs/create-runs.d.mts +2 -2
  76. package/tools/runs/create-runs.d.mts.map +1 -1
  77. package/tools/runs/create-runs.d.ts +2 -2
  78. package/tools/runs/create-runs.d.ts.map +1 -1
  79. package/tools/runs/create-runs.js +10 -6
  80. package/tools/runs/create-runs.js.map +1 -1
  81. package/tools/runs/create-runs.mjs +10 -6
  82. package/tools/runs/create-runs.mjs.map +1 -1
  83. package/tools/scores/upsert-scores.d.mts +2 -2
  84. package/tools/scores/upsert-scores.d.mts.map +1 -1
  85. package/tools/scores/upsert-scores.d.ts +2 -2
  86. package/tools/scores/upsert-scores.d.ts.map +1 -1
  87. package/tools/scores/upsert-scores.js +6 -2
  88. package/tools/scores/upsert-scores.js.map +1 -1
  89. package/tools/scores/upsert-scores.mjs +6 -2
  90. package/tools/scores/upsert-scores.mjs.map +1 -1
  91. package/tools/system-configs/create-system-configs.d.mts +2 -2
  92. package/tools/system-configs/create-system-configs.d.mts.map +1 -1
  93. package/tools/system-configs/create-system-configs.d.ts +2 -2
  94. package/tools/system-configs/create-system-configs.d.ts.map +1 -1
  95. package/tools/system-configs/create-system-configs.js +6 -2
  96. package/tools/system-configs/create-system-configs.js.map +1 -1
  97. package/tools/system-configs/create-system-configs.mjs +6 -2
  98. package/tools/system-configs/create-system-configs.mjs.map +1 -1
  99. package/tools/system-configs/get-system-configs.d.mts +2 -2
  100. package/tools/system-configs/get-system-configs.d.mts.map +1 -1
  101. package/tools/system-configs/get-system-configs.d.ts +2 -2
  102. package/tools/system-configs/get-system-configs.d.ts.map +1 -1
  103. package/tools/system-configs/get-system-configs.js +6 -5
  104. package/tools/system-configs/get-system-configs.js.map +1 -1
  105. package/tools/system-configs/get-system-configs.mjs +6 -5
  106. package/tools/system-configs/get-system-configs.mjs.map +1 -1
  107. package/tools/system-configs/list-system-configs.d.mts +2 -2
  108. package/tools/system-configs/list-system-configs.d.mts.map +1 -1
  109. package/tools/system-configs/list-system-configs.d.ts +2 -2
  110. package/tools/system-configs/list-system-configs.d.ts.map +1 -1
  111. package/tools/system-configs/list-system-configs.js +6 -2
  112. package/tools/system-configs/list-system-configs.js.map +1 -1
  113. package/tools/system-configs/list-system-configs.mjs +6 -2
  114. package/tools/system-configs/list-system-configs.mjs.map +1 -1
  115. package/tools/systems/create-systems.d.mts +2 -2
  116. package/tools/systems/create-systems.d.mts.map +1 -1
  117. package/tools/systems/create-systems.d.ts +2 -2
  118. package/tools/systems/create-systems.d.ts.map +1 -1
  119. package/tools/systems/create-systems.js +6 -2
  120. package/tools/systems/create-systems.js.map +1 -1
  121. package/tools/systems/create-systems.mjs +6 -2
  122. package/tools/systems/create-systems.mjs.map +1 -1
  123. package/tools/systems/delete-systems.d.mts +2 -2
  124. package/tools/systems/delete-systems.d.mts.map +1 -1
  125. package/tools/systems/delete-systems.d.ts +2 -2
  126. package/tools/systems/delete-systems.d.ts.map +1 -1
  127. package/tools/systems/delete-systems.js +6 -2
  128. package/tools/systems/delete-systems.js.map +1 -1
  129. package/tools/systems/delete-systems.mjs +6 -2
  130. package/tools/systems/delete-systems.mjs.map +1 -1
  131. package/tools/systems/get-systems.d.mts +2 -2
  132. package/tools/systems/get-systems.d.mts.map +1 -1
  133. package/tools/systems/get-systems.d.ts +2 -2
  134. package/tools/systems/get-systems.d.ts.map +1 -1
  135. package/tools/systems/get-systems.js +6 -2
  136. package/tools/systems/get-systems.js.map +1 -1
  137. package/tools/systems/get-systems.mjs +6 -2
  138. package/tools/systems/get-systems.mjs.map +1 -1
  139. package/tools/systems/list-systems.d.mts +2 -2
  140. package/tools/systems/list-systems.d.mts.map +1 -1
  141. package/tools/systems/list-systems.d.ts +2 -2
  142. package/tools/systems/list-systems.d.ts.map +1 -1
  143. package/tools/systems/list-systems.js +6 -2
  144. package/tools/systems/list-systems.js.map +1 -1
  145. package/tools/systems/list-systems.mjs +6 -2
  146. package/tools/systems/list-systems.mjs.map +1 -1
  147. package/tools/systems/update-systems.d.mts +2 -2
  148. package/tools/systems/update-systems.d.mts.map +1 -1
  149. package/tools/systems/update-systems.d.ts +2 -2
  150. package/tools/systems/update-systems.d.ts.map +1 -1
  151. package/tools/systems/update-systems.js +6 -2
  152. package/tools/systems/update-systems.js.map +1 -1
  153. package/tools/systems/update-systems.mjs +6 -2
  154. package/tools/systems/update-systems.mjs.map +1 -1
  155. package/tools/testcases/create-testcases.d.mts +2 -2
  156. package/tools/testcases/create-testcases.d.mts.map +1 -1
  157. package/tools/testcases/create-testcases.d.ts +2 -2
  158. package/tools/testcases/create-testcases.d.ts.map +1 -1
  159. package/tools/testcases/create-testcases.js +6 -2
  160. package/tools/testcases/create-testcases.js.map +1 -1
  161. package/tools/testcases/create-testcases.mjs +6 -2
  162. package/tools/testcases/create-testcases.mjs.map +1 -1
  163. package/tools/testcases/delete-testcases.d.mts +2 -2
  164. package/tools/testcases/delete-testcases.d.mts.map +1 -1
  165. package/tools/testcases/delete-testcases.d.ts +2 -2
  166. package/tools/testcases/delete-testcases.d.ts.map +1 -1
  167. package/tools/testcases/delete-testcases.js +6 -2
  168. package/tools/testcases/delete-testcases.js.map +1 -1
  169. package/tools/testcases/delete-testcases.mjs +6 -2
  170. package/tools/testcases/delete-testcases.mjs.map +1 -1
  171. package/tools/testcases/get-testcases.d.mts +2 -2
  172. package/tools/testcases/get-testcases.d.mts.map +1 -1
  173. package/tools/testcases/get-testcases.d.ts +2 -2
  174. package/tools/testcases/get-testcases.d.ts.map +1 -1
  175. package/tools/testcases/get-testcases.js +6 -2
  176. package/tools/testcases/get-testcases.js.map +1 -1
  177. package/tools/testcases/get-testcases.mjs +6 -2
  178. package/tools/testcases/get-testcases.mjs.map +1 -1
  179. package/tools/testcases/list-testcases.d.mts +2 -2
  180. package/tools/testcases/list-testcases.d.mts.map +1 -1
  181. package/tools/testcases/list-testcases.d.ts +2 -2
  182. package/tools/testcases/list-testcases.d.ts.map +1 -1
  183. package/tools/testcases/list-testcases.js +6 -2
  184. package/tools/testcases/list-testcases.js.map +1 -1
  185. package/tools/testcases/list-testcases.mjs +6 -2
  186. package/tools/testcases/list-testcases.mjs.map +1 -1
  187. package/tools/testcases/update-testcases.d.mts +2 -2
  188. package/tools/testcases/update-testcases.d.mts.map +1 -1
  189. package/tools/testcases/update-testcases.d.ts +2 -2
  190. package/tools/testcases/update-testcases.d.ts.map +1 -1
  191. package/tools/testcases/update-testcases.js +6 -2
  192. package/tools/testcases/update-testcases.js.map +1 -1
  193. package/tools/testcases/update-testcases.mjs +6 -2
  194. package/tools/testcases/update-testcases.mjs.map +1 -1
  195. package/tools/testsets/create-testsets.d.mts +2 -2
  196. package/tools/testsets/create-testsets.d.mts.map +1 -1
  197. package/tools/testsets/create-testsets.d.ts +2 -2
  198. package/tools/testsets/create-testsets.d.ts.map +1 -1
  199. package/tools/testsets/create-testsets.js +6 -2
  200. package/tools/testsets/create-testsets.js.map +1 -1
  201. package/tools/testsets/create-testsets.mjs +6 -2
  202. package/tools/testsets/create-testsets.mjs.map +1 -1
  203. package/tools/testsets/delete-testsets.d.mts +2 -2
  204. package/tools/testsets/delete-testsets.d.mts.map +1 -1
  205. package/tools/testsets/delete-testsets.d.ts +2 -2
  206. package/tools/testsets/delete-testsets.d.ts.map +1 -1
  207. package/tools/testsets/delete-testsets.js +6 -2
  208. package/tools/testsets/delete-testsets.js.map +1 -1
  209. package/tools/testsets/delete-testsets.mjs +6 -2
  210. package/tools/testsets/delete-testsets.mjs.map +1 -1
  211. package/tools/testsets/get-testsets.d.mts +2 -2
  212. package/tools/testsets/get-testsets.d.mts.map +1 -1
  213. package/tools/testsets/get-testsets.d.ts +2 -2
  214. package/tools/testsets/get-testsets.d.ts.map +1 -1
  215. package/tools/testsets/get-testsets.js +6 -2
  216. package/tools/testsets/get-testsets.js.map +1 -1
  217. package/tools/testsets/get-testsets.mjs +6 -2
  218. package/tools/testsets/get-testsets.mjs.map +1 -1
  219. package/tools/testsets/list-testsets.d.mts +2 -2
  220. package/tools/testsets/list-testsets.d.mts.map +1 -1
  221. package/tools/testsets/list-testsets.d.ts +2 -2
  222. package/tools/testsets/list-testsets.d.ts.map +1 -1
  223. package/tools/testsets/list-testsets.js +6 -2
  224. package/tools/testsets/list-testsets.js.map +1 -1
  225. package/tools/testsets/list-testsets.mjs +6 -2
  226. package/tools/testsets/list-testsets.mjs.map +1 -1
  227. package/tools/testsets/update-testsets.d.mts +2 -2
  228. package/tools/testsets/update-testsets.d.mts.map +1 -1
  229. package/tools/testsets/update-testsets.d.ts +2 -2
  230. package/tools/testsets/update-testsets.d.ts.map +1 -1
  231. package/tools/testsets/update-testsets.js +6 -2
  232. package/tools/testsets/update-testsets.js.map +1 -1
  233. package/tools/testsets/update-testsets.mjs +6 -2
  234. package/tools/testsets/update-testsets.mjs.map +1 -1
  235. package/tools/types.d.mts +51 -0
  236. package/tools/types.d.mts.map +1 -0
  237. package/tools/types.d.ts +51 -0
  238. package/tools/types.d.ts.map +1 -0
  239. package/tools/types.js +46 -0
  240. package/tools/types.js.map +1 -0
  241. package/tools/types.mjs +42 -0
  242. package/tools/types.mjs.map +1 -0
@@ -2,10 +2,14 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const types_1 = require("scorecard-ai-mcp/tools/types");
5
6
  exports.metadata = {
6
7
  resource: 'scores',
7
8
  operation: 'write',
8
9
  tags: [],
10
+ httpMethod: 'put',
11
+ httpPath: '/records/{recordId}/scores/{metricConfigId}',
12
+ operationId: 'upsertScore',
9
13
  };
10
14
  exports.tool = {
11
15
  name: 'upsert_scores',
@@ -26,9 +30,9 @@ exports.tool = {
26
30
  },
27
31
  },
28
32
  };
29
- const handler = (client, args) => {
33
+ const handler = async (client, args) => {
30
34
  const { metricConfigId, ...body } = args;
31
- return client.scores.upsert(metricConfigId, body);
35
+ return (0, types_1.asTextContentResult)(await client.scores.upsert(metricConfigId, body));
32
36
  };
33
37
  exports.handler = handler;
34
38
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"upsert-scores.js","sourceRoot":"","sources":["../../src/tools/scores/upsert-scores.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAMzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,QAAQ;IAClB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,mUAAmU;IACrU,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8NAA8N;aACjO;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"upsert-scores.js","sourceRoot":"","sources":["../../src/tools/scores/upsert-scores.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAmE;AAMtD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,QAAQ;IAClB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;IACvD,WAAW,EAAE,aAAa;CAC3B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,mUAAmU;IACrU,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8NAA8N;aACjO;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,IAAA,2BAAmB,EAAC,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC,CAAC;AAC/E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,8 +1,12 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { asTextContentResult } from 'scorecard-ai-mcp/tools/types';
2
3
  export const metadata = {
3
4
  resource: 'scores',
4
5
  operation: 'write',
5
6
  tags: [],
7
+ httpMethod: 'put',
8
+ httpPath: '/records/{recordId}/scores/{metricConfigId}',
9
+ operationId: 'upsertScore',
6
10
  };
7
11
  export const tool = {
8
12
  name: 'upsert_scores',
@@ -23,9 +27,9 @@ export const tool = {
23
27
  },
24
28
  },
25
29
  };
26
- export const handler = (client, args) => {
30
+ export const handler = async (client, args) => {
27
31
  const { metricConfigId, ...body } = args;
28
- return client.scores.upsert(metricConfigId, body);
32
+ return asTextContentResult(await client.scores.upsert(metricConfigId, body));
29
33
  };
30
34
  export default { metadata, tool, handler };
31
35
  //# sourceMappingURL=upsert-scores.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"upsert-scores.mjs","sourceRoot":"","sources":["../../src/tools/scores/upsert-scores.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAMtF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,QAAQ;IAClB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,mUAAmU;IACrU,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8NAA8N;aACjO;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"upsert-scores.mjs","sourceRoot":"","sources":["../../src/tools/scores/upsert-scores.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,8BAA8B;AAMlE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,QAAQ;IAClB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;IACvD,WAAW,EAAE,aAAa;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,mUAAmU;IACrU,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8NAA8N;aACjO;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,mBAAmB,CAAC,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC,CAAC;AAC/E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.mjs";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=create-system-configs.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"create-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.js";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=create-system-configs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"create-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -2,10 +2,14 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const types_1 = require("scorecard-ai-mcp/tools/types");
5
6
  exports.metadata = {
6
7
  resource: 'system_configs',
7
8
  operation: 'write',
8
9
  tags: [],
10
+ httpMethod: 'post',
11
+ httpPath: '/systems/{systemId}/configs',
12
+ operationId: 'createSystemConfig',
9
13
  };
10
14
  exports.tool = {
11
15
  name: 'create_system_configs',
@@ -45,9 +49,9 @@ exports.tool = {
45
49
  },
46
50
  },
47
51
  };
48
- const handler = (client, args) => {
52
+ const handler = async (client, args) => {
49
53
  const { systemId, ...body } = args;
50
- return client.systemConfigs.create(systemId, body);
54
+ return (0, types_1.asTextContentResult)(await client.systemConfigs.create(systemId, body));
51
55
  };
52
56
  exports.handler = handler;
53
57
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"create-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAMzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,4qBAA4qB;IAC9qB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;aAChD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,uCAAuC;aACrD;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iIAAiI;gBACnI,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,mCAAmC;yBACjD;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,sDAAsD;yBACpE;qBACF;oBACD,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAmE;AAMtD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,6BAA6B;IACvC,WAAW,EAAE,oBAAoB;CAClC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,4qBAA4qB;IAC9qB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;aAChD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,uCAAuC;aACrD;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iIAAiI;gBACnI,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,mCAAmC;yBACjD;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,sDAAsD;yBACpE;qBACF;oBACD,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,IAAA,2BAAmB,EAAC,MAAM,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAChF,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,8 +1,12 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { asTextContentResult } from 'scorecard-ai-mcp/tools/types';
2
3
  export const metadata = {
3
4
  resource: 'system_configs',
4
5
  operation: 'write',
5
6
  tags: [],
7
+ httpMethod: 'post',
8
+ httpPath: '/systems/{systemId}/configs',
9
+ operationId: 'createSystemConfig',
6
10
  };
7
11
  export const tool = {
8
12
  name: 'create_system_configs',
@@ -42,9 +46,9 @@ export const tool = {
42
46
  },
43
47
  },
44
48
  };
45
- export const handler = (client, args) => {
49
+ export const handler = async (client, args) => {
46
50
  const { systemId, ...body } = args;
47
- return client.systemConfigs.create(systemId, body);
51
+ return asTextContentResult(await client.systemConfigs.create(systemId, body));
48
52
  };
49
53
  export default { metadata, tool, handler };
50
54
  //# sourceMappingURL=create-system-configs.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAMtF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,4qBAA4qB;IAC9qB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;aAChD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,uCAAuC;aACrD;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iIAAiI;gBACnI,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,mCAAmC;yBACjD;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,sDAAsD;yBACpE;qBACF;oBACD,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/create-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,8BAA8B;AAMlE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,6BAA6B;IACvC,WAAW,EAAE,oBAAoB;CAClC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,4qBAA4qB;IAC9qB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;aAChD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,uCAAuC;aACrD;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iIAAiI;gBACnI,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,mCAAmC;yBACjD;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;4BACd,WAAW,EAAE,sDAAsD;yBACpE;qBACF;oBACD,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,mBAAmB,CAAC,MAAM,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAChF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.mjs";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=get-system-configs.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAclB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"get-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAWlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.js";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=get-system-configs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAclB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"get-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAWlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -2,10 +2,14 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const types_1 = require("scorecard-ai-mcp/tools/types");
5
6
  exports.metadata = {
6
7
  resource: 'system_configs',
7
8
  operation: 'read',
8
9
  tags: [],
10
+ httpMethod: 'get',
11
+ httpPath: '/systems/configs/{systemConfigId}',
12
+ operationId: 'getSystemConfig',
9
13
  };
10
14
  exports.tool = {
11
15
  name: 'get_system_configs',
@@ -13,18 +17,15 @@ exports.tool = {
13
17
  inputSchema: {
14
18
  type: 'object',
15
19
  properties: {
16
- systemId: {
17
- type: 'string',
18
- },
19
20
  systemConfigId: {
20
21
  type: 'string',
21
22
  },
22
23
  },
23
24
  },
24
25
  };
25
- const handler = (client, args) => {
26
+ const handler = async (client, args) => {
26
27
  const { systemConfigId, ...body } = args;
27
- return client.systemConfigs.get(systemConfigId, body);
28
+ return (0, types_1.asTextContentResult)(await client.systemConfigs.get(systemConfigId));
28
29
  };
29
30
  exports.handler = handler;
30
31
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"get-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAMzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;CACT,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACxD,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"get-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAmE;AAMtD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mCAAmC;IAC7C,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,IAAA,2BAAmB,EAAC,MAAM,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,8 +1,12 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { asTextContentResult } from 'scorecard-ai-mcp/tools/types';
2
3
  export const metadata = {
3
4
  resource: 'system_configs',
4
5
  operation: 'read',
5
6
  tags: [],
7
+ httpMethod: 'get',
8
+ httpPath: '/systems/configs/{systemConfigId}',
9
+ operationId: 'getSystemConfig',
6
10
  };
7
11
  export const tool = {
8
12
  name: 'get_system_configs',
@@ -10,18 +14,15 @@ export const tool = {
10
14
  inputSchema: {
11
15
  type: 'object',
12
16
  properties: {
13
- systemId: {
14
- type: 'string',
15
- },
16
17
  systemConfigId: {
17
18
  type: 'string',
18
19
  },
19
20
  },
20
21
  },
21
22
  };
22
- export const handler = (client, args) => {
23
+ export const handler = async (client, args) => {
23
24
  const { systemConfigId, ...body } = args;
24
- return client.systemConfigs.get(systemConfigId, body);
25
+ return asTextContentResult(await client.systemConfigs.get(systemConfigId));
25
26
  };
26
27
  export default { metadata, tool, handler };
27
28
  //# sourceMappingURL=get-system-configs.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAMtF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;AACxD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"get-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/get-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,8BAA8B;AAMlE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mCAAmC;IAC7C,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,iDAAiD;IAC9D,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;aACf;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAChD,OAAO,mBAAmB,CAAC,MAAM,MAAM,CAAC,aAAa,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.mjs";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").PagePromise<Scorecard.SystemConfigs.SystemConfigsPaginatedResponse, Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").PagePromise<Scorecard.SystemConfigs.SystemConfigsPaginatedResponse, Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=list-system-configs.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qIAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"list-system-configs.d.mts","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.js";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").PagePromise<Scorecard.SystemConfigs.SystemConfigsPaginatedResponse, Scorecard.SystemConfigs.SystemConfig>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").PagePromise<Scorecard.SystemConfigs.SystemConfigsPaginatedResponse, Scorecard.SystemConfigs.SystemConfig>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=list-system-configs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qIAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"list-system-configs.d.ts","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -2,10 +2,14 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const types_1 = require("scorecard-ai-mcp/tools/types");
5
6
  exports.metadata = {
6
7
  resource: 'system_configs',
7
8
  operation: 'read',
8
9
  tags: [],
10
+ httpMethod: 'get',
11
+ httpPath: '/systems/{systemId}/configs',
12
+ operationId: 'listSystemConfigs',
9
13
  };
10
14
  exports.tool = {
11
15
  name: 'list_system_configs',
@@ -27,9 +31,9 @@ exports.tool = {
27
31
  },
28
32
  },
29
33
  };
30
- const handler = (client, args) => {
34
+ const handler = async (client, args) => {
31
35
  const { systemId, ...body } = args;
32
- return client.systemConfigs.list(systemId, body);
36
+ return (0, types_1.asTextContentResult)(await client.systemConfigs.list(systemId, body));
33
37
  };
34
38
  exports.handler = handler;
35
39
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"list-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAMzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;CACT,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,uOAAuO;IACzO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0GAA0G;aAC7G;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iGAAiG;aACpG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACnD,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-system-configs.js","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAmE;AAMtD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;IACvC,WAAW,EAAE,mBAAmB;CACjC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,uOAAuO;IACzO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0GAA0G;aAC7G;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iGAAiG;aACpG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,IAAA,2BAAmB,EAAC,MAAM,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAC9E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,8 +1,12 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { asTextContentResult } from 'scorecard-ai-mcp/tools/types';
2
3
  export const metadata = {
3
4
  resource: 'system_configs',
4
5
  operation: 'read',
5
6
  tags: [],
7
+ httpMethod: 'get',
8
+ httpPath: '/systems/{systemId}/configs',
9
+ operationId: 'listSystemConfigs',
6
10
  };
7
11
  export const tool = {
8
12
  name: 'list_system_configs',
@@ -24,9 +28,9 @@ export const tool = {
24
28
  },
25
29
  },
26
30
  };
27
- export const handler = (client, args) => {
31
+ export const handler = async (client, args) => {
28
32
  const { systemId, ...body } = args;
29
- return client.systemConfigs.list(systemId, body);
33
+ return asTextContentResult(await client.systemConfigs.list(systemId, body));
30
34
  };
31
35
  export default { metadata, tool, handler };
32
36
  //# sourceMappingURL=list-system-configs.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAMtF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,uOAAuO;IACzO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0GAA0G;aAC7G;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iGAAiG;aACpG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AACnD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-system-configs.mjs","sourceRoot":"","sources":["../../src/tools/system-configs/list-system-configs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,8BAA8B;AAMlE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;IACvC,WAAW,EAAE,mBAAmB;CACjC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,uOAAuO;IACzO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0GAA0G;aAC7G;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iGAAiG;aACpG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC1C,OAAO,mBAAmB,CAAC,MAAM,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAC9E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.mjs";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.System>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.System>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=create-systems.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-systems.d.mts","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,gEAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"create-systems.d.mts","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.js";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.System>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.System>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=create-systems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-systems.d.ts","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,gEAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"create-systems.d.ts","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}
@@ -2,10 +2,14 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const types_1 = require("scorecard-ai-mcp/tools/types");
5
6
  exports.metadata = {
6
7
  resource: 'systems',
7
8
  operation: 'write',
8
9
  tags: [],
10
+ httpMethod: 'post',
11
+ httpPath: '/projects/{projectId}/systems',
12
+ operationId: 'createSystem',
9
13
  };
10
14
  exports.tool = {
11
15
  name: 'create_systems',
@@ -39,9 +43,9 @@ exports.tool = {
39
43
  },
40
44
  },
41
45
  };
42
- const handler = (client, args) => {
46
+ const handler = async (client, args) => {
43
47
  const { projectId, ...body } = args;
44
- return client.systems.create(projectId, body);
48
+ return (0, types_1.asTextContentResult)(await client.systems.create(projectId, body));
45
49
  };
46
50
  exports.handler = handler;
47
51
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"create-systems.js","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAMzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,SAAS;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EACT,wkBAAwkB;IAC1kB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;aACf;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2CAA2C;aACzD;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gCAAgC;aAC9C;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oCAAoC;aAClD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,yBAAyB;aACvC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qCAAqC;aACnD;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAChD,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-systems.js","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAmE;AAMtD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,SAAS;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,+BAA+B;IACzC,WAAW,EAAE,cAAc;CAC5B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EACT,wkBAAwkB;IAC1kB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;aACf;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2CAA2C;aACzD;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gCAAgC;aAC9C;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oCAAoC;aAClD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,yBAAyB;aACvC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qCAAqC;aACnD;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,8 +1,12 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { asTextContentResult } from 'scorecard-ai-mcp/tools/types';
2
3
  export const metadata = {
3
4
  resource: 'systems',
4
5
  operation: 'write',
5
6
  tags: [],
7
+ httpMethod: 'post',
8
+ httpPath: '/projects/{projectId}/systems',
9
+ operationId: 'createSystem',
6
10
  };
7
11
  export const tool = {
8
12
  name: 'create_systems',
@@ -36,9 +40,9 @@ export const tool = {
36
40
  },
37
41
  },
38
42
  };
39
- export const handler = (client, args) => {
43
+ export const handler = async (client, args) => {
40
44
  const { projectId, ...body } = args;
41
- return client.systems.create(projectId, body);
45
+ return asTextContentResult(await client.systems.create(projectId, body));
42
46
  };
43
47
  export default { metadata, tool, handler };
44
48
  //# sourceMappingURL=create-systems.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-systems.mjs","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAMtF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,SAAS;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EACT,wkBAAwkB;IAC1kB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;aACf;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2CAA2C;aACzD;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gCAAgC;aAC9C;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oCAAoC;aAClD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,yBAAyB;aACvC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qCAAqC;aACnD;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,MAAiB,EAAE,IAAyC,EAAE,EAAE;IACtF,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAChD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-systems.mjs","sourceRoot":"","sources":["../../src/tools/systems/create-systems.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,8BAA8B;AAMlE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,SAAS;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,+BAA+B;IACzC,WAAW,EAAE,cAAc;CAC5B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EACT,wkBAAwkB;IAC1kB,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;aACf;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2CAA2C;aACzD;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gCAAgC;aAC9C;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oCAAoC;aAClD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,yBAAyB;aACvC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qCAAqC;aACnD;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -3,7 +3,7 @@ import type { Metadata } from "..//index.mjs";
3
3
  import Scorecard from 'scorecard-ai';
4
4
  export declare const metadata: Metadata;
5
5
  export declare const tool: Tool;
6
- export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.SystemDeleteResponse>;
6
+ export declare const handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
7
7
  declare const _default: {
8
8
  metadata: Metadata;
9
9
  tool: {
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  openWorldHint?: boolean | undefined;
27
27
  } | undefined;
28
28
  };
29
- handler: (client: Scorecard, args: Record<string, unknown> | undefined) => import("scorecard-ai").APIPromise<Scorecard.Systems.SystemDeleteResponse>;
29
+ handler: (client: Scorecard, args: Record<string, unknown> | undefined) => Promise<import("scorecard-ai-mcp/tools/types").ToolCallResult>;
30
30
  };
31
31
  export default _default;
32
32
  //# sourceMappingURL=delete-systems.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-systems.d.mts","sourceRoot":"","sources":["../../src/tools/systems/delete-systems.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAItB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAWlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,8EAGnF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAH8B,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAKpF,wBAA2C"}
1
+ {"version":3,"file":"delete-systems.d.mts","sourceRoot":"","sources":["../../src/tools/systems/delete-systems.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,cAAc;AAEpC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAWlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAGzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK1F,wBAA2C"}