@stigg/typescript-mcp 0.1.0-beta.21 → 0.1.0-beta.22
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 +10 -10
- package/code-tool-worker.js.map +1 -1
- package/code-tool-worker.mjs +10 -10
- 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 +1903 -1893
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +1903 -1893
- package/local-docs-search.mjs.map +1 -1
- package/methods.js +60 -60
- package/methods.js.map +1 -1
- package/methods.mjs +60 -60
- 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 +10 -10
- package/src/local-docs-search.ts +1952 -1943
- package/src/methods.ts +60 -60
- package/src/server.ts +1 -1
package/src/methods.ts
CHANGED
|
@@ -256,66 +256,6 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
256
256
|
httpMethod: 'post',
|
|
257
257
|
httpPath: '/api/v1/events',
|
|
258
258
|
},
|
|
259
|
-
{
|
|
260
|
-
clientCallName: 'client.v1.events.beta.customers.entitlements.check',
|
|
261
|
-
fullyQualifiedName: 'v1.events.beta.customers.entitlements.check',
|
|
262
|
-
httpMethod: 'get',
|
|
263
|
-
httpPath: '/api/v1-beta/customers/{id}/entitlements/check',
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
clientCallName: 'client.v1.events.beta.customers.entities.retrieve',
|
|
267
|
-
fullyQualifiedName: 'v1.events.beta.customers.entities.retrieve',
|
|
268
|
-
httpMethod: 'get',
|
|
269
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/{entityId}',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
clientCallName: 'client.v1.events.beta.customers.entities.list',
|
|
273
|
-
fullyQualifiedName: 'v1.events.beta.customers.entities.list',
|
|
274
|
-
httpMethod: 'get',
|
|
275
|
-
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
clientCallName: 'client.v1.events.beta.customers.entities.archive',
|
|
279
|
-
fullyQualifiedName: 'v1.events.beta.customers.entities.archive',
|
|
280
|
-
httpMethod: 'post',
|
|
281
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/archive',
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
clientCallName: 'client.v1.events.beta.customers.entities.unarchive',
|
|
285
|
-
fullyQualifiedName: 'v1.events.beta.customers.entities.unarchive',
|
|
286
|
-
httpMethod: 'post',
|
|
287
|
-
httpPath: '/api/v1-beta/customers/{id}/entities/unarchive',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
clientCallName: 'client.v1.events.beta.customers.entities.upsert',
|
|
291
|
-
fullyQualifiedName: 'v1.events.beta.customers.entities.upsert',
|
|
292
|
-
httpMethod: 'put',
|
|
293
|
-
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
clientCallName: 'client.v1.events.beta.customers.assignments.list',
|
|
297
|
-
fullyQualifiedName: 'v1.events.beta.customers.assignments.list',
|
|
298
|
-
httpMethod: 'get',
|
|
299
|
-
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
clientCallName: 'client.v1.events.beta.customers.assignments.upsert',
|
|
303
|
-
fullyQualifiedName: 'v1.events.beta.customers.assignments.upsert',
|
|
304
|
-
httpMethod: 'put',
|
|
305
|
-
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
clientCallName: 'client.v1.events.beta.entityTypes.list',
|
|
309
|
-
fullyQualifiedName: 'v1.events.beta.entityTypes.list',
|
|
310
|
-
httpMethod: 'get',
|
|
311
|
-
httpPath: '/api/v1-beta/entity-types',
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
clientCallName: 'client.v1.events.beta.entityTypes.upsert',
|
|
315
|
-
fullyQualifiedName: 'v1.events.beta.entityTypes.upsert',
|
|
316
|
-
httpMethod: 'put',
|
|
317
|
-
httpPath: '/api/v1-beta/entity-types',
|
|
318
|
-
},
|
|
319
259
|
{
|
|
320
260
|
clientCallName: 'client.v1.events.dataExport.mintScopedToken',
|
|
321
261
|
fullyQualifiedName: 'v1.events.dataExport.mintScopedToken',
|
|
@@ -658,6 +598,66 @@ export const sdkMethods: SdkMethod[] = [
|
|
|
658
598
|
httpMethod: 'patch',
|
|
659
599
|
httpPath: '/api/v1/products/{id}',
|
|
660
600
|
},
|
|
601
|
+
{
|
|
602
|
+
clientCallName: 'client.v1Beta.customers.entitlements.check',
|
|
603
|
+
fullyQualifiedName: 'v1Beta.customers.entitlements.check',
|
|
604
|
+
httpMethod: 'get',
|
|
605
|
+
httpPath: '/api/v1-beta/customers/{id}/entitlements/check',
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
clientCallName: 'client.v1Beta.customers.entities.retrieve',
|
|
609
|
+
fullyQualifiedName: 'v1Beta.customers.entities.retrieve',
|
|
610
|
+
httpMethod: 'get',
|
|
611
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/{entityId}',
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
clientCallName: 'client.v1Beta.customers.entities.list',
|
|
615
|
+
fullyQualifiedName: 'v1Beta.customers.entities.list',
|
|
616
|
+
httpMethod: 'get',
|
|
617
|
+
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
clientCallName: 'client.v1Beta.customers.entities.archive',
|
|
621
|
+
fullyQualifiedName: 'v1Beta.customers.entities.archive',
|
|
622
|
+
httpMethod: 'post',
|
|
623
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/archive',
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
clientCallName: 'client.v1Beta.customers.entities.unarchive',
|
|
627
|
+
fullyQualifiedName: 'v1Beta.customers.entities.unarchive',
|
|
628
|
+
httpMethod: 'post',
|
|
629
|
+
httpPath: '/api/v1-beta/customers/{id}/entities/unarchive',
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
clientCallName: 'client.v1Beta.customers.entities.upsert',
|
|
633
|
+
fullyQualifiedName: 'v1Beta.customers.entities.upsert',
|
|
634
|
+
httpMethod: 'put',
|
|
635
|
+
httpPath: '/api/v1-beta/customers/{id}/entities',
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
clientCallName: 'client.v1Beta.customers.assignments.list',
|
|
639
|
+
fullyQualifiedName: 'v1Beta.customers.assignments.list',
|
|
640
|
+
httpMethod: 'get',
|
|
641
|
+
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
clientCallName: 'client.v1Beta.customers.assignments.upsert',
|
|
645
|
+
fullyQualifiedName: 'v1Beta.customers.assignments.upsert',
|
|
646
|
+
httpMethod: 'put',
|
|
647
|
+
httpPath: '/api/v1-beta/customers/{id}/assignments',
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
clientCallName: 'client.v1Beta.entityTypes.list',
|
|
651
|
+
fullyQualifiedName: 'v1Beta.entityTypes.list',
|
|
652
|
+
httpMethod: 'get',
|
|
653
|
+
httpPath: '/api/v1-beta/entity-types',
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
clientCallName: 'client.v1Beta.entityTypes.upsert',
|
|
657
|
+
fullyQualifiedName: 'v1Beta.entityTypes.upsert',
|
|
658
|
+
httpMethod: 'put',
|
|
659
|
+
httpPath: '/api/v1-beta/entity-types',
|
|
660
|
+
},
|
|
661
661
|
];
|
|
662
662
|
|
|
663
663
|
function allowedMethodsForCodeTool(options: McpOptions | undefined): SdkMethod[] | undefined {
|
package/src/server.ts
CHANGED