@tokenlabai/mcp-server 0.6.3 → 0.6.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/README.md +2 -2
- package/contract/openapi.json +1 -63
- package/generated/public-contract.json +3 -3
- package/generated/tools.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ It exposes public catalog tools for agents that need to choose models, inspect s
|
|
|
10
10
|
|
|
11
11
|
## Generated Tool Profiles
|
|
12
12
|
|
|
13
|
-
The checked-in `generated/tools.json` manifest is generated from TokenLab's public OpenAPI document plus the small MCP-only overlay in `contract/mcp-overlay.json`. Version 0.6.
|
|
13
|
+
The checked-in `generated/tools.json` manifest is generated from TokenLab's public OpenAPI document plus the small MCP-only overlay in `contract/mcp-overlay.json`. Version 0.6.5 generates 76 endpoint tools; two composite discovery tools are registered at runtime.
|
|
14
14
|
|
|
15
15
|
| Profile | Endpoint tools | Coverage |
|
|
16
16
|
| --- | ---: | --- |
|
|
@@ -126,7 +126,7 @@ This repository includes `server.json` for the official MCP Registry.
|
|
|
126
126
|
|
|
127
127
|
Release metadata:
|
|
128
128
|
|
|
129
|
-
- npm package: `@tokenlabai/mcp-server@0.6.
|
|
129
|
+
- npm package: `@tokenlabai/mcp-server@0.6.5`
|
|
130
130
|
- MCP registry name: `io.github.hedging8563/tokenlab`
|
|
131
131
|
- `package.json.mcpName`: `io.github.hedging8563/tokenlab`
|
|
132
132
|
|
package/contract/openapi.json
CHANGED
|
@@ -3349,18 +3349,6 @@
|
|
|
3349
3349
|
},
|
|
3350
3350
|
"description": "Filter by public request scene."
|
|
3351
3351
|
},
|
|
3352
|
-
{
|
|
3353
|
-
"name": "accessChannel",
|
|
3354
|
-
"in": "query",
|
|
3355
|
-
"schema": {
|
|
3356
|
-
"type": "string",
|
|
3357
|
-
"enum": [
|
|
3358
|
-
"platform",
|
|
3359
|
-
"byok"
|
|
3360
|
-
]
|
|
3361
|
-
},
|
|
3362
|
-
"description": "Filter by access channel: platform billing or your own provider key (BYOK)."
|
|
3363
|
-
},
|
|
3364
3352
|
{
|
|
3365
3353
|
"name": "startDate",
|
|
3366
3354
|
"in": "query",
|
|
@@ -3464,18 +3452,6 @@
|
|
|
3464
3452
|
},
|
|
3465
3453
|
"description": "Filter by public request scene."
|
|
3466
3454
|
},
|
|
3467
|
-
{
|
|
3468
|
-
"name": "accessChannel",
|
|
3469
|
-
"in": "query",
|
|
3470
|
-
"schema": {
|
|
3471
|
-
"type": "string",
|
|
3472
|
-
"enum": [
|
|
3473
|
-
"platform",
|
|
3474
|
-
"byok"
|
|
3475
|
-
]
|
|
3476
|
-
},
|
|
3477
|
-
"description": "Filter by access channel: platform billing or your own provider key (BYOK)."
|
|
3478
|
-
},
|
|
3479
3455
|
{
|
|
3480
3456
|
"name": "startDate",
|
|
3481
3457
|
"in": "query",
|
|
@@ -7876,7 +7852,7 @@
|
|
|
7876
7852
|
},
|
|
7877
7853
|
"reference_images": {
|
|
7878
7854
|
"type": "array",
|
|
7879
|
-
"description": "Canonical public reference-image field for reference-to-video conditioning. This endpoint currently allows up to 9 URLs or compatible data URLs; model-specific limits can be lower. xAI grok-imagine-video accepts up to 7 image references with duration capped at 10 seconds
|
|
7855
|
+
"description": "Canonical public reference-image field for reference-to-video conditioning. This endpoint currently allows up to 9 URLs or compatible data URLs; model-specific limits can be lower. xAI grok-imagine-video accepts up to 7 image references with duration capped at 10 seconds; grok-imagine-video-1.5 and grok-imagine-video-1.5-preview are image-to-video only and do not accept reference images. When the selected Seedance model can use the TokenLab material library, TokenLab prepares this image input as reusable material before generation; if it is not ACTIVE within 60 seconds, the API returns 409 seedance_material_preparing with auto_material_asset_ids. If the selected model cannot use the material library, ordinary image inputs continue on the regular image path.",
|
|
7880
7856
|
"minItems": 1,
|
|
7881
7857
|
"maxItems": 9,
|
|
7882
7858
|
"items": {
|
|
@@ -9745,7 +9721,6 @@
|
|
|
9745
9721
|
"logical_model",
|
|
9746
9722
|
"model_vendor",
|
|
9747
9723
|
"scene",
|
|
9748
|
-
"access_channel",
|
|
9749
9724
|
"usage_unit",
|
|
9750
9725
|
"usage_quantity",
|
|
9751
9726
|
"usage_quantity_decimal",
|
|
@@ -9786,13 +9761,6 @@
|
|
|
9786
9761
|
"null"
|
|
9787
9762
|
]
|
|
9788
9763
|
},
|
|
9789
|
-
"access_channel": {
|
|
9790
|
-
"type": "string",
|
|
9791
|
-
"enum": [
|
|
9792
|
-
"platform",
|
|
9793
|
-
"byok"
|
|
9794
|
-
]
|
|
9795
|
-
},
|
|
9796
9764
|
"usage_unit": {
|
|
9797
9765
|
"type": "string"
|
|
9798
9766
|
},
|
|
@@ -9944,30 +9912,6 @@
|
|
|
9944
9912
|
}
|
|
9945
9913
|
}
|
|
9946
9914
|
},
|
|
9947
|
-
"ManagementAccessChannelBreakdown": {
|
|
9948
|
-
"type": "object",
|
|
9949
|
-
"required": [
|
|
9950
|
-
"access_channel",
|
|
9951
|
-
"requests",
|
|
9952
|
-
"cost"
|
|
9953
|
-
],
|
|
9954
|
-
"properties": {
|
|
9955
|
-
"access_channel": {
|
|
9956
|
-
"type": "string",
|
|
9957
|
-
"enum": [
|
|
9958
|
-
"platform",
|
|
9959
|
-
"byok"
|
|
9960
|
-
]
|
|
9961
|
-
},
|
|
9962
|
-
"requests": {
|
|
9963
|
-
"type": "integer"
|
|
9964
|
-
},
|
|
9965
|
-
"cost": {
|
|
9966
|
-
"type": "number",
|
|
9967
|
-
"description": "Cost in USD as a JSON number for display."
|
|
9968
|
-
}
|
|
9969
|
-
}
|
|
9970
|
-
},
|
|
9971
9915
|
"ManagementDailyCostBreakdown": {
|
|
9972
9916
|
"type": "object",
|
|
9973
9917
|
"required": [
|
|
@@ -10005,12 +9949,6 @@
|
|
|
10005
9949
|
"$ref": "#/components/schemas/ManagementSceneBreakdown"
|
|
10006
9950
|
}
|
|
10007
9951
|
},
|
|
10008
|
-
"by_access_channel": {
|
|
10009
|
-
"type": "array",
|
|
10010
|
-
"items": {
|
|
10011
|
-
"$ref": "#/components/schemas/ManagementAccessChannelBreakdown"
|
|
10012
|
-
}
|
|
10013
|
-
},
|
|
10014
9952
|
"daily_cost": {
|
|
10015
9953
|
"type": "array",
|
|
10016
9954
|
"items": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"id": "tokenlab-mcp-server",
|
|
6
6
|
"name": "@tokenlabai/mcp-server",
|
|
7
7
|
"title": "TokenLab MCP Server",
|
|
8
|
-
"version": "0.6.
|
|
8
|
+
"version": "0.6.5",
|
|
9
9
|
"registry_name": "io.github.hedging8563/tokenlab",
|
|
10
10
|
"source_url": "https://github.com/hedging8563/tokenlab-mcp-server",
|
|
11
11
|
"landing_url": "https://tokenlab.sh/mcp",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"openapi": "3.0.3",
|
|
26
26
|
"title": "TokenLab AI Gateway",
|
|
27
27
|
"version": "1.0.0",
|
|
28
|
-
"sha256": "
|
|
29
|
-
"tool_manifest_sha256": "
|
|
28
|
+
"sha256": "b74ba0927ad8a227fe200bca76441345adc5b36649f5a7f6a150c824626d99d6",
|
|
29
|
+
"tool_manifest_sha256": "62a3ca62dbe71ffa06e558f7b023f0a4ce6fbe0c2406dc31250cd320608ffb61"
|
|
30
30
|
},
|
|
31
31
|
"profiles": {
|
|
32
32
|
"catalog": {
|
package/generated/tools.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"openapi": "3.0.3",
|
|
7
7
|
"title": "TokenLab AI Gateway",
|
|
8
8
|
"version": "1.0.0",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "b74ba0927ad8a227fe200bca76441345adc5b36649f5a7f6a150c824626d99d6"
|
|
10
10
|
},
|
|
11
11
|
"default_profile": "core",
|
|
12
12
|
"profiles": [
|
|
@@ -3614,7 +3614,7 @@
|
|
|
3614
3614
|
},
|
|
3615
3615
|
"reference_images": {
|
|
3616
3616
|
"type": "array",
|
|
3617
|
-
"description": "Canonical public reference-image field for reference-to-video conditioning. This endpoint currently allows up to 9 URLs or compatible data URLs; model-specific limits can be lower. xAI grok-imagine-video accepts up to 7 image references with duration capped at 10 seconds
|
|
3617
|
+
"description": "Canonical public reference-image field for reference-to-video conditioning. This endpoint currently allows up to 9 URLs or compatible data URLs; model-specific limits can be lower. xAI grok-imagine-video accepts up to 7 image references with duration capped at 10 seconds; grok-imagine-video-1.5 and grok-imagine-video-1.5-preview are image-to-video only and do not accept reference images. When the selected Seedance model can use the TokenLab material library, TokenLab prepares this image input as reusable material before generation; if it is not ACTIVE within 60 seconds, the API returns 409 seedance_material_preparing with auto_material_asset_ids. If the selected model cannot use the material library, ordinary image inputs continue on the regular image path.",
|
|
3618
3618
|
"minItems": 1,
|
|
3619
3619
|
"maxItems": 9,
|
|
3620
3620
|
"items": {
|
package/package.json
CHANGED