@stigg/typescript-mcp 0.1.0-beta.1 → 0.1.0-beta.3
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 +195 -195
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +195 -195
- package/local-docs-search.mjs.map +1 -1
- package/methods.js +24 -24
- package/methods.js.map +1 -1
- package/methods.mjs +24 -24
- 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 +195 -198
- package/src/methods.ts +24 -24
- package/src/server.ts +1 -1
package/src/methods.ts
CHANGED
|
@@ -257,74 +257,74 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
257
257
|
httpPath: '/api/v1/events',
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
clientCallName: 'client.v1.
|
|
261
|
-
fullyQualifiedName: 'v1.
|
|
260
|
+
clientCallName: 'client.v1.credits.getAutoRecharge',
|
|
261
|
+
fullyQualifiedName: 'v1.credits.getAutoRecharge',
|
|
262
262
|
httpMethod: 'get',
|
|
263
263
|
httpPath: '/api/v1/credits/auto-recharge',
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
|
-
clientCallName: 'client.v1.
|
|
267
|
-
fullyQualifiedName: 'v1.
|
|
266
|
+
clientCallName: 'client.v1.credits.getUsage',
|
|
267
|
+
fullyQualifiedName: 'v1.credits.getUsage',
|
|
268
268
|
httpMethod: 'get',
|
|
269
269
|
httpPath: '/api/v1/credits/usage',
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
|
-
clientCallName: 'client.v1.
|
|
273
|
-
fullyQualifiedName: 'v1.
|
|
272
|
+
clientCallName: 'client.v1.credits.listLedger',
|
|
273
|
+
fullyQualifiedName: 'v1.credits.listLedger',
|
|
274
274
|
httpMethod: 'get',
|
|
275
275
|
httpPath: '/api/v1/credits/ledger',
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
|
-
clientCallName: 'client.v1.
|
|
279
|
-
fullyQualifiedName: 'v1.
|
|
278
|
+
clientCallName: 'client.v1.credits.grants.create',
|
|
279
|
+
fullyQualifiedName: 'v1.credits.grants.create',
|
|
280
280
|
httpMethod: 'post',
|
|
281
281
|
httpPath: '/api/v1/credits/grants',
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
clientCallName: 'client.v1.
|
|
285
|
-
fullyQualifiedName: 'v1.
|
|
284
|
+
clientCallName: 'client.v1.credits.grants.list',
|
|
285
|
+
fullyQualifiedName: 'v1.credits.grants.list',
|
|
286
286
|
httpMethod: 'get',
|
|
287
287
|
httpPath: '/api/v1/credits/grants',
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
|
-
clientCallName: 'client.v1.
|
|
291
|
-
fullyQualifiedName: 'v1.
|
|
290
|
+
clientCallName: 'client.v1.credits.grants.void',
|
|
291
|
+
fullyQualifiedName: 'v1.credits.grants.void',
|
|
292
292
|
httpMethod: 'post',
|
|
293
293
|
httpPath: '/api/v1/credits/grants/{id}/void',
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
clientCallName: 'client.v1.
|
|
297
|
-
fullyQualifiedName: 'v1.
|
|
296
|
+
clientCallName: 'client.v1.credits.customCurrencies.create',
|
|
297
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.create',
|
|
298
298
|
httpMethod: 'post',
|
|
299
299
|
httpPath: '/api/v1/credits/custom-currencies',
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
clientCallName: 'client.v1.
|
|
303
|
-
fullyQualifiedName: 'v1.
|
|
302
|
+
clientCallName: 'client.v1.credits.customCurrencies.update',
|
|
303
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.update',
|
|
304
304
|
httpMethod: 'patch',
|
|
305
305
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}',
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
|
-
clientCallName: 'client.v1.
|
|
309
|
-
fullyQualifiedName: 'v1.
|
|
308
|
+
clientCallName: 'client.v1.credits.customCurrencies.list',
|
|
309
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.list',
|
|
310
310
|
httpMethod: 'get',
|
|
311
311
|
httpPath: '/api/v1/credits/custom-currencies',
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
|
-
clientCallName: 'client.v1.
|
|
315
|
-
fullyQualifiedName: 'v1.
|
|
314
|
+
clientCallName: 'client.v1.credits.customCurrencies.archive',
|
|
315
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.archive',
|
|
316
316
|
httpMethod: 'post',
|
|
317
317
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/archive',
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
|
-
clientCallName: 'client.v1.
|
|
321
|
-
fullyQualifiedName: 'v1.
|
|
320
|
+
clientCallName: 'client.v1.credits.customCurrencies.listAssociatedEntities',
|
|
321
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.listAssociatedEntities',
|
|
322
322
|
httpMethod: 'get',
|
|
323
323
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/associated-entities',
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
clientCallName: 'client.v1.
|
|
327
|
-
fullyQualifiedName: 'v1.
|
|
326
|
+
clientCallName: 'client.v1.credits.customCurrencies.unarchive',
|
|
327
|
+
fullyQualifiedName: 'v1.credits.customCurrencies.unarchive',
|
|
328
328
|
httpMethod: 'post',
|
|
329
329
|
httpPath: '/api/v1/credits/custom-currencies/{currencyId}/unarchive',
|
|
330
330
|
},
|
package/src/server.ts
CHANGED