@tokenlabai/mcp-server 0.6.2 → 0.6.4
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 +3 -13
- package/generated/public-contract.json +3 -3
- package/generated/tools.json +4 -14
- 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.4 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.4`
|
|
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
|
@@ -7267,21 +7267,11 @@
|
|
|
7267
7267
|
},
|
|
7268
7268
|
"size": {
|
|
7269
7269
|
"type": "string",
|
|
7270
|
-
"
|
|
7271
|
-
"description": "Image size. For gpt-image-2, use auto or WIDTHxHEIGHT; custom dimensions must both be multiples of 16, longest edge <= 3840px, long/short ratio <= 3:1, and total pixels between 655,360 and 8,294,400."
|
|
7270
|
+
"description": "Image size. Defaults are model-specific. For gpt-image-2, omit this field or use auto for automatic sizing, or send WIDTHxHEIGHT; custom dimensions must both be multiples of 16, longest edge <= 3840px, long/short ratio <= 3:1, and total pixels between 655,360 and 8,294,400."
|
|
7272
7271
|
},
|
|
7273
7272
|
"quality": {
|
|
7274
7273
|
"type": "string",
|
|
7275
|
-
"
|
|
7276
|
-
"standard",
|
|
7277
|
-
"hd",
|
|
7278
|
-
"auto",
|
|
7279
|
-
"low",
|
|
7280
|
-
"medium",
|
|
7281
|
-
"high"
|
|
7282
|
-
],
|
|
7283
|
-
"default": "standard",
|
|
7284
|
-
"description": "Image quality. GPT Image models such as gpt-image-2 use auto/low/medium/high. Other image families may use provider-specific values."
|
|
7274
|
+
"description": "Image quality. Defaults and accepted values are model-specific. For gpt-image-2, omit this field or use auto for automatic quality, or send low, medium, or high. Other image families may use provider-specific values."
|
|
7285
7275
|
},
|
|
7286
7276
|
"style": {
|
|
7287
7277
|
"type": "string",
|
|
@@ -7886,7 +7876,7 @@
|
|
|
7886
7876
|
},
|
|
7887
7877
|
"reference_images": {
|
|
7888
7878
|
"type": "array",
|
|
7889
|
-
"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
|
|
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; 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.",
|
|
7890
7880
|
"minItems": 1,
|
|
7891
7881
|
"maxItems": 9,
|
|
7892
7882
|
"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.4",
|
|
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": "8558ae8b687960de208a097858d35f8aa1f2c3a51c0e63f688b67bde35c7284c",
|
|
29
|
+
"tool_manifest_sha256": "88cd4e65ce9cb3ee6fb98dc8c809dc8ecc269f76fa4d437995614e690b078eca"
|
|
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": "8558ae8b687960de208a097858d35f8aa1f2c3a51c0e63f688b67bde35c7284c"
|
|
10
10
|
},
|
|
11
11
|
"default_profile": "core",
|
|
12
12
|
"profiles": [
|
|
@@ -2255,21 +2255,11 @@
|
|
|
2255
2255
|
},
|
|
2256
2256
|
"size": {
|
|
2257
2257
|
"type": "string",
|
|
2258
|
-
"
|
|
2259
|
-
"description": "Image size. For gpt-image-2, use auto or WIDTHxHEIGHT; custom dimensions must both be multiples of 16, longest edge <= 3840px, long/short ratio <= 3:1, and total pixels between 655,360 and 8,294,400."
|
|
2258
|
+
"description": "Image size. Defaults are model-specific. For gpt-image-2, omit this field or use auto for automatic sizing, or send WIDTHxHEIGHT; custom dimensions must both be multiples of 16, longest edge <= 3840px, long/short ratio <= 3:1, and total pixels between 655,360 and 8,294,400."
|
|
2260
2259
|
},
|
|
2261
2260
|
"quality": {
|
|
2262
2261
|
"type": "string",
|
|
2263
|
-
"
|
|
2264
|
-
"standard",
|
|
2265
|
-
"hd",
|
|
2266
|
-
"auto",
|
|
2267
|
-
"low",
|
|
2268
|
-
"medium",
|
|
2269
|
-
"high"
|
|
2270
|
-
],
|
|
2271
|
-
"default": "standard",
|
|
2272
|
-
"description": "Image quality. GPT Image models such as gpt-image-2 use auto/low/medium/high. Other image families may use provider-specific values."
|
|
2262
|
+
"description": "Image quality. Defaults and accepted values are model-specific. For gpt-image-2, omit this field or use auto for automatic quality, or send low, medium, or high. Other image families may use provider-specific values."
|
|
2273
2263
|
},
|
|
2274
2264
|
"style": {
|
|
2275
2265
|
"type": "string",
|
|
@@ -3624,7 +3614,7 @@
|
|
|
3624
3614
|
},
|
|
3625
3615
|
"reference_images": {
|
|
3626
3616
|
"type": "array",
|
|
3627
|
-
"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.",
|
|
3628
3618
|
"minItems": 1,
|
|
3629
3619
|
"maxItems": 9,
|
|
3630
3620
|
"items": {
|
package/package.json
CHANGED