@apicity/mcp-server 0.2.4 → 0.2.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.
@@ -52,6 +52,7 @@ fal bytedance.seedance2p0.referenceToVideo POST https://api.fal.ai/v1/bytedance/
52
52
  fal bytedance.seedance2p0.textToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/text-to-video https://docs.fal.ai
53
53
  fal bytedance.seedream.v5.lite.edit POST https://api.fal.ai/v1/fal-ai/bytedance/seedream/v5/lite/edit https://docs.fal.ai
54
54
  fal bytedance.seedream.v5.lite.textToImage POST https://api.fal.ai/v1/fal-ai/bytedance/seedream/v5/lite/text-to-image https://docs.fal.ai
55
+ fal bytedance.seedSpeech.tts.v2 POST https://api.fal.ai/v1/fal-ai/bytedance/seed-speech/tts/v2 https://fal.ai/models/fal-ai/bytedance/seed-speech/tts/v2/api
55
56
  fal falAi.elevenlabs.speechToText.scribeV2 POST https://api.fal.ai/v1/fal-ai/elevenlabs/speech-to-text/scribe-v2 https://docs.fal.ai
56
57
  fal gptImage1p5 POST https://api.fal.ai/v1/fal-ai/gpt-image-1.5 https://docs.fal.ai
57
58
  fal gptImage1p5.edit POST https://api.fal.ai/v1/fal-ai/gpt-image-1.5/edit https://docs.fal.ai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicity/mcp-server",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
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,22 +47,22 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.29.0",
50
- "@apicity/cost": "0.2.4"
50
+ "@apicity/cost": "0.2.5"
51
51
  },
52
52
  "peerDependencies": {
53
- "@apicity/anthropic": "0.2.4",
54
- "@apicity/alibaba": "0.2.4",
55
- "@apicity/elevenlabs": "0.2.4",
56
- "@apicity/fal": "0.2.4",
57
- "@apicity/free-media-upload": "0.2.4",
58
- "@apicity/fireworks": "0.2.4",
59
- "@apicity/kimicoding": "0.2.4",
60
- "@apicity/meta": "0.2.4",
61
- "@apicity/kie": "0.2.4",
62
- "@apicity/openai": "0.2.4",
63
- "@apicity/telegram": "0.2.4",
64
- "@apicity/x": "0.2.4",
65
- "@apicity/xai": "0.2.4"
53
+ "@apicity/fal": "0.2.5",
54
+ "@apicity/alibaba": "0.2.5",
55
+ "@apicity/elevenlabs": "0.2.5",
56
+ "@apicity/fireworks": "0.2.5",
57
+ "@apicity/meta": "0.2.5",
58
+ "@apicity/anthropic": "0.2.5",
59
+ "@apicity/kie": "0.2.5",
60
+ "@apicity/kimicoding": "0.2.5",
61
+ "@apicity/free-media-upload": "0.2.5",
62
+ "@apicity/openai": "0.2.5",
63
+ "@apicity/telegram": "0.2.5",
64
+ "@apicity/x": "0.2.5",
65
+ "@apicity/xai": "0.2.5"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "@apicity/alibaba": {
@@ -106,19 +106,19 @@
106
106
  }
107
107
  },
108
108
  "devDependencies": {
109
- "@apicity/anthropic": "0.2.4",
110
- "@apicity/fal": "0.2.4",
111
- "@apicity/fireworks": "0.2.4",
112
- "@apicity/alibaba": "0.2.4",
113
- "@apicity/elevenlabs": "0.2.4",
114
- "@apicity/free-media-upload": "0.2.4",
115
- "@apicity/meta": "0.2.4",
116
- "@apicity/kie": "0.2.4",
117
- "@apicity/openai": "0.2.4",
118
- "@apicity/telegram": "0.2.4",
119
- "@apicity/x": "0.2.4",
120
- "@apicity/xai": "0.2.4",
121
- "@apicity/kimicoding": "0.2.4"
109
+ "@apicity/alibaba": "0.2.5",
110
+ "@apicity/fireworks": "0.2.5",
111
+ "@apicity/anthropic": "0.2.5",
112
+ "@apicity/free-media-upload": "0.2.5",
113
+ "@apicity/elevenlabs": "0.2.5",
114
+ "@apicity/meta": "0.2.5",
115
+ "@apicity/fal": "0.2.5",
116
+ "@apicity/kie": "0.2.5",
117
+ "@apicity/openai": "0.2.5",
118
+ "@apicity/kimicoding": "0.2.5",
119
+ "@apicity/telegram": "0.2.5",
120
+ "@apicity/x": "0.2.5",
121
+ "@apicity/xai": "0.2.5"
122
122
  },
123
123
  "homepage": "https://github.com/justintanner/apicity#readme",
124
124
  "bugs": {