@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/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.events.credits.getAutoRecharge',
261
- fullyQualifiedName: 'v1.events.credits.getAutoRecharge',
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.events.credits.listLedger',
273
- fullyQualifiedName: 'v1.events.credits.listLedger',
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.events.credits.grants.create',
279
- fullyQualifiedName: 'v1.events.credits.grants.create',
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.events.credits.grants.list',
285
- fullyQualifiedName: 'v1.events.credits.grants.list',
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.events.credits.grants.void',
291
- fullyQualifiedName: 'v1.events.credits.grants.void',
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.events.credits.customCurrencies.create',
297
- fullyQualifiedName: 'v1.events.credits.customCurrencies.create',
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.events.credits.customCurrencies.update',
303
- fullyQualifiedName: 'v1.events.credits.customCurrencies.update',
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.events.credits.customCurrencies.list',
309
- fullyQualifiedName: 'v1.events.credits.customCurrencies.list',
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.events.credits.customCurrencies.archive',
315
- fullyQualifiedName: 'v1.events.credits.customCurrencies.archive',
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.events.credits.customCurrencies.listAssociatedEntities',
321
- fullyQualifiedName: 'v1.events.credits.customCurrencies.listAssociatedEntities',
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.events.credits.customCurrencies.unarchive',
327
- fullyQualifiedName: 'v1.events.credits.customCurrencies.unarchive',
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
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
28
28
  new McpServer(
29
29
  {
30
30
  name: 'stigg_typescript_api',
31
- version: '0.1.0-beta.1',
31
+ version: '0.1.0-beta.2',
32
32
  },
33
33
  {
34
34
  instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),