@apicity/mcp-server 0.4.1 → 0.4.2
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/endpoint-docs.tsv +3 -2
- package/package.json +22 -22
package/dist/endpoint-docs.tsv
CHANGED
|
@@ -592,8 +592,8 @@ xai v1.files DELETE https://api.x.ai/v1/files/{fileId} https://docs.x.ai/docs/ap
|
|
|
592
592
|
xai v1.files GET https://api.x.ai/v1/files/{fileIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
593
593
|
xai v1.files POST https://api.x.ai/v1/files https://docs.x.ai/docs/api-reference
|
|
594
594
|
xai v1.imageGenerationModels GET https://api.x.ai/v1/image-generation-models/{modelIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
595
|
-
xai v1.images.edits POST https://api.x.ai/v1/images/edits https://docs.x.ai/
|
|
596
|
-
xai v1.images.generations POST https://api.x.ai/v1/images/generations https://docs.x.ai/
|
|
595
|
+
xai v1.images.edits POST https://api.x.ai/v1/images/edits https://docs.x.ai/developers/rest-api-reference/inference/images
|
|
596
|
+
xai v1.images.generations POST https://api.x.ai/v1/images/generations https://docs.x.ai/developers/rest-api-reference/inference/images
|
|
597
597
|
xai v1.languageModels GET https://api.x.ai/v1/language-models/{modelIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
598
598
|
xai v1.models GET https://api.x.ai/v1/models/{modelIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
599
599
|
xai v1.realtime.clientSecrets POST https://api.x.ai/v1/realtime/client_secrets https://docs.x.ai/docs/api-reference
|
|
@@ -608,6 +608,7 @@ xai v1.videos GET https://api.x.ai/v1/videos/{requestId} https://docs.x.ai/docs/
|
|
|
608
608
|
xai v1.videos.edits POST https://api.x.ai/v1/videos/edits https://docs.x.ai/docs/api-reference
|
|
609
609
|
xai v1.videos.extensions POST https://api.x.ai/v1/videos/extensions https://docs.x.ai/docs/api-reference
|
|
610
610
|
xai v1.videos.generations POST https://api.x.ai/v1/videos/generations https://docs.x.ai/docs/api-reference
|
|
611
|
+
xai v1.videos.generations.imageToVideo POST https://api.x.ai/v1/videos/generations https://docs.x.ai/developers/model-capabilities/video/image-to-video
|
|
611
612
|
youtube channels.list GET https://www.googleapis.com/youtube/v3/channels{query} https://developers.google.com/youtube/v3/docs/channels/list
|
|
612
613
|
youtube transcripts GET https://www.youtube.com/watch?v={videoId}
|
|
613
614
|
youtube videoMetadata ? ? https://developers.google.com/youtube/player_parameters
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/mcp-server",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Optional MCP (Model Context Protocol) server that exposes every @apicity provider endpoint as a tool.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
50
|
-
"@apicity/
|
|
51
|
-
"@apicity/
|
|
52
|
-
"@apicity/b2": "0.4.
|
|
53
|
-
"@apicity/binance": "0.4.
|
|
54
|
-
"@apicity/
|
|
55
|
-
"@apicity/
|
|
56
|
-
"@apicity/
|
|
57
|
-
"@apicity/fal": "0.4.
|
|
58
|
-
"@apicity/fireworks": "0.4.
|
|
59
|
-
"@apicity/free-media-upload": "0.4.
|
|
60
|
-
"@apicity/google": "0.4.
|
|
61
|
-
"@apicity/
|
|
62
|
-
"@apicity/
|
|
63
|
-
"@apicity/
|
|
64
|
-
"@apicity/
|
|
65
|
-
"@apicity/
|
|
66
|
-
"@apicity/
|
|
67
|
-
"@apicity/
|
|
68
|
-
"@apicity/
|
|
69
|
-
"@apicity/
|
|
70
|
-
"@apicity/
|
|
50
|
+
"@apicity/alibaba": "0.4.2",
|
|
51
|
+
"@apicity/anthropic": "0.4.2",
|
|
52
|
+
"@apicity/b2": "0.4.2",
|
|
53
|
+
"@apicity/binance": "0.4.2",
|
|
54
|
+
"@apicity/cost": "0.4.2",
|
|
55
|
+
"@apicity/dolthub": "0.4.2",
|
|
56
|
+
"@apicity/elevenlabs": "0.4.2",
|
|
57
|
+
"@apicity/fal": "0.4.2",
|
|
58
|
+
"@apicity/fireworks": "0.4.2",
|
|
59
|
+
"@apicity/free-media-upload": "0.4.2",
|
|
60
|
+
"@apicity/google": "0.4.2",
|
|
61
|
+
"@apicity/meta": "0.4.2",
|
|
62
|
+
"@apicity/kie": "0.4.2",
|
|
63
|
+
"@apicity/kimicoding": "0.4.2",
|
|
64
|
+
"@apicity/openai": "0.4.2",
|
|
65
|
+
"@apicity/polymarket": "0.4.2",
|
|
66
|
+
"@apicity/s3": "0.4.2",
|
|
67
|
+
"@apicity/telegram": "0.4.2",
|
|
68
|
+
"@apicity/x": "0.4.2",
|
|
69
|
+
"@apicity/xai": "0.4.2",
|
|
70
|
+
"@apicity/youtube": "0.4.2"
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://github.com/justintanner/apicity#readme",
|
|
73
73
|
"bugs": {
|