@kya-os/contracts 1.7.25 → 1.7.31
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/dist/agent-deployment-utils.d.ts +62 -0
- package/dist/agent-deployment-utils.js +92 -0
- package/dist/agent-deployment.d.ts +723 -0
- package/dist/agent-deployment.js +270 -0
- package/dist/agentshield-api/admin-schemas.d.ts +2 -2
- package/dist/agentshield-api/schemas.d.ts +413 -413
- package/dist/audit/index.d.ts +4 -4
- package/dist/cli.d.ts +42 -42
- package/dist/compute-binding.d.ts +48 -0
- package/dist/compute-binding.js +42 -0
- package/dist/compute.d.ts +443 -0
- package/dist/compute.js +190 -0
- package/dist/config/identity.d.ts +98 -98
- package/dist/consent/schemas.d.ts +118 -118
- package/dist/dashboard-config/schemas.d.ts +1241 -1241
- package/dist/delegation/constraints.d.ts +32 -32
- package/dist/delegation/schemas.d.ts +588 -588
- package/dist/deploy/schemas.d.ts +127 -127
- package/dist/deploy/schemas.js +1 -0
- package/dist/deploy/types.d.ts +1 -1
- package/dist/gateway/agents.d.ts +21 -0
- package/dist/gateway/agents.js +12 -0
- package/dist/gateway/cron.d.ts +33 -0
- package/dist/gateway/cron.js +16 -0
- package/dist/gateway/index.d.ts +20 -0
- package/dist/gateway/index.js +37 -0
- package/dist/gateway/sessions.d.ts +30 -0
- package/dist/gateway/sessions.js +15 -0
- package/dist/gateway/skills.d.ts +445 -0
- package/dist/gateway/skills.js +47 -0
- package/dist/gateway/usage.d.ts +43 -0
- package/dist/gateway/usage.js +18 -0
- package/dist/handshake.d.ts +56 -56
- package/dist/identity/schemas.d.ts +8 -8
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/molti/admin-ws.d.ts +60 -60
- package/dist/molti/schemas.d.ts +30 -30
- package/dist/pairing/index.d.ts +44 -0
- package/dist/pairing/index.js +11 -0
- package/dist/policy/schemas.d.ts +671 -671
- package/dist/proof/proof-record.d.ts +36 -36
- package/dist/proof/signing-spec.d.ts +8 -8
- package/dist/proof.d.ts +68 -68
- package/dist/registry.d.ts +42 -42
- package/dist/reputation/api.d.ts +150 -150
- package/dist/reputation/credentials.d.ts +12 -12
- package/dist/reputation/schemas.d.ts +48 -48
- package/dist/test.d.ts +22 -22
- package/dist/tlkrc/rotation.d.ts +12 -12
- package/dist/tool-protection/index.d.ts +20 -20
- package/dist/verifier.d.ts +21 -21
- package/dist/well-known/index.d.ts +68 -68
- package/package.json +25 -5
|
@@ -300,14 +300,14 @@ export declare const DIDDocumentSchema: z.ZodObject<{
|
|
|
300
300
|
type: string;
|
|
301
301
|
id: string;
|
|
302
302
|
controller: string;
|
|
303
|
-
publicKeyMultibase?: string | undefined;
|
|
304
303
|
publicKeyBase64?: string | undefined;
|
|
304
|
+
publicKeyMultibase?: string | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
type: string;
|
|
307
307
|
id: string;
|
|
308
308
|
controller: string;
|
|
309
|
-
publicKeyMultibase?: string | undefined;
|
|
310
309
|
publicKeyBase64?: string | undefined;
|
|
310
|
+
publicKeyMultibase?: string | undefined;
|
|
311
311
|
}>, "many">;
|
|
312
312
|
authentication: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
313
313
|
assertionMethod: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -328,40 +328,40 @@ export declare const DIDDocumentSchema: z.ZodObject<{
|
|
|
328
328
|
serviceEndpoint: string;
|
|
329
329
|
}>, "many">>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
+
'@context': string[];
|
|
331
332
|
id: string;
|
|
332
333
|
verificationMethod: {
|
|
333
334
|
type: string;
|
|
334
335
|
id: string;
|
|
335
336
|
controller: string;
|
|
336
|
-
publicKeyMultibase?: string | undefined;
|
|
337
337
|
publicKeyBase64?: string | undefined;
|
|
338
|
+
publicKeyMultibase?: string | undefined;
|
|
338
339
|
}[];
|
|
339
|
-
'@context': string[];
|
|
340
340
|
authentication?: string[] | undefined;
|
|
341
341
|
assertionMethod?: string[] | undefined;
|
|
342
|
-
keyAgreement?: string[] | undefined;
|
|
343
342
|
capabilityInvocation?: string[] | undefined;
|
|
344
343
|
capabilityDelegation?: string[] | undefined;
|
|
344
|
+
keyAgreement?: string[] | undefined;
|
|
345
345
|
service?: {
|
|
346
346
|
type: string;
|
|
347
347
|
id: string;
|
|
348
348
|
serviceEndpoint: string;
|
|
349
349
|
}[] | undefined;
|
|
350
350
|
}, {
|
|
351
|
+
'@context': string[];
|
|
351
352
|
id: string;
|
|
352
353
|
verificationMethod: {
|
|
353
354
|
type: string;
|
|
354
355
|
id: string;
|
|
355
356
|
controller: string;
|
|
356
|
-
publicKeyMultibase?: string | undefined;
|
|
357
357
|
publicKeyBase64?: string | undefined;
|
|
358
|
+
publicKeyMultibase?: string | undefined;
|
|
358
359
|
}[];
|
|
359
|
-
'@context': string[];
|
|
360
360
|
authentication?: string[] | undefined;
|
|
361
361
|
assertionMethod?: string[] | undefined;
|
|
362
|
-
keyAgreement?: string[] | undefined;
|
|
363
362
|
capabilityInvocation?: string[] | undefined;
|
|
364
363
|
capabilityDelegation?: string[] | undefined;
|
|
364
|
+
keyAgreement?: string[] | undefined;
|
|
365
365
|
service?: {
|
|
366
366
|
type: string;
|
|
367
367
|
id: string;
|
|
@@ -383,41 +383,41 @@ export declare const AgentDocumentSchema: z.ZodObject<{
|
|
|
383
383
|
version: z.ZodOptional<z.ZodString>;
|
|
384
384
|
description: z.ZodOptional<z.ZodString>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
|
+
serviceEndpoint?: string | undefined;
|
|
386
387
|
name?: string | undefined;
|
|
387
388
|
version?: string | undefined;
|
|
388
389
|
description?: string | undefined;
|
|
389
|
-
serviceEndpoint?: string | undefined;
|
|
390
390
|
}, {
|
|
391
|
+
serviceEndpoint?: string | undefined;
|
|
391
392
|
name?: string | undefined;
|
|
392
393
|
version?: string | undefined;
|
|
393
394
|
description?: string | undefined;
|
|
394
|
-
serviceEndpoint?: string | undefined;
|
|
395
395
|
}>>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
|
+
id: string;
|
|
397
398
|
capabilities: {
|
|
398
399
|
'mcp-i': ("handshake" | "signing" | "verification" | "delegation" | "proof-generation")[];
|
|
399
400
|
} & {
|
|
400
401
|
[k: string]: string[];
|
|
401
402
|
};
|
|
402
|
-
id: string;
|
|
403
403
|
metadata?: {
|
|
404
|
+
serviceEndpoint?: string | undefined;
|
|
404
405
|
name?: string | undefined;
|
|
405
406
|
version?: string | undefined;
|
|
406
407
|
description?: string | undefined;
|
|
407
|
-
serviceEndpoint?: string | undefined;
|
|
408
408
|
} | undefined;
|
|
409
409
|
}, {
|
|
410
|
+
id: string;
|
|
410
411
|
capabilities: {
|
|
411
412
|
'mcp-i': ("handshake" | "signing" | "verification" | "delegation" | "proof-generation")[];
|
|
412
413
|
} & {
|
|
413
414
|
[k: string]: string[];
|
|
414
415
|
};
|
|
415
|
-
id: string;
|
|
416
416
|
metadata?: {
|
|
417
|
+
serviceEndpoint?: string | undefined;
|
|
417
418
|
name?: string | undefined;
|
|
418
419
|
version?: string | undefined;
|
|
419
420
|
description?: string | undefined;
|
|
420
|
-
serviceEndpoint?: string | undefined;
|
|
421
421
|
} | undefined;
|
|
422
422
|
}>;
|
|
423
423
|
export declare const MCPIdentitySchema: z.ZodObject<{
|
|
@@ -428,18 +428,18 @@ export declare const MCPIdentitySchema: z.ZodObject<{
|
|
|
428
428
|
timestamp: z.ZodNumber;
|
|
429
429
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
|
+
serviceEndpoint: string;
|
|
431
432
|
did: string;
|
|
432
433
|
publicKey: string;
|
|
433
|
-
timestamp: number;
|
|
434
|
-
serviceEndpoint: string;
|
|
435
434
|
serviceName: string;
|
|
435
|
+
timestamp: number;
|
|
436
436
|
metadata?: Record<string, unknown> | undefined;
|
|
437
437
|
}, {
|
|
438
|
+
serviceEndpoint: string;
|
|
438
439
|
did: string;
|
|
439
440
|
publicKey: string;
|
|
440
|
-
timestamp: number;
|
|
441
|
-
serviceEndpoint: string;
|
|
442
441
|
serviceName: string;
|
|
442
|
+
timestamp: number;
|
|
443
443
|
metadata?: Record<string, unknown> | undefined;
|
|
444
444
|
}>;
|
|
445
445
|
/** SEP-1649 MCP Server Card Schema */
|
|
@@ -566,14 +566,14 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
567
|
name: string;
|
|
568
568
|
uri: string;
|
|
569
|
-
title?: string | undefined;
|
|
570
569
|
description?: string | undefined;
|
|
570
|
+
title?: string | undefined;
|
|
571
571
|
mimeType?: string | undefined;
|
|
572
572
|
}, {
|
|
573
573
|
name: string;
|
|
574
574
|
uri: string;
|
|
575
|
-
title?: string | undefined;
|
|
576
575
|
description?: string | undefined;
|
|
576
|
+
title?: string | undefined;
|
|
577
577
|
mimeType?: string | undefined;
|
|
578
578
|
}>, "many">]>>;
|
|
579
579
|
tools: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"dynamic">, z.ZodArray<z.ZodObject<{
|
|
@@ -583,13 +583,13 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
583
583
|
inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
584
584
|
}, "strip", z.ZodTypeAny, {
|
|
585
585
|
name: string;
|
|
586
|
-
title?: string | undefined;
|
|
587
586
|
description?: string | undefined;
|
|
587
|
+
title?: string | undefined;
|
|
588
588
|
inputSchema?: Record<string, unknown> | undefined;
|
|
589
589
|
}, {
|
|
590
590
|
name: string;
|
|
591
|
-
title?: string | undefined;
|
|
592
591
|
description?: string | undefined;
|
|
592
|
+
title?: string | undefined;
|
|
593
593
|
inputSchema?: Record<string, unknown> | undefined;
|
|
594
594
|
}>, "many">]>>;
|
|
595
595
|
prompts: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"dynamic">, z.ZodArray<z.ZodObject<{
|
|
@@ -602,30 +602,30 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
602
602
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
603
603
|
}, "strip", z.ZodTypeAny, {
|
|
604
604
|
name: string;
|
|
605
|
-
required?: boolean | undefined;
|
|
606
605
|
description?: string | undefined;
|
|
606
|
+
required?: boolean | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
name: string;
|
|
609
|
-
required?: boolean | undefined;
|
|
610
609
|
description?: string | undefined;
|
|
610
|
+
required?: boolean | undefined;
|
|
611
611
|
}>, "many">>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
613
|
name: string;
|
|
614
|
-
title?: string | undefined;
|
|
615
614
|
description?: string | undefined;
|
|
615
|
+
title?: string | undefined;
|
|
616
616
|
arguments?: {
|
|
617
617
|
name: string;
|
|
618
|
-
required?: boolean | undefined;
|
|
619
618
|
description?: string | undefined;
|
|
619
|
+
required?: boolean | undefined;
|
|
620
620
|
}[] | undefined;
|
|
621
621
|
}, {
|
|
622
622
|
name: string;
|
|
623
|
-
title?: string | undefined;
|
|
624
623
|
description?: string | undefined;
|
|
624
|
+
title?: string | undefined;
|
|
625
625
|
arguments?: {
|
|
626
626
|
name: string;
|
|
627
|
-
required?: boolean | undefined;
|
|
628
627
|
description?: string | undefined;
|
|
628
|
+
required?: boolean | undefined;
|
|
629
629
|
}[] | undefined;
|
|
630
630
|
}>, "many">]>>;
|
|
631
631
|
_meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -641,6 +641,10 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
641
641
|
type: "streamable-http" | "sse" | "stdio";
|
|
642
642
|
endpoint: string;
|
|
643
643
|
};
|
|
644
|
+
authentication?: {
|
|
645
|
+
required: boolean;
|
|
646
|
+
schemes: string[];
|
|
647
|
+
} | undefined;
|
|
644
648
|
capabilities?: {
|
|
645
649
|
tools?: {
|
|
646
650
|
listChanged?: boolean | undefined;
|
|
@@ -656,36 +660,31 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
656
660
|
completions?: Record<string, unknown> | undefined;
|
|
657
661
|
experimental?: Record<string, unknown> | undefined;
|
|
658
662
|
} | undefined;
|
|
663
|
+
description?: string | undefined;
|
|
659
664
|
$schema?: string | undefined;
|
|
665
|
+
iconUrl?: string | undefined;
|
|
666
|
+
documentationUrl?: string | undefined;
|
|
660
667
|
tools?: "dynamic" | {
|
|
661
668
|
name: string;
|
|
662
|
-
title?: string | undefined;
|
|
663
669
|
description?: string | undefined;
|
|
670
|
+
title?: string | undefined;
|
|
664
671
|
inputSchema?: Record<string, unknown> | undefined;
|
|
665
672
|
}[] | undefined;
|
|
666
|
-
description?: string | undefined;
|
|
667
|
-
authentication?: {
|
|
668
|
-
required: boolean;
|
|
669
|
-
schemes: string[];
|
|
670
|
-
} | undefined;
|
|
671
|
-
instructions?: string | undefined;
|
|
672
|
-
iconUrl?: string | undefined;
|
|
673
|
-
documentationUrl?: string | undefined;
|
|
674
673
|
prompts?: "dynamic" | {
|
|
675
674
|
name: string;
|
|
676
|
-
title?: string | undefined;
|
|
677
675
|
description?: string | undefined;
|
|
676
|
+
title?: string | undefined;
|
|
678
677
|
arguments?: {
|
|
679
678
|
name: string;
|
|
680
|
-
required?: boolean | undefined;
|
|
681
679
|
description?: string | undefined;
|
|
680
|
+
required?: boolean | undefined;
|
|
682
681
|
}[] | undefined;
|
|
683
682
|
}[] | undefined;
|
|
684
683
|
resources?: "dynamic" | {
|
|
685
684
|
name: string;
|
|
686
685
|
uri: string;
|
|
687
|
-
title?: string | undefined;
|
|
688
686
|
description?: string | undefined;
|
|
687
|
+
title?: string | undefined;
|
|
689
688
|
mimeType?: string | undefined;
|
|
690
689
|
}[] | undefined;
|
|
691
690
|
requires?: {
|
|
@@ -694,6 +693,7 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
694
693
|
roots?: Record<string, unknown> | undefined;
|
|
695
694
|
elicitation?: Record<string, unknown> | undefined;
|
|
696
695
|
} | undefined;
|
|
696
|
+
instructions?: string | undefined;
|
|
697
697
|
_meta?: Record<string, unknown> | undefined;
|
|
698
698
|
}, {
|
|
699
699
|
version: string;
|
|
@@ -707,6 +707,10 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
707
707
|
type: "streamable-http" | "sse" | "stdio";
|
|
708
708
|
endpoint: string;
|
|
709
709
|
};
|
|
710
|
+
authentication?: {
|
|
711
|
+
required: boolean;
|
|
712
|
+
schemes: string[];
|
|
713
|
+
} | undefined;
|
|
710
714
|
capabilities?: {
|
|
711
715
|
tools?: {
|
|
712
716
|
listChanged?: boolean | undefined;
|
|
@@ -722,36 +726,31 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
722
726
|
completions?: Record<string, unknown> | undefined;
|
|
723
727
|
experimental?: Record<string, unknown> | undefined;
|
|
724
728
|
} | undefined;
|
|
729
|
+
description?: string | undefined;
|
|
725
730
|
$schema?: string | undefined;
|
|
731
|
+
iconUrl?: string | undefined;
|
|
732
|
+
documentationUrl?: string | undefined;
|
|
726
733
|
tools?: "dynamic" | {
|
|
727
734
|
name: string;
|
|
728
|
-
title?: string | undefined;
|
|
729
735
|
description?: string | undefined;
|
|
736
|
+
title?: string | undefined;
|
|
730
737
|
inputSchema?: Record<string, unknown> | undefined;
|
|
731
738
|
}[] | undefined;
|
|
732
|
-
description?: string | undefined;
|
|
733
|
-
authentication?: {
|
|
734
|
-
required: boolean;
|
|
735
|
-
schemes: string[];
|
|
736
|
-
} | undefined;
|
|
737
|
-
instructions?: string | undefined;
|
|
738
|
-
iconUrl?: string | undefined;
|
|
739
|
-
documentationUrl?: string | undefined;
|
|
740
739
|
prompts?: "dynamic" | {
|
|
741
740
|
name: string;
|
|
742
|
-
title?: string | undefined;
|
|
743
741
|
description?: string | undefined;
|
|
742
|
+
title?: string | undefined;
|
|
744
743
|
arguments?: {
|
|
745
744
|
name: string;
|
|
746
|
-
required?: boolean | undefined;
|
|
747
745
|
description?: string | undefined;
|
|
746
|
+
required?: boolean | undefined;
|
|
748
747
|
}[] | undefined;
|
|
749
748
|
}[] | undefined;
|
|
750
749
|
resources?: "dynamic" | {
|
|
751
750
|
name: string;
|
|
752
751
|
uri: string;
|
|
753
|
-
title?: string | undefined;
|
|
754
752
|
description?: string | undefined;
|
|
753
|
+
title?: string | undefined;
|
|
755
754
|
mimeType?: string | undefined;
|
|
756
755
|
}[] | undefined;
|
|
757
756
|
requires?: {
|
|
@@ -760,6 +759,7 @@ export declare const MCPServerCardSchema: z.ZodObject<{
|
|
|
760
759
|
roots?: Record<string, unknown> | undefined;
|
|
761
760
|
elicitation?: Record<string, unknown> | undefined;
|
|
762
761
|
} | undefined;
|
|
762
|
+
instructions?: string | undefined;
|
|
763
763
|
_meta?: Record<string, unknown> | undefined;
|
|
764
764
|
}>;
|
|
765
765
|
/** Legacy MCP Server Config Schema */
|
|
@@ -776,24 +776,24 @@ export declare const MCPServerConfigSchema: z.ZodObject<{
|
|
|
776
776
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
777
777
|
}, "strip", z.ZodTypeAny, {
|
|
778
778
|
name: string;
|
|
779
|
-
url: string;
|
|
780
779
|
transport: "sse" | "stdio" | "http";
|
|
781
|
-
|
|
782
|
-
version?: string | undefined;
|
|
780
|
+
url: string;
|
|
783
781
|
capabilities?: string[] | undefined;
|
|
784
|
-
|
|
782
|
+
version?: string | undefined;
|
|
785
783
|
description?: string | undefined;
|
|
784
|
+
metadata?: Record<string, unknown> | undefined;
|
|
785
|
+
agentDid?: string | undefined;
|
|
786
786
|
requiresAuth?: boolean | undefined;
|
|
787
787
|
authProvider?: string | undefined;
|
|
788
788
|
}, {
|
|
789
789
|
name: string;
|
|
790
|
-
url: string;
|
|
791
790
|
transport: "sse" | "stdio" | "http";
|
|
792
|
-
|
|
793
|
-
version?: string | undefined;
|
|
791
|
+
url: string;
|
|
794
792
|
capabilities?: string[] | undefined;
|
|
795
|
-
|
|
793
|
+
version?: string | undefined;
|
|
796
794
|
description?: string | undefined;
|
|
795
|
+
metadata?: Record<string, unknown> | undefined;
|
|
796
|
+
agentDid?: string | undefined;
|
|
797
797
|
requiresAuth?: boolean | undefined;
|
|
798
798
|
authProvider?: string | undefined;
|
|
799
799
|
}>;
|
|
@@ -925,27 +925,27 @@ export declare const WellKnownConfigSchema: z.ZodObject<{
|
|
|
925
925
|
instructions: z.ZodOptional<z.ZodString>;
|
|
926
926
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
|
-
metadata?: Record<string, unknown> | undefined;
|
|
929
|
-
protocolVersion?: string | undefined;
|
|
930
|
-
description?: string | undefined;
|
|
931
928
|
serviceEndpoint?: string | undefined;
|
|
932
|
-
|
|
929
|
+
description?: string | undefined;
|
|
930
|
+
metadata?: Record<string, unknown> | undefined;
|
|
933
931
|
serviceName?: string | undefined;
|
|
932
|
+
protocolVersion?: string | undefined;
|
|
934
933
|
iconUrl?: string | undefined;
|
|
935
934
|
documentationUrl?: string | undefined;
|
|
935
|
+
instructions?: string | undefined;
|
|
936
936
|
requiresAuth?: boolean | undefined;
|
|
937
937
|
serviceTitle?: string | undefined;
|
|
938
938
|
serverVersion?: string | undefined;
|
|
939
939
|
authSchemes?: string[] | undefined;
|
|
940
940
|
}, {
|
|
941
|
-
metadata?: Record<string, unknown> | undefined;
|
|
942
|
-
protocolVersion?: string | undefined;
|
|
943
|
-
description?: string | undefined;
|
|
944
941
|
serviceEndpoint?: string | undefined;
|
|
945
|
-
|
|
942
|
+
description?: string | undefined;
|
|
943
|
+
metadata?: Record<string, unknown> | undefined;
|
|
946
944
|
serviceName?: string | undefined;
|
|
945
|
+
protocolVersion?: string | undefined;
|
|
947
946
|
iconUrl?: string | undefined;
|
|
948
947
|
documentationUrl?: string | undefined;
|
|
948
|
+
instructions?: string | undefined;
|
|
949
949
|
requiresAuth?: boolean | undefined;
|
|
950
950
|
serviceTitle?: string | undefined;
|
|
951
951
|
serverVersion?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kya-os/contracts",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.31",
|
|
4
4
|
"description": "Shared contracts, types, and schemas for MCP-I framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -57,6 +57,10 @@
|
|
|
57
57
|
"types": "./dist/well-known/index.d.ts",
|
|
58
58
|
"default": "./dist/well-known/index.js"
|
|
59
59
|
},
|
|
60
|
+
"./gateway": {
|
|
61
|
+
"types": "./dist/gateway/index.d.ts",
|
|
62
|
+
"default": "./dist/gateway/index.js"
|
|
63
|
+
},
|
|
60
64
|
"./cli": {
|
|
61
65
|
"types": "./dist/cli.d.ts",
|
|
62
66
|
"default": "./dist/cli.js"
|
|
@@ -88,6 +92,22 @@
|
|
|
88
92
|
"./molti": {
|
|
89
93
|
"types": "./dist/molti/index.d.ts",
|
|
90
94
|
"default": "./dist/molti/index.js"
|
|
95
|
+
},
|
|
96
|
+
"./agent-deployment": {
|
|
97
|
+
"types": "./dist/agent-deployment.d.ts",
|
|
98
|
+
"default": "./dist/agent-deployment.js"
|
|
99
|
+
},
|
|
100
|
+
"./compute": {
|
|
101
|
+
"types": "./dist/compute.d.ts",
|
|
102
|
+
"default": "./dist/compute.js"
|
|
103
|
+
},
|
|
104
|
+
"./compute-binding": {
|
|
105
|
+
"types": "./dist/compute-binding.d.ts",
|
|
106
|
+
"default": "./dist/compute-binding.js"
|
|
107
|
+
},
|
|
108
|
+
"./pairing": {
|
|
109
|
+
"types": "./dist/pairing/index.d.ts",
|
|
110
|
+
"default": "./dist/pairing/index.js"
|
|
91
111
|
}
|
|
92
112
|
},
|
|
93
113
|
"scripts": {
|
|
@@ -104,16 +124,16 @@
|
|
|
104
124
|
"sideEffects": false,
|
|
105
125
|
"dependencies": {
|
|
106
126
|
"@kya-os/consent": "^0.1.23",
|
|
107
|
-
"zod": "^3.25.
|
|
127
|
+
"zod": "^3.25.67"
|
|
108
128
|
},
|
|
109
129
|
"devDependencies": {
|
|
110
130
|
"@types/node": "^20.14.9",
|
|
111
|
-
"@vitest/coverage-v8": "^4.0.
|
|
112
|
-
"ajv": "^8.
|
|
131
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
132
|
+
"ajv": "^8.18.0",
|
|
113
133
|
"ajv-formats": "^3.0.1",
|
|
114
134
|
"eslint": "^9.26.0",
|
|
115
135
|
"typescript": "^5.5.3",
|
|
116
|
-
"vitest": "^4.0.
|
|
136
|
+
"vitest": "^4.0.18",
|
|
117
137
|
"zod-to-json-schema": "3.23.5"
|
|
118
138
|
},
|
|
119
139
|
"files": [
|