@mcp-abap-adt/core 2.4.2 → 2.5.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 (142) hide show
  1. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts +4 -0
  2. package/dist/handlers/compact/high/compactLifecycleUtils.d.ts.map +1 -0
  3. package/dist/handlers/compact/high/compactLifecycleUtils.js +23 -0
  4. package/dist/handlers/compact/high/compactLifecycleUtils.js.map +1 -0
  5. package/dist/handlers/compact/high/compactMatrix.d.ts +4 -0
  6. package/dist/handlers/compact/high/compactMatrix.d.ts.map +1 -0
  7. package/dist/handlers/compact/high/compactMatrix.js +31 -0
  8. package/dist/handlers/compact/high/compactMatrix.js.map +1 -0
  9. package/dist/handlers/compact/high/compactObjectTypes.d.ts +3 -0
  10. package/dist/handlers/compact/high/compactObjectTypes.d.ts.map +1 -0
  11. package/dist/handlers/compact/high/compactObjectTypes.js +31 -0
  12. package/dist/handlers/compact/high/compactObjectTypes.js.map +1 -0
  13. package/dist/handlers/compact/high/compactRouter.d.ts +11 -0
  14. package/dist/handlers/compact/high/compactRouter.d.ts.map +1 -0
  15. package/dist/handlers/compact/high/compactRouter.js +254 -0
  16. package/dist/handlers/compact/high/compactRouter.js.map +1 -0
  17. package/dist/handlers/compact/high/compactSchemas.d.ts +725 -0
  18. package/dist/handlers/compact/high/compactSchemas.d.ts.map +1 -0
  19. package/dist/handlers/compact/high/compactSchemas.js +390 -0
  20. package/dist/handlers/compact/high/compactSchemas.js.map +1 -0
  21. package/dist/handlers/compact/high/handleHandlerActivate.d.ts +63 -0
  22. package/dist/handlers/compact/high/handleHandlerActivate.d.ts.map +1 -0
  23. package/dist/handlers/compact/high/handleHandlerActivate.js +27 -0
  24. package/dist/handlers/compact/high/handleHandlerActivate.js.map +1 -0
  25. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts +36 -0
  26. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.d.ts.map +1 -0
  27. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js +15 -0
  28. package/dist/handlers/compact/high/handleHandlerCdsUnitTestResult.js.map +1 -0
  29. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts +31 -0
  30. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.d.ts.map +1 -0
  31. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js +15 -0
  32. package/dist/handlers/compact/high/handleHandlerCdsUnitTestStatus.js.map +1 -0
  33. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts +63 -0
  34. package/dist/handlers/compact/high/handleHandlerCheckRun.d.ts.map +1 -0
  35. package/dist/handlers/compact/high/handleHandlerCheckRun.js +26 -0
  36. package/dist/handlers/compact/high/handleHandlerCheckRun.js.map +1 -0
  37. package/dist/handlers/compact/high/handleHandlerCreate.d.ts +95 -0
  38. package/dist/handlers/compact/high/handleHandlerCreate.d.ts.map +1 -0
  39. package/dist/handlers/compact/high/handleHandlerCreate.js +15 -0
  40. package/dist/handlers/compact/high/handleHandlerCreate.js.map +1 -0
  41. package/dist/handlers/compact/high/handleHandlerDelete.d.ts +41 -0
  42. package/dist/handlers/compact/high/handleHandlerDelete.d.ts.map +1 -0
  43. package/dist/handlers/compact/high/handleHandlerDelete.js +15 -0
  44. package/dist/handlers/compact/high/handleHandlerDelete.js.map +1 -0
  45. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts +43 -0
  46. package/dist/handlers/compact/high/handleHandlerDumpList.d.ts.map +1 -0
  47. package/dist/handlers/compact/high/handleHandlerDumpList.js +15 -0
  48. package/dist/handlers/compact/high/handleHandlerDumpList.js.map +1 -0
  49. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts +32 -0
  50. package/dist/handlers/compact/high/handleHandlerDumpView.d.ts.map +1 -0
  51. package/dist/handlers/compact/high/handleHandlerDumpView.js +15 -0
  52. package/dist/handlers/compact/high/handleHandlerDumpView.js.map +1 -0
  53. package/dist/handlers/compact/high/handleHandlerGet.d.ts +43 -0
  54. package/dist/handlers/compact/high/handleHandlerGet.d.ts.map +1 -0
  55. package/dist/handlers/compact/high/handleHandlerGet.js +15 -0
  56. package/dist/handlers/compact/high/handleHandlerGet.js.map +1 -0
  57. package/dist/handlers/compact/high/handleHandlerLock.d.ts +61 -0
  58. package/dist/handlers/compact/high/handleHandlerLock.d.ts.map +1 -0
  59. package/dist/handlers/compact/high/handleHandlerLock.js +26 -0
  60. package/dist/handlers/compact/high/handleHandlerLock.js.map +1 -0
  61. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts +18 -0
  62. package/dist/handlers/compact/high/handleHandlerProfileList.d.ts.map +1 -0
  63. package/dist/handlers/compact/high/handleHandlerProfileList.js +15 -0
  64. package/dist/handlers/compact/high/handleHandlerProfileList.js.map +1 -0
  65. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts +92 -0
  66. package/dist/handlers/compact/high/handleHandlerProfileRun.d.ts.map +1 -0
  67. package/dist/handlers/compact/high/handleHandlerProfileRun.js +57 -0
  68. package/dist/handlers/compact/high/handleHandlerProfileRun.js.map +1 -0
  69. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts +47 -0
  70. package/dist/handlers/compact/high/handleHandlerProfileView.d.ts.map +1 -0
  71. package/dist/handlers/compact/high/handleHandlerProfileView.js +15 -0
  72. package/dist/handlers/compact/high/handleHandlerProfileView.js.map +1 -0
  73. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts +28 -0
  74. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.d.ts.map +1 -0
  75. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js +15 -0
  76. package/dist/handlers/compact/high/handleHandlerServiceBindingListTypes.js.map +1 -0
  77. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts +42 -0
  78. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.d.ts.map +1 -0
  79. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js +15 -0
  80. package/dist/handlers/compact/high/handleHandlerServiceBindingValidate.js.map +1 -0
  81. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts +40 -0
  82. package/dist/handlers/compact/high/handleHandlerTransportCreate.d.ts.map +1 -0
  83. package/dist/handlers/compact/high/handleHandlerTransportCreate.js +15 -0
  84. package/dist/handlers/compact/high/handleHandlerTransportCreate.js.map +1 -0
  85. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts +36 -0
  86. package/dist/handlers/compact/high/handleHandlerUnitTestResult.d.ts.map +1 -0
  87. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js +15 -0
  88. package/dist/handlers/compact/high/handleHandlerUnitTestResult.js.map +1 -0
  89. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts +106 -0
  90. package/dist/handlers/compact/high/handleHandlerUnitTestRun.d.ts.map +1 -0
  91. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js +15 -0
  92. package/dist/handlers/compact/high/handleHandlerUnitTestRun.js.map +1 -0
  93. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts +31 -0
  94. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.d.ts.map +1 -0
  95. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js +15 -0
  96. package/dist/handlers/compact/high/handleHandlerUnitTestStatus.js.map +1 -0
  97. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts +61 -0
  98. package/dist/handlers/compact/high/handleHandlerUnlock.d.ts.map +1 -0
  99. package/dist/handlers/compact/high/handleHandlerUnlock.js +26 -0
  100. package/dist/handlers/compact/high/handleHandlerUnlock.js.map +1 -0
  101. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts +89 -0
  102. package/dist/handlers/compact/high/handleHandlerUpdate.d.ts.map +1 -0
  103. package/dist/handlers/compact/high/handleHandlerUpdate.js +15 -0
  104. package/dist/handlers/compact/high/handleHandlerUpdate.js.map +1 -0
  105. package/dist/handlers/compact/high/handleHandlerValidate.d.ts +85 -0
  106. package/dist/handlers/compact/high/handleHandlerValidate.d.ts.map +1 -0
  107. package/dist/handlers/compact/high/handleHandlerValidate.js +40 -0
  108. package/dist/handlers/compact/high/handleHandlerValidate.js.map +1 -0
  109. package/dist/lib/config/IServerConfig.d.ts +1 -1
  110. package/dist/lib/config/IServerConfig.d.ts.map +1 -1
  111. package/dist/lib/config/ServerConfigManager.d.ts +1 -1
  112. package/dist/lib/config/ServerConfigManager.d.ts.map +1 -1
  113. package/dist/lib/config/ServerConfigManager.js +7 -3
  114. package/dist/lib/config/ServerConfigManager.js.map +1 -1
  115. package/dist/lib/config/yamlConfig.js +1 -1
  116. package/dist/lib/handlers/HandlerExporter.d.ts +5 -0
  117. package/dist/lib/handlers/HandlerExporter.d.ts.map +1 -1
  118. package/dist/lib/handlers/HandlerExporter.js +4 -0
  119. package/dist/lib/handlers/HandlerExporter.js.map +1 -1
  120. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts +11 -0
  121. package/dist/lib/handlers/groups/CompactHandlersGroup.d.ts.map +1 -0
  122. package/dist/lib/handlers/groups/CompactHandlersGroup.js +218 -0
  123. package/dist/lib/handlers/groups/CompactHandlersGroup.js.map +1 -0
  124. package/dist/lib/handlers/groups/index.d.ts +1 -0
  125. package/dist/lib/handlers/groups/index.d.ts.map +1 -1
  126. package/dist/lib/handlers/groups/index.js +3 -1
  127. package/dist/lib/handlers/groups/index.js.map +1 -1
  128. package/dist/server/EmbeddableMcpServer.d.ts +1 -1
  129. package/dist/server/EmbeddableMcpServer.d.ts.map +1 -1
  130. package/dist/server/EmbeddableMcpServer.js +4 -0
  131. package/dist/server/EmbeddableMcpServer.js.map +1 -1
  132. package/dist/server/launcher.js +3 -0
  133. package/dist/server/launcher.js.map +1 -1
  134. package/docs/development/roadmaps/COMPACT_FACADE_ROUTER_ROADMAP.md +71 -0
  135. package/docs/user-guide/AVAILABLE_TOOLS.md +657 -30
  136. package/docs/user-guide/AVAILABLE_TOOLS_COMPACT.md +540 -0
  137. package/docs/user-guide/AVAILABLE_TOOLS_HIGH.md +533 -22
  138. package/docs/user-guide/AVAILABLE_TOOLS_LOW.md +14 -5
  139. package/docs/user-guide/AVAILABLE_TOOLS_READONLY.md +101 -4
  140. package/docs/user-guide/HANDLERS_MANAGEMENT.md +50 -4
  141. package/docs/user-guide/README.md +2 -0
  142. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ import type { CompactObjectType } from './compactObjectTypes';
3
+ export declare const TOOL_DEFINITION: {
4
+ readonly name: "HandlerCheckRun";
5
+ readonly description: "Compact lifecycle check-run operation. Runs syntax check without activation.";
6
+ readonly inputSchema: {
7
+ readonly type: "object";
8
+ readonly properties: {
9
+ readonly version: {
10
+ readonly type: "string";
11
+ readonly enum: readonly ["active", "inactive"];
12
+ readonly default: "active";
13
+ };
14
+ readonly session_id: {
15
+ readonly type: "string";
16
+ };
17
+ readonly session_state: {
18
+ readonly type: "object";
19
+ readonly properties: {
20
+ readonly cookies: {
21
+ readonly type: "string";
22
+ };
23
+ readonly csrf_token: {
24
+ readonly type: "string";
25
+ };
26
+ readonly cookie_store: {
27
+ readonly type: "object";
28
+ };
29
+ };
30
+ };
31
+ readonly object_type: {
32
+ readonly type: "string";
33
+ readonly enum: CompactObjectType[];
34
+ readonly description: "ABAP object type for routed compact operation.";
35
+ };
36
+ readonly object_name: {
37
+ readonly type: "string";
38
+ readonly description: "Primary object name for lifecycle operation.";
39
+ };
40
+ };
41
+ readonly required: readonly ["object_type", "object_name"];
42
+ };
43
+ };
44
+ type HandlerCheckRunArgs = {
45
+ object_type: CompactObjectType;
46
+ object_name: string;
47
+ version?: 'active' | 'inactive';
48
+ session_id?: string;
49
+ session_state?: {
50
+ cookies?: string;
51
+ csrf_token?: string;
52
+ cookie_store?: Record<string, string>;
53
+ };
54
+ };
55
+ export declare function handleHandlerCheckRun(context: HandlerContext, args: HandlerCheckRunArgs): Promise<{
56
+ isError: boolean;
57
+ content: {
58
+ type: string;
59
+ text: any;
60
+ }[];
61
+ }>;
62
+ export {};
63
+ //# sourceMappingURL=handleHandlerCheckRun.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerCheckRun.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerCheckRun.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AAEX,KAAK,mBAAmB,GAAG;IACzB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACvC,CAAC;CACH,CAAC;AAEF,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,mBAAmB;;;;;;GAgB1B"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerCheckRun = handleHandlerCheckRun;
5
+ const handleCheckObject_1 = require("../../common/low/handleCheckObject");
6
+ const compactLifecycleUtils_1 = require("./compactLifecycleUtils");
7
+ const compactSchemas_1 = require("./compactSchemas");
8
+ exports.TOOL_DEFINITION = {
9
+ name: 'HandlerCheckRun',
10
+ description: 'Compact lifecycle check-run operation. Runs syntax check without activation.',
11
+ inputSchema: compactSchemas_1.compactCheckRunSchema,
12
+ };
13
+ async function handleHandlerCheckRun(context, args) {
14
+ const lowType = (0, compactLifecycleUtils_1.toLowObjectType)(args.object_type);
15
+ if (!lowType) {
16
+ throw new Error(`CheckRun is not supported for object_type: ${args.object_type}`);
17
+ }
18
+ return (0, handleCheckObject_1.handleCheckObject)(context, {
19
+ object_name: args.object_name,
20
+ object_type: lowType,
21
+ version: args.version,
22
+ session_id: args.session_id,
23
+ session_state: args.session_state,
24
+ });
25
+ }
26
+ //# sourceMappingURL=handleHandlerCheckRun.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerCheckRun.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerCheckRun.ts"],"names":[],"mappings":";;;AAyBA,sDAkBC;AA1CD,0EAAuE;AACvE,mEAA0D;AAE1D,qDAAyD;AAE5C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EACT,8EAA8E;IAChF,WAAW,EAAE,sCAAqB;CAC1B,CAAC;AAcJ,KAAK,UAAU,qBAAqB,CACzC,OAAuB,EACvB,IAAyB;IAEzB,MAAM,OAAO,GAAG,IAAA,uCAAe,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAClD,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CACb,8CAA8C,IAAI,CAAC,WAAW,EAAE,CACjE,CAAC;IACJ,CAAC;IAED,OAAO,IAAA,qCAAiB,EAAC,OAAO,EAAE;QAChC,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,WAAW,EAAE,OAAO;QACpB,OAAO,EAAE,IAAI,CAAC,OAAO;QACrB,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,aAAa,EAAE,IAAI,CAAC,aAAa;KAClC,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,95 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ import type { CompactObjectType } from './compactObjectTypes';
3
+ export declare const TOOL_DEFINITION: {
4
+ readonly name: "HandlerCreate";
5
+ readonly description: "Compact facade create operation. Routes by object_type to create supported ABAP object types.";
6
+ readonly inputSchema: {
7
+ readonly type: "object";
8
+ readonly properties: {
9
+ readonly object_type: {
10
+ readonly type: "string";
11
+ readonly enum: CompactObjectType[];
12
+ readonly description: "ABAP object type for routed compact operation.";
13
+ };
14
+ readonly class_name: {
15
+ readonly type: "string";
16
+ };
17
+ readonly program_name: {
18
+ readonly type: "string";
19
+ };
20
+ readonly domain_name: {
21
+ readonly type: "string";
22
+ };
23
+ readonly function_module_name: {
24
+ readonly type: "string";
25
+ };
26
+ readonly function_group_name: {
27
+ readonly type: "string";
28
+ };
29
+ readonly package_name: {
30
+ readonly type: "string";
31
+ };
32
+ readonly description: {
33
+ readonly type: "string";
34
+ };
35
+ readonly transport_request: {
36
+ readonly type: "string";
37
+ };
38
+ readonly source_code: {
39
+ readonly type: "string";
40
+ };
41
+ readonly activate: {
42
+ readonly type: "boolean";
43
+ };
44
+ readonly program_type: {
45
+ readonly type: "string";
46
+ };
47
+ readonly application: {
48
+ readonly type: "string";
49
+ };
50
+ readonly datatype: {
51
+ readonly type: "string";
52
+ };
53
+ readonly length: {
54
+ readonly type: "number";
55
+ };
56
+ readonly decimals: {
57
+ readonly type: "number";
58
+ };
59
+ readonly conversion_exit: {
60
+ readonly type: "string";
61
+ };
62
+ readonly lowercase: {
63
+ readonly type: "boolean";
64
+ };
65
+ readonly sign_exists: {
66
+ readonly type: "boolean";
67
+ };
68
+ readonly value_table: {
69
+ readonly type: "string";
70
+ };
71
+ readonly fixed_values: {
72
+ readonly type: "array";
73
+ readonly items: {
74
+ readonly type: "object";
75
+ readonly properties: {
76
+ readonly low: {
77
+ readonly type: "string";
78
+ };
79
+ readonly text: {
80
+ readonly type: "string";
81
+ };
82
+ };
83
+ readonly required: readonly ["low", "text"];
84
+ };
85
+ };
86
+ };
87
+ readonly required: readonly ["object_type"];
88
+ };
89
+ };
90
+ type HandlerCreateArgs = {
91
+ object_type: CompactObjectType;
92
+ } & Record<string, unknown>;
93
+ export declare function handleHandlerCreate(context: HandlerContext, args: HandlerCreateArgs): Promise<unknown>;
94
+ export {};
95
+ //# sourceMappingURL=handleHandlerCreate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerCreate.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAI9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AAEX,KAAK,iBAAiB,GAAG;IAAE,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAAG,MAAM,CAClE,MAAM,EACN,OAAO,CACR,CAAC;AAEF,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,iBAAiB,oBAGxB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerCreate = handleHandlerCreate;
5
+ const compactRouter_1 = require("./compactRouter");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerCreate',
9
+ description: 'Compact facade create operation. Routes by object_type to create supported ABAP object types.',
10
+ inputSchema: compactSchemas_1.compactCreateSchema,
11
+ };
12
+ async function handleHandlerCreate(context, args) {
13
+ return (0, compactRouter_1.routeCompactOperation)(context, 'create', args);
14
+ }
15
+ //# sourceMappingURL=handleHandlerCreate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerCreate.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerCreate.ts"],"names":[],"mappings":";;;AAiBA,kDAKC;AApBD,mDAAwD;AACxD,qDAAuD;AAE1C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,+FAA+F;IACjG,WAAW,EAAE,oCAAmB;CACxB,CAAC;AAOJ,KAAK,UAAU,mBAAmB,CACvC,OAAuB,EACvB,IAAuB;IAEvB,OAAO,IAAA,qCAAqB,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;AACxD,CAAC"}
@@ -0,0 +1,41 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ import type { CompactObjectType } from './compactObjectTypes';
3
+ export declare const TOOL_DEFINITION: {
4
+ readonly name: "HandlerDelete";
5
+ readonly description: "Compact facade delete operation. Routes by object_type to delete supported ABAP object types.";
6
+ readonly inputSchema: {
7
+ readonly type: "object";
8
+ readonly properties: {
9
+ readonly object_type: {
10
+ readonly type: "string";
11
+ readonly enum: CompactObjectType[];
12
+ readonly description: "ABAP object type for routed compact operation.";
13
+ };
14
+ readonly class_name: {
15
+ readonly type: "string";
16
+ };
17
+ readonly program_name: {
18
+ readonly type: "string";
19
+ };
20
+ readonly domain_name: {
21
+ readonly type: "string";
22
+ };
23
+ readonly function_module_name: {
24
+ readonly type: "string";
25
+ };
26
+ readonly function_group_name: {
27
+ readonly type: "string";
28
+ };
29
+ readonly transport_request: {
30
+ readonly type: "string";
31
+ };
32
+ };
33
+ readonly required: readonly ["object_type"];
34
+ };
35
+ };
36
+ type HandlerDeleteArgs = {
37
+ object_type: CompactObjectType;
38
+ } & Record<string, unknown>;
39
+ export declare function handleHandlerDelete(context: HandlerContext, args: HandlerDeleteArgs): Promise<unknown>;
40
+ export {};
41
+ //# sourceMappingURL=handleHandlerDelete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDelete.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAI9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AAEX,KAAK,iBAAiB,GAAG;IAAE,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAAG,MAAM,CAClE,MAAM,EACN,OAAO,CACR,CAAC;AAEF,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,iBAAiB,oBAGxB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerDelete = handleHandlerDelete;
5
+ const compactRouter_1 = require("./compactRouter");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerDelete',
9
+ description: 'Compact facade delete operation. Routes by object_type to delete supported ABAP object types.',
10
+ inputSchema: compactSchemas_1.compactDeleteSchema,
11
+ };
12
+ async function handleHandlerDelete(context, args) {
13
+ return (0, compactRouter_1.routeCompactOperation)(context, 'delete', args);
14
+ }
15
+ //# sourceMappingURL=handleHandlerDelete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDelete.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDelete.ts"],"names":[],"mappings":";;;AAiBA,kDAKC;AApBD,mDAAwD;AACxD,qDAAuD;AAE1C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,eAAe;IACrB,WAAW,EACT,+FAA+F;IACjG,WAAW,EAAE,oCAAmB;CACxB,CAAC;AAOJ,KAAK,UAAU,mBAAmB,CACvC,OAAuB,EACvB,IAAuB;IAEvB,OAAO,IAAA,qCAAqB,EAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;AACxD,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ export declare const TOOL_DEFINITION: {
3
+ readonly name: "HandlerDumpList";
4
+ readonly description: "Compact runtime dump list. Returns runtime dumps with filters.";
5
+ readonly inputSchema: {
6
+ readonly type: "object";
7
+ readonly properties: {
8
+ readonly user: {
9
+ readonly type: "string";
10
+ };
11
+ readonly inlinecount: {
12
+ readonly type: "string";
13
+ readonly enum: readonly ["allpages", "none"];
14
+ };
15
+ readonly top: {
16
+ readonly type: "number";
17
+ };
18
+ readonly skip: {
19
+ readonly type: "number";
20
+ };
21
+ readonly orderby: {
22
+ readonly type: "string";
23
+ };
24
+ };
25
+ readonly required: readonly [];
26
+ };
27
+ };
28
+ type HandlerDumpListArgs = {
29
+ user?: string;
30
+ inlinecount?: 'allpages' | 'none';
31
+ top?: number;
32
+ skip?: number;
33
+ orderby?: string;
34
+ };
35
+ export declare function handleHandlerDumpList(context: HandlerContext, args: HandlerDumpListArgs): Promise<{
36
+ isError: boolean;
37
+ content: {
38
+ type: string;
39
+ text: any;
40
+ }[];
41
+ }>;
42
+ export {};
43
+ //# sourceMappingURL=handleHandlerDumpList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDumpList.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDumpList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;CAIlB,CAAC;AAEX,KAAK,mBAAmB,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,mBAAmB;;;;;;GAG1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerDumpList = handleHandlerDumpList;
5
+ const handleRuntimeListDumps_1 = require("../../system/readonly/handleRuntimeListDumps");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerDumpList',
9
+ description: 'Compact runtime dump list. Returns runtime dumps with filters.',
10
+ inputSchema: compactSchemas_1.compactDumpListSchema,
11
+ };
12
+ async function handleHandlerDumpList(context, args) {
13
+ return (0, handleRuntimeListDumps_1.handleRuntimeListDumps)(context, args);
14
+ }
15
+ //# sourceMappingURL=handleHandlerDumpList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDumpList.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDumpList.ts"],"names":[],"mappings":";;;AAkBA,sDAKC;AAtBD,yFAAsF;AACtF,qDAAyD;AAE5C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,gEAAgE;IAC7E,WAAW,EAAE,sCAAqB;CAC1B,CAAC;AAUJ,KAAK,UAAU,qBAAqB,CACzC,OAAuB,EACvB,IAAyB;IAEzB,OAAO,IAAA,+CAAsB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAC/C,CAAC"}
@@ -0,0 +1,32 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ export declare const TOOL_DEFINITION: {
3
+ readonly name: "HandlerDumpView";
4
+ readonly description: "Compact runtime dump view. Reads one dump by dump_id.";
5
+ readonly inputSchema: {
6
+ readonly type: "object";
7
+ readonly properties: {
8
+ readonly dump_id: {
9
+ readonly type: "string";
10
+ };
11
+ readonly view: {
12
+ readonly type: "string";
13
+ readonly enum: readonly ["default", "summary", "formatted"];
14
+ readonly default: "default";
15
+ };
16
+ };
17
+ readonly required: readonly ["dump_id"];
18
+ };
19
+ };
20
+ type HandlerDumpViewArgs = {
21
+ dump_id: string;
22
+ view?: 'default' | 'summary' | 'formatted';
23
+ };
24
+ export declare function handleHandlerDumpView(context: HandlerContext, args: HandlerDumpViewArgs): Promise<{
25
+ isError: boolean;
26
+ content: {
27
+ type: string;
28
+ text: any;
29
+ }[];
30
+ }>;
31
+ export {};
32
+ //# sourceMappingURL=handleHandlerDumpView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDumpView.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDumpView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;CAIlB,CAAC;AAEX,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,CAAC;CAC5C,CAAC;AAEF,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,mBAAmB;;;;;;GAG1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerDumpView = handleHandlerDumpView;
5
+ const handleRuntimeGetDumpById_1 = require("../../system/readonly/handleRuntimeGetDumpById");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerDumpView',
9
+ description: 'Compact runtime dump view. Reads one dump by dump_id.',
10
+ inputSchema: compactSchemas_1.compactDumpViewSchema,
11
+ };
12
+ async function handleHandlerDumpView(context, args) {
13
+ return (0, handleRuntimeGetDumpById_1.handleRuntimeGetDumpById)(context, args);
14
+ }
15
+ //# sourceMappingURL=handleHandlerDumpView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerDumpView.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerDumpView.ts"],"names":[],"mappings":";;;AAeA,sDAKC;AAnBD,6FAA0F;AAC1F,qDAAyD;AAE5C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,uDAAuD;IACpE,WAAW,EAAE,sCAAqB;CAC1B,CAAC;AAOJ,KAAK,UAAU,qBAAqB,CACzC,OAAuB,EACvB,IAAyB;IAEzB,OAAO,IAAA,mDAAwB,EAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AACjD,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ import type { CompactObjectType } from './compactObjectTypes';
3
+ export declare const TOOL_DEFINITION: {
4
+ readonly name: "HandlerGet";
5
+ readonly description: "Compact facade read operation. Routes by object_type to get supported ABAP object types.";
6
+ readonly inputSchema: {
7
+ readonly type: "object";
8
+ readonly properties: {
9
+ readonly object_type: {
10
+ readonly type: "string";
11
+ readonly enum: CompactObjectType[];
12
+ readonly description: "ABAP object type for routed compact operation.";
13
+ };
14
+ readonly class_name: {
15
+ readonly type: "string";
16
+ };
17
+ readonly program_name: {
18
+ readonly type: "string";
19
+ };
20
+ readonly domain_name: {
21
+ readonly type: "string";
22
+ };
23
+ readonly function_module_name: {
24
+ readonly type: "string";
25
+ };
26
+ readonly function_group_name: {
27
+ readonly type: "string";
28
+ };
29
+ readonly version: {
30
+ readonly type: "string";
31
+ readonly enum: readonly ["active", "inactive"];
32
+ readonly default: "active";
33
+ };
34
+ };
35
+ readonly required: readonly ["object_type"];
36
+ };
37
+ };
38
+ type HandlerGetArgs = {
39
+ object_type: CompactObjectType;
40
+ } & Record<string, unknown>;
41
+ export declare function handleHandlerGet(context: HandlerContext, args: HandlerGetArgs): Promise<unknown>;
42
+ export {};
43
+ //# sourceMappingURL=handleHandlerGet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerGet.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerGet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAI9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AAEX,KAAK,cAAc,GAAG;IAAE,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAAG,MAAM,CAC/D,MAAM,EACN,OAAO,CACR,CAAC;AAEF,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,cAAc,oBAGrB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerGet = handleHandlerGet;
5
+ const compactRouter_1 = require("./compactRouter");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerGet',
9
+ description: 'Compact facade read operation. Routes by object_type to get supported ABAP object types.',
10
+ inputSchema: compactSchemas_1.compactGetSchema,
11
+ };
12
+ async function handleHandlerGet(context, args) {
13
+ return (0, compactRouter_1.routeCompactOperation)(context, 'get', args);
14
+ }
15
+ //# sourceMappingURL=handleHandlerGet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerGet.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerGet.ts"],"names":[],"mappings":";;;AAiBA,4CAKC;AApBD,mDAAwD;AACxD,qDAAoD;AAEvC,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,YAAY;IAClB,WAAW,EACT,0FAA0F;IAC5F,WAAW,EAAE,iCAAgB;CACrB,CAAC;AAOJ,KAAK,UAAU,gBAAgB,CACpC,OAAuB,EACvB,IAAoB;IAEpB,OAAO,IAAA,qCAAqB,EAAC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;AACrD,CAAC"}
@@ -0,0 +1,61 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ import type { CompactObjectType } from './compactObjectTypes';
3
+ export declare const TOOL_DEFINITION: {
4
+ readonly name: "HandlerLock";
5
+ readonly description: "Compact lifecycle lock operation. Locks object for subsequent updates.";
6
+ readonly inputSchema: {
7
+ readonly type: "object";
8
+ readonly properties: {
9
+ readonly super_package: {
10
+ readonly type: "string";
11
+ };
12
+ readonly session_id: {
13
+ readonly type: "string";
14
+ };
15
+ readonly session_state: {
16
+ readonly type: "object";
17
+ readonly properties: {
18
+ readonly cookies: {
19
+ readonly type: "string";
20
+ };
21
+ readonly csrf_token: {
22
+ readonly type: "string";
23
+ };
24
+ readonly cookie_store: {
25
+ readonly type: "object";
26
+ };
27
+ };
28
+ };
29
+ readonly object_type: {
30
+ readonly type: "string";
31
+ readonly enum: CompactObjectType[];
32
+ readonly description: "ABAP object type for routed compact operation.";
33
+ };
34
+ readonly object_name: {
35
+ readonly type: "string";
36
+ readonly description: "Primary object name for lifecycle operation.";
37
+ };
38
+ };
39
+ readonly required: readonly ["object_type", "object_name"];
40
+ };
41
+ };
42
+ type HandlerLockArgs = {
43
+ object_type: CompactObjectType;
44
+ object_name: string;
45
+ super_package?: string;
46
+ session_id?: string;
47
+ session_state?: {
48
+ cookies?: string;
49
+ csrf_token?: string;
50
+ cookie_store?: Record<string, string>;
51
+ };
52
+ };
53
+ export declare function handleHandlerLock(context: HandlerContext, args: HandlerLockArgs): Promise<{
54
+ isError: boolean;
55
+ content: {
56
+ type: string;
57
+ text: any;
58
+ }[];
59
+ }>;
60
+ export {};
61
+ //# sourceMappingURL=handleHandlerLock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerLock.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerLock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAC;AAEX,KAAK,eAAe,GAAG;IACrB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACvC,CAAC;CACH,CAAC;AAEF,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,cAAc,EACvB,IAAI,EAAE,eAAe;;;;;;GAgBtB"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerLock = handleHandlerLock;
5
+ const handleLockObject_1 = require("../../common/low/handleLockObject");
6
+ const compactLifecycleUtils_1 = require("./compactLifecycleUtils");
7
+ const compactSchemas_1 = require("./compactSchemas");
8
+ exports.TOOL_DEFINITION = {
9
+ name: 'HandlerLock',
10
+ description: 'Compact lifecycle lock operation. Locks object for subsequent updates.',
11
+ inputSchema: compactSchemas_1.compactLockSchema,
12
+ };
13
+ async function handleHandlerLock(context, args) {
14
+ const lowType = (0, compactLifecycleUtils_1.toLowObjectType)(args.object_type);
15
+ if (!lowType) {
16
+ throw new Error(`Lock is not supported for object_type: ${args.object_type}`);
17
+ }
18
+ return (0, handleLockObject_1.handleLockObject)(context, {
19
+ object_name: args.object_name,
20
+ object_type: lowType,
21
+ super_package: args.super_package,
22
+ session_id: args.session_id,
23
+ session_state: args.session_state,
24
+ });
25
+ }
26
+ //# sourceMappingURL=handleHandlerLock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerLock.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerLock.ts"],"names":[],"mappings":";;;AAyBA,8CAkBC;AA1CD,wEAAqE;AACrE,mEAA0D;AAE1D,qDAAqD;AAExC,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,aAAa;IACnB,WAAW,EACT,wEAAwE;IAC1E,WAAW,EAAE,kCAAiB;CACtB,CAAC;AAcJ,KAAK,UAAU,iBAAiB,CACrC,OAAuB,EACvB,IAAqB;IAErB,MAAM,OAAO,GAAG,IAAA,uCAAe,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAClD,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CACb,0CAA0C,IAAI,CAAC,WAAW,EAAE,CAC7D,CAAC;IACJ,CAAC;IAED,OAAO,IAAA,mCAAgB,EAAC,OAAO,EAAE;QAC/B,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,WAAW,EAAE,OAAO;QACpB,aAAa,EAAE,IAAI,CAAC,aAAa;QACjC,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,aAAa,EAAE,IAAI,CAAC,aAAa;KAClC,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HandlerContext } from '../../../lib/handlers/interfaces';
2
+ export declare const TOOL_DEFINITION: {
3
+ readonly name: "HandlerProfileList";
4
+ readonly description: "Compact runtime profiling list. Returns available profiler traces.";
5
+ readonly inputSchema: {
6
+ readonly type: "object";
7
+ readonly properties: {};
8
+ readonly required: readonly [];
9
+ };
10
+ };
11
+ export declare function handleHandlerProfileList(context: HandlerContext): Promise<{
12
+ isError: boolean;
13
+ content: {
14
+ type: string;
15
+ text: any;
16
+ }[];
17
+ }>;
18
+ //# sourceMappingURL=handleHandlerProfileList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerProfileList.d.ts","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerProfileList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,eAAO,MAAM,eAAe;;;;;;;;CAKlB,CAAC;AAEX,wBAAsB,wBAAwB,CAAC,OAAO,EAAE,cAAc;;;;;;GAErE"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TOOL_DEFINITION = void 0;
4
+ exports.handleHandlerProfileList = handleHandlerProfileList;
5
+ const handleRuntimeListProfilerTraceFiles_1 = require("../../system/readonly/handleRuntimeListProfilerTraceFiles");
6
+ const compactSchemas_1 = require("./compactSchemas");
7
+ exports.TOOL_DEFINITION = {
8
+ name: 'HandlerProfileList',
9
+ description: 'Compact runtime profiling list. Returns available profiler traces.',
10
+ inputSchema: compactSchemas_1.compactProfileListSchema,
11
+ };
12
+ async function handleHandlerProfileList(context) {
13
+ return (0, handleRuntimeListProfilerTraceFiles_1.handleRuntimeListProfilerTraceFiles)(context);
14
+ }
15
+ //# sourceMappingURL=handleHandlerProfileList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleHandlerProfileList.js","sourceRoot":"","sources":["../../../../src/handlers/compact/high/handleHandlerProfileList.ts"],"names":[],"mappings":";;;AAWA,4DAEC;AAZD,mHAAgH;AAChH,qDAA4D;AAE/C,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EACT,oEAAoE;IACtE,WAAW,EAAE,yCAAwB;CAC7B,CAAC;AAEJ,KAAK,UAAU,wBAAwB,CAAC,OAAuB;IACpE,OAAO,IAAA,yEAAmC,EAAC,OAAO,CAAC,CAAC;AACtD,CAAC"}