@nirvana-labs/nirvana-mcp 1.91.4 → 1.91.5

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
@@ -268,6 +268,18 @@ export const sdkMethods: SdkMethod[] = [
268
268
  httpMethod: 'patch',
269
269
  httpPath: '/v1/compute/vms/{vm_id}/availability',
270
270
  },
271
+ {
272
+ clientCallName: 'client.compute.vms.cost.create',
273
+ fullyQualifiedName: 'compute.vms.cost.create',
274
+ httpMethod: 'post',
275
+ httpPath: '/v1/compute/vms/cost',
276
+ },
277
+ {
278
+ clientCallName: 'client.compute.vms.cost.update',
279
+ fullyQualifiedName: 'compute.vms.cost.update',
280
+ httpMethod: 'patch',
281
+ httpPath: '/v1/compute/vms/{vm_id}/cost',
282
+ },
271
283
  {
272
284
  clientCallName: 'client.compute.vms.volumes.list',
273
285
  fullyQualifiedName: 'compute.vms.volumes.list',
@@ -334,6 +346,18 @@ export const sdkMethods: SdkMethod[] = [
334
346
  httpMethod: 'patch',
335
347
  httpPath: '/v1/compute/volumes/{volume_id}/availability',
336
348
  },
349
+ {
350
+ clientCallName: 'client.compute.volumes.cost.create',
351
+ fullyQualifiedName: 'compute.volumes.cost.create',
352
+ httpMethod: 'post',
353
+ httpPath: '/v1/compute/volumes/cost',
354
+ },
355
+ {
356
+ clientCallName: 'client.compute.volumes.cost.update',
357
+ fullyQualifiedName: 'compute.volumes.cost.update',
358
+ httpMethod: 'patch',
359
+ httpPath: '/v1/compute/volumes/{volume_id}/cost',
360
+ },
337
361
  {
338
362
  clientCallName: 'client.networking.vpcs.create',
339
363
  fullyQualifiedName: 'networking.vpcs.create',
@@ -376,6 +400,18 @@ export const sdkMethods: SdkMethod[] = [
376
400
  httpMethod: 'patch',
377
401
  httpPath: '/v1/networking/vpcs/{vpc_id}/availability',
378
402
  },
403
+ {
404
+ clientCallName: 'client.networking.vpcs.cost.create',
405
+ fullyQualifiedName: 'networking.vpcs.cost.create',
406
+ httpMethod: 'post',
407
+ httpPath: '/v1/networking/vpcs/cost',
408
+ },
409
+ {
410
+ clientCallName: 'client.networking.vpcs.cost.update',
411
+ fullyQualifiedName: 'networking.vpcs.cost.update',
412
+ httpMethod: 'patch',
413
+ httpPath: '/v1/networking/vpcs/{vpc_id}/cost',
414
+ },
379
415
  {
380
416
  clientCallName: 'client.networking.firewallRules.create',
381
417
  fullyQualifiedName: 'networking.firewallRules.create',
@@ -436,6 +472,18 @@ export const sdkMethods: SdkMethod[] = [
436
472
  httpMethod: 'get',
437
473
  httpPath: '/v1/networking/connect/connections',
438
474
  },
475
+ {
476
+ clientCallName: 'client.networking.connect.connections.cost.create',
477
+ fullyQualifiedName: 'networking.connect.connections.cost.create',
478
+ httpMethod: 'post',
479
+ httpPath: '/v1/networking/connect/connections/cost',
480
+ },
481
+ {
482
+ clientCallName: 'client.networking.connect.connections.cost.update',
483
+ fullyQualifiedName: 'networking.connect.connections.cost.update',
484
+ httpMethod: 'patch',
485
+ httpPath: '/v1/networking/connect/connections/{connection_id}/cost',
486
+ },
439
487
  {
440
488
  clientCallName: 'client.networking.connect.routes.list',
441
489
  fullyQualifiedName: 'networking.connect.routes.list',
@@ -544,6 +592,18 @@ export const sdkMethods: SdkMethod[] = [
544
592
  httpMethod: 'patch',
545
593
  httpPath: '/v1/nks/clusters/{cluster_id}/availability',
546
594
  },
595
+ {
596
+ clientCallName: 'client.nks.clusters.cost.create',
597
+ fullyQualifiedName: 'nks.clusters.cost.create',
598
+ httpMethod: 'post',
599
+ httpPath: '/v1/nks/clusters/cost',
600
+ },
601
+ {
602
+ clientCallName: 'client.nks.clusters.cost.update',
603
+ fullyQualifiedName: 'nks.clusters.cost.update',
604
+ httpMethod: 'patch',
605
+ httpPath: '/v1/nks/clusters/{cluster_id}/cost',
606
+ },
547
607
  {
548
608
  clientCallName: 'client.nks.clusters.persistentVolumeClaims.get',
549
609
  fullyQualifiedName: 'nks.clusters.persistentVolumeClaims.get',
@@ -646,6 +706,18 @@ export const sdkMethods: SdkMethod[] = [
646
706
  httpMethod: 'patch',
647
707
  httpPath: '/v1/nks/clusters/{cluster_id}/pools/{pool_id}/availability',
648
708
  },
709
+ {
710
+ clientCallName: 'client.nks.clusters.pools.cost.create',
711
+ fullyQualifiedName: 'nks.clusters.pools.cost.create',
712
+ httpMethod: 'post',
713
+ httpPath: '/v1/nks/clusters/{cluster_id}/pools/cost',
714
+ },
715
+ {
716
+ clientCallName: 'client.nks.clusters.pools.cost.update',
717
+ fullyQualifiedName: 'nks.clusters.pools.cost.update',
718
+ httpMethod: 'patch',
719
+ httpPath: '/v1/nks/clusters/{cluster_id}/pools/{pool_id}/cost',
720
+ },
649
721
  {
650
722
  clientCallName: 'client.nks.clusters.pools.nodes.get',
651
723
  fullyQualifiedName: 'nks.clusters.pools.nodes.get',
package/src/server.ts CHANGED
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
28
28
  new McpServer(
29
29
  {
30
30
  name: 'nirvana_labs_nirvana_api',
31
- version: '1.91.3',
31
+ version: '1.91.4',
32
32
  },
33
33
  {
34
34
  instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),