@stigg/typescript-mcp 0.1.0-beta.1 → 0.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/code-tool-worker.js +12 -12
- package/code-tool-worker.js.map +1 -1
- package/code-tool-worker.mjs +12 -12
- package/code-tool-worker.mjs.map +1 -1
- package/local-docs-search.d.mts.map +1 -1
- package/local-docs-search.d.ts.map +1 -1
- package/local-docs-search.js +221 -221
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +221 -221
- package/local-docs-search.mjs.map +1 -1
- package/methods.js +28 -28
- package/methods.js.map +1 -1
- package/methods.mjs +28 -28
- package/methods.mjs.map +1 -1
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/code-tool-worker.ts +12 -12
- package/src/local-docs-search.ts +232 -235
- package/src/methods.ts +28 -28
- package/src/server.ts +1 -1
package/src/methods.ts
CHANGED
|
@@ -257,77 +257,77 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
257
257
|
httpPath: '/api/v1/events',
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
clientCallName: 'client.v1.
|
|
261
|
-
fullyQualifiedName: 'v1.
|
|
262
|
-
httpMethod: 'get',
|
|
263
|
-
httpPath: '/api/v1/credits/auto-recharge',
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
clientCallName: 'client.v1.events.credits.getUsage',
|
|
267
|
-
fullyQualifiedName: 'v1.events.credits.getUsage',
|
|
260
|
+
clientCallName: 'client.v1.credits.getUsage',
|
|
261
|
+
fullyQualifiedName: 'v1.credits.getUsage',
|
|
268
262
|
httpMethod: 'get',
|
|
269
263
|
httpPath: '/api/v1/credits/usage',
|
|
270
264
|
},
|
|
271
265
|
{
|
|
272
|
-
clientCallName: 'client.v1.
|
|
273
|
-
fullyQualifiedName: 'v1.
|
|
266
|
+
clientCallName: 'client.v1.credits.listLedger',
|
|
267
|
+
fullyQualifiedName: 'v1.credits.listLedger',
|
|
274
268
|
httpMethod: 'get',
|
|
275
269
|
httpPath: '/api/v1/credits/ledger',
|
|
276
270
|
},
|
|
277
271
|
{
|
|
278
|
-
clientCallName: 'client.v1.
|
|
279
|
-
fullyQualifiedName: 'v1.
|
|
272
|
+
clientCallName: 'client.v1.credits.grants.create',
|
|
273
|
+
fullyQualifiedName: 'v1.credits.grants.create',
|
|
280
274
|
httpMethod: 'post',
|
|
281
275
|
httpPath: '/api/v1/credits/grants',
|
|
282
276
|
},
|
|
283
277
|
{
|
|
284
|
-
clientCallName: 'client.v1.
|
|
285
|
-
fullyQualifiedName: 'v1.
|
|
278
|
+
clientCallName: 'client.v1.credits.grants.list',
|
|
279
|
+
fullyQualifiedName: 'v1.credits.grants.list',
|
|
286
280
|
httpMethod: 'get',
|
|
287
281
|
httpPath: '/api/v1/credits/grants',
|
|
288
282
|
},
|
|
289
283
|
{
|
|
290
|
-
clientCallName: 'client.v1.
|
|
291
|
-
fullyQualifiedName: 'v1.
|
|
284
|
+
clientCallName: 'client.v1.credits.grants.void',
|
|
285
|
+
fullyQualifiedName: 'v1.credits.grants.void',
|
|
292
286
|
httpMethod: 'post',
|
|
293
287
|
httpPath: '/api/v1/credits/grants/{id}/void',
|
|
294
288
|
},
|
|
295
289
|
{
|
|
296
|
-
clientCallName: 'client.v1.
|
|
297
|
-
fullyQualifiedName: 'v1.
|
|
290
|
+
clientCallName: 'client.v1.credits.customCurrencies.create',
|
|
291
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.create',
|
|
298
292
|
httpMethod: 'post',
|
|
299
293
|
httpPath: '/api/v1/credits/custom-currencies',
|
|
300
294
|
},
|
|
301
295
|
{
|
|
302
|
-
clientCallName: 'client.v1.
|
|
303
|
-
fullyQualifiedName: 'v1.
|
|
296
|
+
clientCallName: 'client.v1.credits.customCurrencies.update',
|
|
297
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.update',
|
|
304
298
|
httpMethod: 'patch',
|
|
305
299
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}',
|
|
306
300
|
},
|
|
307
301
|
{
|
|
308
|
-
clientCallName: 'client.v1.
|
|
309
|
-
fullyQualifiedName: 'v1.
|
|
302
|
+
clientCallName: 'client.v1.credits.customCurrencies.list',
|
|
303
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.list',
|
|
310
304
|
httpMethod: 'get',
|
|
311
305
|
httpPath: '/api/v1/credits/custom-currencies',
|
|
312
306
|
},
|
|
313
307
|
{
|
|
314
|
-
clientCallName: 'client.v1.
|
|
315
|
-
fullyQualifiedName: 'v1.
|
|
308
|
+
clientCallName: 'client.v1.credits.customCurrencies.archive',
|
|
309
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.archive',
|
|
316
310
|
httpMethod: 'post',
|
|
317
311
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/archive',
|
|
318
312
|
},
|
|
319
313
|
{
|
|
320
|
-
clientCallName: 'client.v1.
|
|
321
|
-
fullyQualifiedName: 'v1.
|
|
314
|
+
clientCallName: 'client.v1.credits.customCurrencies.listAssociatedEntities',
|
|
315
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.listAssociatedEntities',
|
|
322
316
|
httpMethod: 'get',
|
|
323
317
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/associated-entities',
|
|
324
318
|
},
|
|
325
319
|
{
|
|
326
|
-
clientCallName: 'client.v1.
|
|
327
|
-
fullyQualifiedName: 'v1.
|
|
320
|
+
clientCallName: 'client.v1.credits.customCurrencies.unarchive',
|
|
321
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.unarchive',
|
|
328
322
|
httpMethod: 'post',
|
|
329
323
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/unarchive',
|
|
330
324
|
},
|
|
325
|
+
{
|
|
326
|
+
clientCallName: 'client.v1.credits.autoRecharge.getAutoRecharge',
|
|
327
|
+
fullyQualifiedName: 'v1.credits.autoRecharge.getAutoRecharge',
|
|
328
|
+
httpMethod: 'get',
|
|
329
|
+
httpPath: '/api/v1/credits/auto-recharge',
|
|
330
|
+
},
|
|
331
331
|
{
|
|
332
332
|
clientCallName: 'client.v1.features.archiveFeature',
|
|
333
333
|
fullyQualifiedName: 'v1.features.archiveFeature',
|
package/src/server.ts
CHANGED