@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/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.events.credits.getAutoRecharge',
261
- fullyQualifiedName: 'v1.events.credits.getAutoRecharge',
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.events.credits.getUsage',
267
- fullyQualifiedName: 'v1.events.credits.getUsage',
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.events.credits.listLedger',
273
- fullyQualifiedName: 'v1.events.credits.listLedger',
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.events.credits.grants.create',
279
- fullyQualifiedName: 'v1.events.credits.grants.create',
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.events.credits.grants.list',
285
- fullyQualifiedName: 'v1.events.credits.grants.list',
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.events.credits.grants.void',
291
- fullyQualifiedName: 'v1.events.credits.grants.void',
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.events.credits.customCurrencies.create',
297
- fullyQualifiedName: 'v1.events.credits.customCurrencies.create',
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.events.credits.customCurrencies.update',
303
- fullyQualifiedName: 'v1.events.credits.customCurrencies.update',
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.events.credits.customCurrencies.list',
309
- fullyQualifiedName: 'v1.events.credits.customCurrencies.list',
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.events.credits.customCurrencies.archive',
315
- fullyQualifiedName: 'v1.events.credits.customCurrencies.archive',
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.events.credits.customCurrencies.listAssociatedEntities',
321
- fullyQualifiedName: 'v1.events.credits.customCurrencies.listAssociatedEntities',
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.events.credits.customCurrencies.unarchive',
327
- fullyQualifiedName: 'v1.events.credits.customCurrencies.unarchive',
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
@@ -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.3',
32
32
  },
33
33
  {
34
34
  instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),