@ancplua/qyl-api-schema 0.5.5 → 0.5.6
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/api/runner.tsp +9 -6
- package/common/types.tsp +18 -13
- package/generated/json-schema/qyl-api-schema.json +313 -77
- package/generated/openapi/qyl.openapi.json +623 -81
- package/generated/ts-runtime/api.d.ts +58 -21
- package/models/runner-mcp.tsp +89 -20
- package/package.json +5 -2
|
@@ -2277,6 +2277,40 @@
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
}
|
|
2280
|
+
},
|
|
2281
|
+
"503": {
|
|
2282
|
+
"description": "Service unavailable (503)",
|
|
2283
|
+
"headers": {
|
|
2284
|
+
"Retry-After": {
|
|
2285
|
+
"required": false,
|
|
2286
|
+
"description": "Expected availability time",
|
|
2287
|
+
"schema": {
|
|
2288
|
+
"type": "integer",
|
|
2289
|
+
"format": "int32"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
"X-Trace-Id": {
|
|
2293
|
+
"required": false,
|
|
2294
|
+
"description": "Trace ID for correlation",
|
|
2295
|
+
"schema": {
|
|
2296
|
+
"type": "string"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"X-Request-Id": {
|
|
2300
|
+
"required": false,
|
|
2301
|
+
"description": "Request ID for support",
|
|
2302
|
+
"schema": {
|
|
2303
|
+
"type": "string"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"content": {
|
|
2308
|
+
"application/problem+json": {
|
|
2309
|
+
"schema": {
|
|
2310
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2280
2314
|
}
|
|
2281
2315
|
},
|
|
2282
2316
|
"tags": [
|
|
@@ -2447,6 +2481,40 @@
|
|
|
2447
2481
|
}
|
|
2448
2482
|
}
|
|
2449
2483
|
}
|
|
2484
|
+
},
|
|
2485
|
+
"503": {
|
|
2486
|
+
"description": "Service unavailable (503)",
|
|
2487
|
+
"headers": {
|
|
2488
|
+
"Retry-After": {
|
|
2489
|
+
"required": false,
|
|
2490
|
+
"description": "Expected availability time",
|
|
2491
|
+
"schema": {
|
|
2492
|
+
"type": "integer",
|
|
2493
|
+
"format": "int32"
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"X-Trace-Id": {
|
|
2497
|
+
"required": false,
|
|
2498
|
+
"description": "Trace ID for correlation",
|
|
2499
|
+
"schema": {
|
|
2500
|
+
"type": "string"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"X-Request-Id": {
|
|
2504
|
+
"required": false,
|
|
2505
|
+
"description": "Request ID for support",
|
|
2506
|
+
"schema": {
|
|
2507
|
+
"type": "string"
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"content": {
|
|
2512
|
+
"application/problem+json": {
|
|
2513
|
+
"schema": {
|
|
2514
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2450
2518
|
}
|
|
2451
2519
|
},
|
|
2452
2520
|
"tags": [
|
|
@@ -2633,6 +2701,40 @@
|
|
|
2633
2701
|
}
|
|
2634
2702
|
}
|
|
2635
2703
|
}
|
|
2704
|
+
},
|
|
2705
|
+
"503": {
|
|
2706
|
+
"description": "Service unavailable (503)",
|
|
2707
|
+
"headers": {
|
|
2708
|
+
"Retry-After": {
|
|
2709
|
+
"required": false,
|
|
2710
|
+
"description": "Expected availability time",
|
|
2711
|
+
"schema": {
|
|
2712
|
+
"type": "integer",
|
|
2713
|
+
"format": "int32"
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"X-Trace-Id": {
|
|
2717
|
+
"required": false,
|
|
2718
|
+
"description": "Trace ID for correlation",
|
|
2719
|
+
"schema": {
|
|
2720
|
+
"type": "string"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"X-Request-Id": {
|
|
2724
|
+
"required": false,
|
|
2725
|
+
"description": "Request ID for support",
|
|
2726
|
+
"schema": {
|
|
2727
|
+
"type": "string"
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
"content": {
|
|
2732
|
+
"application/problem+json": {
|
|
2733
|
+
"schema": {
|
|
2734
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2636
2738
|
}
|
|
2637
2739
|
},
|
|
2638
2740
|
"tags": [
|
|
@@ -2719,6 +2821,40 @@
|
|
|
2719
2821
|
}
|
|
2720
2822
|
}
|
|
2721
2823
|
}
|
|
2824
|
+
},
|
|
2825
|
+
"503": {
|
|
2826
|
+
"description": "Service unavailable (503)",
|
|
2827
|
+
"headers": {
|
|
2828
|
+
"Retry-After": {
|
|
2829
|
+
"required": false,
|
|
2830
|
+
"description": "Expected availability time",
|
|
2831
|
+
"schema": {
|
|
2832
|
+
"type": "integer",
|
|
2833
|
+
"format": "int32"
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"X-Trace-Id": {
|
|
2837
|
+
"required": false,
|
|
2838
|
+
"description": "Trace ID for correlation",
|
|
2839
|
+
"schema": {
|
|
2840
|
+
"type": "string"
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2843
|
+
"X-Request-Id": {
|
|
2844
|
+
"required": false,
|
|
2845
|
+
"description": "Request ID for support",
|
|
2846
|
+
"schema": {
|
|
2847
|
+
"type": "string"
|
|
2848
|
+
}
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"content": {
|
|
2852
|
+
"application/problem+json": {
|
|
2853
|
+
"schema": {
|
|
2854
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2857
|
+
}
|
|
2722
2858
|
}
|
|
2723
2859
|
},
|
|
2724
2860
|
"tags": [
|
|
@@ -2818,6 +2954,40 @@
|
|
|
2818
2954
|
}
|
|
2819
2955
|
}
|
|
2820
2956
|
}
|
|
2957
|
+
},
|
|
2958
|
+
"503": {
|
|
2959
|
+
"description": "Service unavailable (503)",
|
|
2960
|
+
"headers": {
|
|
2961
|
+
"Retry-After": {
|
|
2962
|
+
"required": false,
|
|
2963
|
+
"description": "Expected availability time",
|
|
2964
|
+
"schema": {
|
|
2965
|
+
"type": "integer",
|
|
2966
|
+
"format": "int32"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"X-Trace-Id": {
|
|
2970
|
+
"required": false,
|
|
2971
|
+
"description": "Trace ID for correlation",
|
|
2972
|
+
"schema": {
|
|
2973
|
+
"type": "string"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"X-Request-Id": {
|
|
2977
|
+
"required": false,
|
|
2978
|
+
"description": "Request ID for support",
|
|
2979
|
+
"schema": {
|
|
2980
|
+
"type": "string"
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"content": {
|
|
2985
|
+
"application/problem+json": {
|
|
2986
|
+
"schema": {
|
|
2987
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2821
2991
|
}
|
|
2822
2992
|
},
|
|
2823
2993
|
"tags": [
|
|
@@ -2929,6 +3099,40 @@
|
|
|
2929
3099
|
}
|
|
2930
3100
|
}
|
|
2931
3101
|
}
|
|
3102
|
+
},
|
|
3103
|
+
"503": {
|
|
3104
|
+
"description": "Service unavailable (503)",
|
|
3105
|
+
"headers": {
|
|
3106
|
+
"Retry-After": {
|
|
3107
|
+
"required": false,
|
|
3108
|
+
"description": "Expected availability time",
|
|
3109
|
+
"schema": {
|
|
3110
|
+
"type": "integer",
|
|
3111
|
+
"format": "int32"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"X-Trace-Id": {
|
|
3115
|
+
"required": false,
|
|
3116
|
+
"description": "Trace ID for correlation",
|
|
3117
|
+
"schema": {
|
|
3118
|
+
"type": "string"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
"X-Request-Id": {
|
|
3122
|
+
"required": false,
|
|
3123
|
+
"description": "Request ID for support",
|
|
3124
|
+
"schema": {
|
|
3125
|
+
"type": "string"
|
|
3126
|
+
}
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
"content": {
|
|
3130
|
+
"application/problem+json": {
|
|
3131
|
+
"schema": {
|
|
3132
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
2932
3136
|
}
|
|
2933
3137
|
},
|
|
2934
3138
|
"tags": [
|
|
@@ -3063,6 +3267,40 @@
|
|
|
3063
3267
|
}
|
|
3064
3268
|
}
|
|
3065
3269
|
}
|
|
3270
|
+
},
|
|
3271
|
+
"503": {
|
|
3272
|
+
"description": "Service unavailable (503)",
|
|
3273
|
+
"headers": {
|
|
3274
|
+
"Retry-After": {
|
|
3275
|
+
"required": false,
|
|
3276
|
+
"description": "Expected availability time",
|
|
3277
|
+
"schema": {
|
|
3278
|
+
"type": "integer",
|
|
3279
|
+
"format": "int32"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
"X-Trace-Id": {
|
|
3283
|
+
"required": false,
|
|
3284
|
+
"description": "Trace ID for correlation",
|
|
3285
|
+
"schema": {
|
|
3286
|
+
"type": "string"
|
|
3287
|
+
}
|
|
3288
|
+
},
|
|
3289
|
+
"X-Request-Id": {
|
|
3290
|
+
"required": false,
|
|
3291
|
+
"description": "Request ID for support",
|
|
3292
|
+
"schema": {
|
|
3293
|
+
"type": "string"
|
|
3294
|
+
}
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
"content": {
|
|
3298
|
+
"application/problem+json": {
|
|
3299
|
+
"schema": {
|
|
3300
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3066
3304
|
}
|
|
3067
3305
|
},
|
|
3068
3306
|
"tags": [
|
|
@@ -3190,6 +3428,40 @@
|
|
|
3190
3428
|
}
|
|
3191
3429
|
}
|
|
3192
3430
|
}
|
|
3431
|
+
},
|
|
3432
|
+
"503": {
|
|
3433
|
+
"description": "Service unavailable (503)",
|
|
3434
|
+
"headers": {
|
|
3435
|
+
"Retry-After": {
|
|
3436
|
+
"required": false,
|
|
3437
|
+
"description": "Expected availability time",
|
|
3438
|
+
"schema": {
|
|
3439
|
+
"type": "integer",
|
|
3440
|
+
"format": "int32"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
"X-Trace-Id": {
|
|
3444
|
+
"required": false,
|
|
3445
|
+
"description": "Trace ID for correlation",
|
|
3446
|
+
"schema": {
|
|
3447
|
+
"type": "string"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
"X-Request-Id": {
|
|
3451
|
+
"required": false,
|
|
3452
|
+
"description": "Request ID for support",
|
|
3453
|
+
"schema": {
|
|
3454
|
+
"type": "string"
|
|
3455
|
+
}
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
"content": {
|
|
3459
|
+
"application/problem+json": {
|
|
3460
|
+
"schema": {
|
|
3461
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
3462
|
+
}
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3193
3465
|
}
|
|
3194
3466
|
},
|
|
3195
3467
|
"tags": [
|
|
@@ -3317,6 +3589,40 @@
|
|
|
3317
3589
|
}
|
|
3318
3590
|
}
|
|
3319
3591
|
}
|
|
3592
|
+
},
|
|
3593
|
+
"503": {
|
|
3594
|
+
"description": "Service unavailable (503)",
|
|
3595
|
+
"headers": {
|
|
3596
|
+
"Retry-After": {
|
|
3597
|
+
"required": false,
|
|
3598
|
+
"description": "Expected availability time",
|
|
3599
|
+
"schema": {
|
|
3600
|
+
"type": "integer",
|
|
3601
|
+
"format": "int32"
|
|
3602
|
+
}
|
|
3603
|
+
},
|
|
3604
|
+
"X-Trace-Id": {
|
|
3605
|
+
"required": false,
|
|
3606
|
+
"description": "Trace ID for correlation",
|
|
3607
|
+
"schema": {
|
|
3608
|
+
"type": "string"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
"X-Request-Id": {
|
|
3612
|
+
"required": false,
|
|
3613
|
+
"description": "Request ID for support",
|
|
3614
|
+
"schema": {
|
|
3615
|
+
"type": "string"
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
"content": {
|
|
3620
|
+
"application/problem+json": {
|
|
3621
|
+
"schema": {
|
|
3622
|
+
"$ref": "#/components/schemas/Common.Errors.ServiceUnavailableError"
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3320
3626
|
}
|
|
3321
3627
|
},
|
|
3322
3628
|
"tags": [
|
|
@@ -3361,10 +3667,37 @@
|
|
|
3361
3667
|
},
|
|
3362
3668
|
"description": "Key-value attribute pair following OTel conventions"
|
|
3363
3669
|
},
|
|
3364
|
-
"Common.
|
|
3365
|
-
"
|
|
3366
|
-
|
|
3367
|
-
|
|
3670
|
+
"Common.AttributeBytesValue": {
|
|
3671
|
+
"type": "object",
|
|
3672
|
+
"required": [
|
|
3673
|
+
"type",
|
|
3674
|
+
"base64"
|
|
3675
|
+
],
|
|
3676
|
+
"properties": {
|
|
3677
|
+
"type": {
|
|
3678
|
+
"type": "string",
|
|
3679
|
+
"enum": [
|
|
3680
|
+
"bytes"
|
|
3681
|
+
]
|
|
3682
|
+
},
|
|
3683
|
+
"base64": {
|
|
3684
|
+
"type": "string",
|
|
3685
|
+
"contentEncoding": "base64"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
"description": "Base64 bytes projected by qyl without colliding with an ordinary string attribute."
|
|
3689
|
+
},
|
|
3690
|
+
"Common.AttributeKeyValueListValue": {
|
|
3691
|
+
"type": "object",
|
|
3692
|
+
"unevaluatedProperties": {
|
|
3693
|
+
"$ref": "#/components/schemas/Common.AttributeValue"
|
|
3694
|
+
},
|
|
3695
|
+
"description": "Recursive OTLP key-value-list projected as a JSON object."
|
|
3696
|
+
},
|
|
3697
|
+
"Common.AttributeValue": {
|
|
3698
|
+
"anyOf": [
|
|
3699
|
+
{
|
|
3700
|
+
"type": "string"
|
|
3368
3701
|
},
|
|
3369
3702
|
{
|
|
3370
3703
|
"type": "boolean"
|
|
@@ -3378,37 +3711,19 @@
|
|
|
3378
3711
|
"format": "double"
|
|
3379
3712
|
},
|
|
3380
3713
|
{
|
|
3381
|
-
"
|
|
3382
|
-
"items": {
|
|
3383
|
-
"type": "string"
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"type": "array",
|
|
3388
|
-
"items": {
|
|
3389
|
-
"type": "boolean"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"type": "array",
|
|
3394
|
-
"items": {
|
|
3395
|
-
"type": "integer",
|
|
3396
|
-
"format": "int64"
|
|
3397
|
-
}
|
|
3714
|
+
"$ref": "#/components/schemas/Common.AttributeBytesValue"
|
|
3398
3715
|
},
|
|
3399
3716
|
{
|
|
3400
3717
|
"type": "array",
|
|
3401
3718
|
"items": {
|
|
3402
|
-
"
|
|
3403
|
-
"format": "double"
|
|
3719
|
+
"$ref": "#/components/schemas/Common.AttributeValue"
|
|
3404
3720
|
}
|
|
3405
3721
|
},
|
|
3406
3722
|
{
|
|
3407
|
-
"
|
|
3408
|
-
"contentEncoding": "base64"
|
|
3723
|
+
"$ref": "#/components/schemas/Common.AttributeKeyValueListValue"
|
|
3409
3724
|
}
|
|
3410
3725
|
],
|
|
3411
|
-
"description": "
|
|
3726
|
+
"description": "Lossless JSON projection of an OpenTelemetry AnyValue attribute."
|
|
3412
3727
|
},
|
|
3413
3728
|
"Common.Attributes": {
|
|
3414
3729
|
"type": "object",
|
|
@@ -6812,71 +7127,82 @@
|
|
|
6812
7127
|
},
|
|
6813
7128
|
"description": "Trace summary without the full span collection"
|
|
6814
7129
|
},
|
|
6815
|
-
"Runner.Mcp.
|
|
7130
|
+
"Runner.Mcp.RunnerMcpAudioContent": {
|
|
6816
7131
|
"type": "object",
|
|
6817
7132
|
"required": [
|
|
6818
|
-
"type"
|
|
7133
|
+
"type",
|
|
7134
|
+
"data",
|
|
7135
|
+
"mimeType"
|
|
6819
7136
|
],
|
|
6820
7137
|
"properties": {
|
|
6821
7138
|
"type": {
|
|
6822
|
-
"type": "string"
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
7139
|
+
"type": "string",
|
|
7140
|
+
"enum": [
|
|
7141
|
+
"audio"
|
|
7142
|
+
]
|
|
6826
7143
|
},
|
|
6827
7144
|
"data": {
|
|
6828
|
-
"type": "string"
|
|
7145
|
+
"type": "string",
|
|
7146
|
+
"contentEncoding": "base64"
|
|
6829
7147
|
},
|
|
6830
7148
|
"mimeType": {
|
|
6831
7149
|
"type": "string"
|
|
6832
|
-
}
|
|
6833
|
-
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
7152
|
+
"allOf": [
|
|
7153
|
+
{
|
|
7154
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7155
|
+
}
|
|
7156
|
+
],
|
|
7157
|
+
"description": "Base64-encoded audio content."
|
|
7158
|
+
},
|
|
7159
|
+
"Runner.Mcp.RunnerMcpBlobResourceContent": {
|
|
7160
|
+
"type": "object",
|
|
7161
|
+
"required": [
|
|
7162
|
+
"blob"
|
|
7163
|
+
],
|
|
7164
|
+
"properties": {
|
|
7165
|
+
"blob": {
|
|
6834
7166
|
"type": "string",
|
|
6835
|
-
"
|
|
6836
|
-
}
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
"
|
|
6849
|
-
"minimum": 0
|
|
6850
|
-
},
|
|
6851
|
-
"icons": {
|
|
6852
|
-
"type": "array",
|
|
6853
|
-
"items": {
|
|
6854
|
-
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpIcon"
|
|
6855
|
-
}
|
|
6856
|
-
},
|
|
6857
|
-
"resource": {
|
|
6858
|
-
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpResourceContent"
|
|
7167
|
+
"contentEncoding": "base64"
|
|
7168
|
+
}
|
|
7169
|
+
},
|
|
7170
|
+
"allOf": [
|
|
7171
|
+
{
|
|
7172
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpResourceContentMetadata"
|
|
7173
|
+
}
|
|
7174
|
+
],
|
|
7175
|
+
"description": "Base64-encoded resource content returned by an MCP server."
|
|
7176
|
+
},
|
|
7177
|
+
"Runner.Mcp.RunnerMcpContent": {
|
|
7178
|
+
"oneOf": [
|
|
7179
|
+
{
|
|
7180
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpTextContent"
|
|
6859
7181
|
},
|
|
6860
|
-
|
|
6861
|
-
"
|
|
7182
|
+
{
|
|
7183
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpImageContent"
|
|
6862
7184
|
},
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
"type": "string"
|
|
7185
|
+
{
|
|
7186
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpAudioContent"
|
|
6866
7187
|
},
|
|
6867
|
-
|
|
6868
|
-
"
|
|
6869
|
-
"items": {
|
|
6870
|
-
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContent"
|
|
6871
|
-
}
|
|
7188
|
+
{
|
|
7189
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpEmbeddedResourceContent"
|
|
6872
7190
|
},
|
|
6873
|
-
|
|
6874
|
-
"
|
|
6875
|
-
"unevaluatedProperties": {}
|
|
7191
|
+
{
|
|
7192
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpResourceLinkContent"
|
|
6876
7193
|
},
|
|
6877
|
-
|
|
6878
|
-
"
|
|
7194
|
+
{
|
|
7195
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpToolUseContent"
|
|
6879
7196
|
},
|
|
7197
|
+
{
|
|
7198
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpToolResultContent"
|
|
7199
|
+
}
|
|
7200
|
+
],
|
|
7201
|
+
"description": "One MCP content item. The type literal selects the required variant fields."
|
|
7202
|
+
},
|
|
7203
|
+
"Runner.Mcp.RunnerMcpContentMetadata": {
|
|
7204
|
+
"type": "object",
|
|
7205
|
+
"properties": {
|
|
6880
7206
|
"annotations": {
|
|
6881
7207
|
"type": "object",
|
|
6882
7208
|
"unevaluatedProperties": {}
|
|
@@ -6886,7 +7212,31 @@
|
|
|
6886
7212
|
"unevaluatedProperties": {}
|
|
6887
7213
|
}
|
|
6888
7214
|
},
|
|
6889
|
-
"description": "
|
|
7215
|
+
"description": "Metadata shared by every MCP content variant."
|
|
7216
|
+
},
|
|
7217
|
+
"Runner.Mcp.RunnerMcpEmbeddedResourceContent": {
|
|
7218
|
+
"type": "object",
|
|
7219
|
+
"required": [
|
|
7220
|
+
"type",
|
|
7221
|
+
"resource"
|
|
7222
|
+
],
|
|
7223
|
+
"properties": {
|
|
7224
|
+
"type": {
|
|
7225
|
+
"type": "string",
|
|
7226
|
+
"enum": [
|
|
7227
|
+
"resource"
|
|
7228
|
+
]
|
|
7229
|
+
},
|
|
7230
|
+
"resource": {
|
|
7231
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpResourceContent"
|
|
7232
|
+
}
|
|
7233
|
+
},
|
|
7234
|
+
"allOf": [
|
|
7235
|
+
{
|
|
7236
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7237
|
+
}
|
|
7238
|
+
],
|
|
7239
|
+
"description": "A resource embedded in MCP content."
|
|
6890
7240
|
},
|
|
6891
7241
|
"Runner.Mcp.RunnerMcpIcon": {
|
|
6892
7242
|
"type": "object",
|
|
@@ -6912,7 +7262,47 @@
|
|
|
6912
7262
|
},
|
|
6913
7263
|
"description": "Icon metadata carried by MCP tools and resource links."
|
|
6914
7264
|
},
|
|
7265
|
+
"Runner.Mcp.RunnerMcpImageContent": {
|
|
7266
|
+
"type": "object",
|
|
7267
|
+
"required": [
|
|
7268
|
+
"type",
|
|
7269
|
+
"data",
|
|
7270
|
+
"mimeType"
|
|
7271
|
+
],
|
|
7272
|
+
"properties": {
|
|
7273
|
+
"type": {
|
|
7274
|
+
"type": "string",
|
|
7275
|
+
"enum": [
|
|
7276
|
+
"image"
|
|
7277
|
+
]
|
|
7278
|
+
},
|
|
7279
|
+
"data": {
|
|
7280
|
+
"type": "string",
|
|
7281
|
+
"contentEncoding": "base64"
|
|
7282
|
+
},
|
|
7283
|
+
"mimeType": {
|
|
7284
|
+
"type": "string"
|
|
7285
|
+
}
|
|
7286
|
+
},
|
|
7287
|
+
"allOf": [
|
|
7288
|
+
{
|
|
7289
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7290
|
+
}
|
|
7291
|
+
],
|
|
7292
|
+
"description": "Base64-encoded image content."
|
|
7293
|
+
},
|
|
6915
7294
|
"Runner.Mcp.RunnerMcpResourceContent": {
|
|
7295
|
+
"oneOf": [
|
|
7296
|
+
{
|
|
7297
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpTextResourceContent"
|
|
7298
|
+
},
|
|
7299
|
+
{
|
|
7300
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpBlobResourceContent"
|
|
7301
|
+
}
|
|
7302
|
+
],
|
|
7303
|
+
"description": "Exactly one MCP text or blob resource variant."
|
|
7304
|
+
},
|
|
7305
|
+
"Runner.Mcp.RunnerMcpResourceContentMetadata": {
|
|
6916
7306
|
"type": "object",
|
|
6917
7307
|
"required": [
|
|
6918
7308
|
"uri"
|
|
@@ -6925,18 +7315,61 @@
|
|
|
6925
7315
|
"mimeType": {
|
|
6926
7316
|
"type": "string"
|
|
6927
7317
|
},
|
|
6928
|
-
"
|
|
7318
|
+
"_meta": {
|
|
7319
|
+
"type": "object",
|
|
7320
|
+
"unevaluatedProperties": {}
|
|
7321
|
+
}
|
|
7322
|
+
},
|
|
7323
|
+
"description": "Metadata shared by MCP text and blob resources."
|
|
7324
|
+
},
|
|
7325
|
+
"Runner.Mcp.RunnerMcpResourceLinkContent": {
|
|
7326
|
+
"type": "object",
|
|
7327
|
+
"required": [
|
|
7328
|
+
"type",
|
|
7329
|
+
"uri",
|
|
7330
|
+
"name"
|
|
7331
|
+
],
|
|
7332
|
+
"properties": {
|
|
7333
|
+
"type": {
|
|
7334
|
+
"type": "string",
|
|
7335
|
+
"enum": [
|
|
7336
|
+
"resource_link"
|
|
7337
|
+
]
|
|
7338
|
+
},
|
|
7339
|
+
"uri": {
|
|
7340
|
+
"type": "string",
|
|
7341
|
+
"format": "uri"
|
|
7342
|
+
},
|
|
7343
|
+
"name": {
|
|
6929
7344
|
"type": "string"
|
|
6930
7345
|
},
|
|
6931
|
-
"
|
|
7346
|
+
"title": {
|
|
6932
7347
|
"type": "string"
|
|
6933
7348
|
},
|
|
6934
|
-
"
|
|
6935
|
-
"type": "
|
|
6936
|
-
|
|
7349
|
+
"description": {
|
|
7350
|
+
"type": "string"
|
|
7351
|
+
},
|
|
7352
|
+
"mimeType": {
|
|
7353
|
+
"type": "string"
|
|
7354
|
+
},
|
|
7355
|
+
"size": {
|
|
7356
|
+
"type": "integer",
|
|
7357
|
+
"format": "int64",
|
|
7358
|
+
"minimum": 0
|
|
7359
|
+
},
|
|
7360
|
+
"icons": {
|
|
7361
|
+
"type": "array",
|
|
7362
|
+
"items": {
|
|
7363
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpIcon"
|
|
7364
|
+
}
|
|
6937
7365
|
}
|
|
6938
7366
|
},
|
|
6939
|
-
"
|
|
7367
|
+
"allOf": [
|
|
7368
|
+
{
|
|
7369
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7370
|
+
}
|
|
7371
|
+
],
|
|
7372
|
+
"description": "A link to a resource that an MCP server can read."
|
|
6940
7373
|
},
|
|
6941
7374
|
"Runner.Mcp.RunnerMcpResourceReadRequest": {
|
|
6942
7375
|
"type": "object",
|
|
@@ -7032,6 +7465,47 @@
|
|
|
7032
7465
|
],
|
|
7033
7466
|
"description": "Lifecycle state of an MCP task returned by a task-augmented tool call."
|
|
7034
7467
|
},
|
|
7468
|
+
"Runner.Mcp.RunnerMcpTextContent": {
|
|
7469
|
+
"type": "object",
|
|
7470
|
+
"required": [
|
|
7471
|
+
"type",
|
|
7472
|
+
"text"
|
|
7473
|
+
],
|
|
7474
|
+
"properties": {
|
|
7475
|
+
"type": {
|
|
7476
|
+
"type": "string",
|
|
7477
|
+
"enum": [
|
|
7478
|
+
"text"
|
|
7479
|
+
]
|
|
7480
|
+
},
|
|
7481
|
+
"text": {
|
|
7482
|
+
"type": "string"
|
|
7483
|
+
}
|
|
7484
|
+
},
|
|
7485
|
+
"allOf": [
|
|
7486
|
+
{
|
|
7487
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7488
|
+
}
|
|
7489
|
+
],
|
|
7490
|
+
"description": "Text provided to or returned by an MCP model or tool."
|
|
7491
|
+
},
|
|
7492
|
+
"Runner.Mcp.RunnerMcpTextResourceContent": {
|
|
7493
|
+
"type": "object",
|
|
7494
|
+
"required": [
|
|
7495
|
+
"text"
|
|
7496
|
+
],
|
|
7497
|
+
"properties": {
|
|
7498
|
+
"text": {
|
|
7499
|
+
"type": "string"
|
|
7500
|
+
}
|
|
7501
|
+
},
|
|
7502
|
+
"allOf": [
|
|
7503
|
+
{
|
|
7504
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpResourceContentMetadata"
|
|
7505
|
+
}
|
|
7506
|
+
],
|
|
7507
|
+
"description": "Text resource content returned by an MCP server."
|
|
7508
|
+
},
|
|
7035
7509
|
"Runner.Mcp.RunnerMcpTool": {
|
|
7036
7510
|
"type": "object",
|
|
7037
7511
|
"required": [
|
|
@@ -7138,6 +7612,44 @@
|
|
|
7138
7612
|
},
|
|
7139
7613
|
"description": "Execution metadata advertised for an MCP tool."
|
|
7140
7614
|
},
|
|
7615
|
+
"Runner.Mcp.RunnerMcpToolResultContent": {
|
|
7616
|
+
"type": "object",
|
|
7617
|
+
"required": [
|
|
7618
|
+
"type",
|
|
7619
|
+
"toolUseId",
|
|
7620
|
+
"content"
|
|
7621
|
+
],
|
|
7622
|
+
"properties": {
|
|
7623
|
+
"type": {
|
|
7624
|
+
"type": "string",
|
|
7625
|
+
"enum": [
|
|
7626
|
+
"tool_result"
|
|
7627
|
+
]
|
|
7628
|
+
},
|
|
7629
|
+
"toolUseId": {
|
|
7630
|
+
"type": "string"
|
|
7631
|
+
},
|
|
7632
|
+
"content": {
|
|
7633
|
+
"type": "array",
|
|
7634
|
+
"items": {
|
|
7635
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContent"
|
|
7636
|
+
}
|
|
7637
|
+
},
|
|
7638
|
+
"structuredContent": {
|
|
7639
|
+
"type": "object",
|
|
7640
|
+
"unevaluatedProperties": {}
|
|
7641
|
+
},
|
|
7642
|
+
"isError": {
|
|
7643
|
+
"type": "boolean"
|
|
7644
|
+
}
|
|
7645
|
+
},
|
|
7646
|
+
"allOf": [
|
|
7647
|
+
{
|
|
7648
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7649
|
+
}
|
|
7650
|
+
],
|
|
7651
|
+
"description": "The result of an MCP sampling tool invocation."
|
|
7652
|
+
},
|
|
7141
7653
|
"Runner.Mcp.RunnerMcpToolTaskSupport": {
|
|
7142
7654
|
"type": "string",
|
|
7143
7655
|
"enum": [
|
|
@@ -7147,6 +7659,36 @@
|
|
|
7147
7659
|
],
|
|
7148
7660
|
"description": "Task-augmentation support advertised for an MCP tool."
|
|
7149
7661
|
},
|
|
7662
|
+
"Runner.Mcp.RunnerMcpToolUseContent": {
|
|
7663
|
+
"type": "object",
|
|
7664
|
+
"required": [
|
|
7665
|
+
"type",
|
|
7666
|
+
"id",
|
|
7667
|
+
"name",
|
|
7668
|
+
"input"
|
|
7669
|
+
],
|
|
7670
|
+
"properties": {
|
|
7671
|
+
"type": {
|
|
7672
|
+
"type": "string",
|
|
7673
|
+
"enum": [
|
|
7674
|
+
"tool_use"
|
|
7675
|
+
]
|
|
7676
|
+
},
|
|
7677
|
+
"id": {
|
|
7678
|
+
"type": "string"
|
|
7679
|
+
},
|
|
7680
|
+
"name": {
|
|
7681
|
+
"type": "string"
|
|
7682
|
+
},
|
|
7683
|
+
"input": {}
|
|
7684
|
+
},
|
|
7685
|
+
"allOf": [
|
|
7686
|
+
{
|
|
7687
|
+
"$ref": "#/components/schemas/Runner.Mcp.RunnerMcpContentMetadata"
|
|
7688
|
+
}
|
|
7689
|
+
],
|
|
7690
|
+
"description": "An MCP sampling request to invoke a tool."
|
|
7691
|
+
},
|
|
7150
7692
|
"Runner.Mcp.RunnerMcpToolsResponse": {
|
|
7151
7693
|
"type": "object",
|
|
7152
7694
|
"required": [
|