@cloudcart/dev-mcp 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/data/admin.json +513 -0
  2. package/package.json +1 -1
package/data/admin.json CHANGED
@@ -12812,6 +12812,107 @@
12812
12812
  "isDeprecated": false,
12813
12813
  "deprecationReason": null
12814
12814
  },
12815
+ {
12816
+ "name": "nitroStorefronts",
12817
+ "description": "List all Nitro storefronts for the current store.",
12818
+ "args": [
12819
+ {
12820
+ "name": "first",
12821
+ "description": null,
12822
+ "type": {
12823
+ "kind": "SCALAR",
12824
+ "name": "Int",
12825
+ "ofType": null
12826
+ },
12827
+ "defaultValue": "25"
12828
+ },
12829
+ {
12830
+ "name": "after",
12831
+ "description": null,
12832
+ "type": {
12833
+ "kind": "SCALAR",
12834
+ "name": "String",
12835
+ "ofType": null
12836
+ },
12837
+ "defaultValue": null
12838
+ },
12839
+ {
12840
+ "name": "query",
12841
+ "description": null,
12842
+ "type": {
12843
+ "kind": "SCALAR",
12844
+ "name": "String",
12845
+ "ofType": null
12846
+ },
12847
+ "defaultValue": null
12848
+ }
12849
+ ],
12850
+ "type": {
12851
+ "kind": "NON_NULL",
12852
+ "name": null,
12853
+ "ofType": {
12854
+ "kind": "OBJECT",
12855
+ "name": "NitroStorefrontConnection",
12856
+ "ofType": null
12857
+ }
12858
+ },
12859
+ "isDeprecated": false,
12860
+ "deprecationReason": null
12861
+ },
12862
+ {
12863
+ "name": "nitroStorefront",
12864
+ "description": "Get a Nitro storefront by ID.",
12865
+ "args": [
12866
+ {
12867
+ "name": "id",
12868
+ "description": null,
12869
+ "type": {
12870
+ "kind": "NON_NULL",
12871
+ "name": null,
12872
+ "ofType": {
12873
+ "kind": "SCALAR",
12874
+ "name": "ID",
12875
+ "ofType": null
12876
+ }
12877
+ },
12878
+ "defaultValue": null
12879
+ }
12880
+ ],
12881
+ "type": {
12882
+ "kind": "OBJECT",
12883
+ "name": "NitroStorefront",
12884
+ "ofType": null
12885
+ },
12886
+ "isDeprecated": false,
12887
+ "deprecationReason": null
12888
+ },
12889
+ {
12890
+ "name": "nitroStorefrontByName",
12891
+ "description": "Find a Nitro storefront by name.",
12892
+ "args": [
12893
+ {
12894
+ "name": "name",
12895
+ "description": null,
12896
+ "type": {
12897
+ "kind": "NON_NULL",
12898
+ "name": null,
12899
+ "ofType": {
12900
+ "kind": "SCALAR",
12901
+ "name": "String",
12902
+ "ofType": null
12903
+ }
12904
+ },
12905
+ "defaultValue": null
12906
+ }
12907
+ ],
12908
+ "type": {
12909
+ "kind": "OBJECT",
12910
+ "name": "NitroStorefront",
12911
+ "ofType": null
12912
+ },
12913
+ "isDeprecated": false,
12914
+ "deprecationReason": null
12915
+ },
12815
12916
  {
12816
12917
  "name": "orders",
12817
12918
  "description": "Get a paginated list of orders with comprehensive filtering.\nSupports all filters available in the admin panel.",
@@ -106981,6 +107082,418 @@
106981
107082
  "enumValues": null,
106982
107083
  "possibleTypes": null
106983
107084
  },
107085
+ {
107086
+ "kind": "OBJECT",
107087
+ "name": "NitroStorefront",
107088
+ "description": "A Nitro headless storefront.",
107089
+ "fields": [
107090
+ {
107091
+ "name": "id",
107092
+ "description": null,
107093
+ "args": [],
107094
+ "type": {
107095
+ "kind": "NON_NULL",
107096
+ "name": null,
107097
+ "ofType": {
107098
+ "kind": "SCALAR",
107099
+ "name": "ID",
107100
+ "ofType": null
107101
+ }
107102
+ },
107103
+ "isDeprecated": false,
107104
+ "deprecationReason": null
107105
+ },
107106
+ {
107107
+ "name": "name",
107108
+ "description": null,
107109
+ "args": [],
107110
+ "type": {
107111
+ "kind": "NON_NULL",
107112
+ "name": null,
107113
+ "ofType": {
107114
+ "kind": "SCALAR",
107115
+ "name": "String",
107116
+ "ofType": null
107117
+ }
107118
+ },
107119
+ "isDeprecated": false,
107120
+ "deprecationReason": null
107121
+ },
107122
+ {
107123
+ "name": "handle",
107124
+ "description": null,
107125
+ "args": [],
107126
+ "type": {
107127
+ "kind": "NON_NULL",
107128
+ "name": null,
107129
+ "ofType": {
107130
+ "kind": "SCALAR",
107131
+ "name": "String",
107132
+ "ofType": null
107133
+ }
107134
+ },
107135
+ "isDeprecated": false,
107136
+ "deprecationReason": null
107137
+ },
107138
+ {
107139
+ "name": "status",
107140
+ "description": null,
107141
+ "args": [],
107142
+ "type": {
107143
+ "kind": "NON_NULL",
107144
+ "name": null,
107145
+ "ofType": {
107146
+ "kind": "SCALAR",
107147
+ "name": "String",
107148
+ "ofType": null
107149
+ }
107150
+ },
107151
+ "isDeprecated": false,
107152
+ "deprecationReason": null
107153
+ },
107154
+ {
107155
+ "name": "novaHostname",
107156
+ "description": null,
107157
+ "args": [],
107158
+ "type": {
107159
+ "kind": "SCALAR",
107160
+ "name": "String",
107161
+ "ofType": null
107162
+ },
107163
+ "isDeprecated": false,
107164
+ "deprecationReason": null
107165
+ },
107166
+ {
107167
+ "name": "publicToken",
107168
+ "description": null,
107169
+ "args": [],
107170
+ "type": {
107171
+ "kind": "SCALAR",
107172
+ "name": "String",
107173
+ "ofType": null
107174
+ },
107175
+ "isDeprecated": false,
107176
+ "deprecationReason": null
107177
+ },
107178
+ {
107179
+ "name": "maskedPrivateToken",
107180
+ "description": null,
107181
+ "args": [],
107182
+ "type": {
107183
+ "kind": "SCALAR",
107184
+ "name": "String",
107185
+ "ofType": null
107186
+ },
107187
+ "isDeprecated": false,
107188
+ "deprecationReason": null
107189
+ },
107190
+ {
107191
+ "name": "deploymentMethod",
107192
+ "description": null,
107193
+ "args": [],
107194
+ "type": {
107195
+ "kind": "SCALAR",
107196
+ "name": "String",
107197
+ "ofType": null
107198
+ },
107199
+ "isDeprecated": false,
107200
+ "deprecationReason": null
107201
+ },
107202
+ {
107203
+ "name": "repository",
107204
+ "description": null,
107205
+ "args": [],
107206
+ "type": {
107207
+ "kind": "SCALAR",
107208
+ "name": "String",
107209
+ "ofType": null
107210
+ },
107211
+ "isDeprecated": false,
107212
+ "deprecationReason": null
107213
+ },
107214
+ {
107215
+ "name": "defaultBranch",
107216
+ "description": null,
107217
+ "args": [],
107218
+ "type": {
107219
+ "kind": "SCALAR",
107220
+ "name": "String",
107221
+ "ofType": null
107222
+ },
107223
+ "isDeprecated": false,
107224
+ "deprecationReason": null
107225
+ },
107226
+ {
107227
+ "name": "storefrontScopes",
107228
+ "description": null,
107229
+ "args": [],
107230
+ "type": {
107231
+ "kind": "LIST",
107232
+ "name": null,
107233
+ "ofType": {
107234
+ "kind": "NON_NULL",
107235
+ "name": null,
107236
+ "ofType": {
107237
+ "kind": "SCALAR",
107238
+ "name": "String",
107239
+ "ofType": null
107240
+ }
107241
+ }
107242
+ },
107243
+ "isDeprecated": false,
107244
+ "deprecationReason": null
107245
+ },
107246
+ {
107247
+ "name": "environmentVariables",
107248
+ "description": null,
107249
+ "args": [],
107250
+ "type": {
107251
+ "kind": "LIST",
107252
+ "name": null,
107253
+ "ofType": {
107254
+ "kind": "NON_NULL",
107255
+ "name": null,
107256
+ "ofType": {
107257
+ "kind": "OBJECT",
107258
+ "name": "NitroEnvironmentVariable",
107259
+ "ofType": null
107260
+ }
107261
+ }
107262
+ },
107263
+ "isDeprecated": false,
107264
+ "deprecationReason": null
107265
+ },
107266
+ {
107267
+ "name": "createdAt",
107268
+ "description": null,
107269
+ "args": [],
107270
+ "type": {
107271
+ "kind": "SCALAR",
107272
+ "name": "DateTime",
107273
+ "ofType": null
107274
+ },
107275
+ "isDeprecated": false,
107276
+ "deprecationReason": null
107277
+ },
107278
+ {
107279
+ "name": "updatedAt",
107280
+ "description": null,
107281
+ "args": [],
107282
+ "type": {
107283
+ "kind": "SCALAR",
107284
+ "name": "DateTime",
107285
+ "ofType": null
107286
+ },
107287
+ "isDeprecated": false,
107288
+ "deprecationReason": null
107289
+ }
107290
+ ],
107291
+ "inputFields": null,
107292
+ "interfaces": [],
107293
+ "enumValues": null,
107294
+ "possibleTypes": null
107295
+ },
107296
+ {
107297
+ "kind": "OBJECT",
107298
+ "name": "NitroEnvironmentVariable",
107299
+ "description": "An environment variable for a Nitro storefront.",
107300
+ "fields": [
107301
+ {
107302
+ "name": "id",
107303
+ "description": null,
107304
+ "args": [],
107305
+ "type": {
107306
+ "kind": "NON_NULL",
107307
+ "name": null,
107308
+ "ofType": {
107309
+ "kind": "SCALAR",
107310
+ "name": "ID",
107311
+ "ofType": null
107312
+ }
107313
+ },
107314
+ "isDeprecated": false,
107315
+ "deprecationReason": null
107316
+ },
107317
+ {
107318
+ "name": "key",
107319
+ "description": null,
107320
+ "args": [],
107321
+ "type": {
107322
+ "kind": "NON_NULL",
107323
+ "name": null,
107324
+ "ofType": {
107325
+ "kind": "SCALAR",
107326
+ "name": "String",
107327
+ "ofType": null
107328
+ }
107329
+ },
107330
+ "isDeprecated": false,
107331
+ "deprecationReason": null
107332
+ },
107333
+ {
107334
+ "name": "value",
107335
+ "description": null,
107336
+ "args": [],
107337
+ "type": {
107338
+ "kind": "NON_NULL",
107339
+ "name": null,
107340
+ "ofType": {
107341
+ "kind": "SCALAR",
107342
+ "name": "String",
107343
+ "ofType": null
107344
+ }
107345
+ },
107346
+ "isDeprecated": false,
107347
+ "deprecationReason": null
107348
+ },
107349
+ {
107350
+ "name": "environment",
107351
+ "description": null,
107352
+ "args": [],
107353
+ "type": {
107354
+ "kind": "NON_NULL",
107355
+ "name": null,
107356
+ "ofType": {
107357
+ "kind": "SCALAR",
107358
+ "name": "String",
107359
+ "ofType": null
107360
+ }
107361
+ },
107362
+ "isDeprecated": false,
107363
+ "deprecationReason": null
107364
+ },
107365
+ {
107366
+ "name": "isSecret",
107367
+ "description": null,
107368
+ "args": [],
107369
+ "type": {
107370
+ "kind": "NON_NULL",
107371
+ "name": null,
107372
+ "ofType": {
107373
+ "kind": "SCALAR",
107374
+ "name": "Boolean",
107375
+ "ofType": null
107376
+ }
107377
+ },
107378
+ "isDeprecated": false,
107379
+ "deprecationReason": null
107380
+ },
107381
+ {
107382
+ "name": "isSystem",
107383
+ "description": null,
107384
+ "args": [],
107385
+ "type": {
107386
+ "kind": "NON_NULL",
107387
+ "name": null,
107388
+ "ofType": {
107389
+ "kind": "SCALAR",
107390
+ "name": "Boolean",
107391
+ "ofType": null
107392
+ }
107393
+ },
107394
+ "isDeprecated": false,
107395
+ "deprecationReason": null
107396
+ }
107397
+ ],
107398
+ "inputFields": null,
107399
+ "interfaces": [],
107400
+ "enumValues": null,
107401
+ "possibleTypes": null
107402
+ },
107403
+ {
107404
+ "kind": "OBJECT",
107405
+ "name": "NitroStorefrontConnection",
107406
+ "description": "Paginated Nitro storefronts.",
107407
+ "fields": [
107408
+ {
107409
+ "name": "edges",
107410
+ "description": null,
107411
+ "args": [],
107412
+ "type": {
107413
+ "kind": "NON_NULL",
107414
+ "name": null,
107415
+ "ofType": {
107416
+ "kind": "LIST",
107417
+ "name": null,
107418
+ "ofType": {
107419
+ "kind": "NON_NULL",
107420
+ "name": null,
107421
+ "ofType": {
107422
+ "kind": "OBJECT",
107423
+ "name": "NitroStorefrontEdge",
107424
+ "ofType": null
107425
+ }
107426
+ }
107427
+ }
107428
+ },
107429
+ "isDeprecated": false,
107430
+ "deprecationReason": null
107431
+ },
107432
+ {
107433
+ "name": "pageInfo",
107434
+ "description": null,
107435
+ "args": [],
107436
+ "type": {
107437
+ "kind": "NON_NULL",
107438
+ "name": null,
107439
+ "ofType": {
107440
+ "kind": "OBJECT",
107441
+ "name": "PageInfo",
107442
+ "ofType": null
107443
+ }
107444
+ },
107445
+ "isDeprecated": false,
107446
+ "deprecationReason": null
107447
+ }
107448
+ ],
107449
+ "inputFields": null,
107450
+ "interfaces": [],
107451
+ "enumValues": null,
107452
+ "possibleTypes": null
107453
+ },
107454
+ {
107455
+ "kind": "OBJECT",
107456
+ "name": "NitroStorefrontEdge",
107457
+ "description": null,
107458
+ "fields": [
107459
+ {
107460
+ "name": "node",
107461
+ "description": null,
107462
+ "args": [],
107463
+ "type": {
107464
+ "kind": "NON_NULL",
107465
+ "name": null,
107466
+ "ofType": {
107467
+ "kind": "OBJECT",
107468
+ "name": "NitroStorefront",
107469
+ "ofType": null
107470
+ }
107471
+ },
107472
+ "isDeprecated": false,
107473
+ "deprecationReason": null
107474
+ },
107475
+ {
107476
+ "name": "cursor",
107477
+ "description": null,
107478
+ "args": [],
107479
+ "type": {
107480
+ "kind": "NON_NULL",
107481
+ "name": null,
107482
+ "ofType": {
107483
+ "kind": "SCALAR",
107484
+ "name": "String",
107485
+ "ofType": null
107486
+ }
107487
+ },
107488
+ "isDeprecated": false,
107489
+ "deprecationReason": null
107490
+ }
107491
+ ],
107492
+ "inputFields": null,
107493
+ "interfaces": [],
107494
+ "enumValues": null,
107495
+ "possibleTypes": null
107496
+ },
106984
107497
  {
106985
107498
  "kind": "OBJECT",
106986
107499
  "name": "OrderConnection",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcart/dev-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for CloudCart GraphQL APIs — helps AI assistants write correct queries and mutations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",