@apicity/mcp-server 0.2.5 → 0.2.7
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 +43 -17
- package/dist/src/providers.d.ts.map +1 -1
- package/dist/src/providers.js +6 -0
- package/dist/src/providers.js.map +1 -1
- package/package.json +33 -28
package/dist/endpoint-docs.tsv
CHANGED
|
@@ -39,11 +39,14 @@ dolthub v1alpha1.sql.read GET https://www.dolthub.com/api/v1alpha1/{owner}/{data
|
|
|
39
39
|
dolthub v1alpha1.sql.write POST https://www.dolthub.com/api/v1alpha1/{owner}/{database}/write/{fromBranch}/{toBranch}{query} https://www.dolthub.com/docs/products/dolthub/api/sql
|
|
40
40
|
dolthub v1alpha1.sql.writePoll GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/write{query} https://www.dolthub.com/docs/products/dolthub/api/sql
|
|
41
41
|
dolthub v1alpha1.user GET https://www.dolthub.com/api/v1alpha1/user
|
|
42
|
+
elevenlabs v1.voices GET https://api.elevenlabs.io/v1/voices/{voiceId} https://elevenlabs.io/docs/api-reference/voices/get
|
|
43
|
+
elevenlabs v1.voices.settings GET https://api.elevenlabs.io/v1/voices/{voiceId}/settings https://elevenlabs.io/docs/api-reference/voices/get-settings
|
|
42
44
|
elevenlabs v1.soundGeneration POST https://api.elevenlabs.io/v1/sound-generation https://elevenlabs.io/docs/api-reference/text-to-sound-effects/convert
|
|
43
45
|
elevenlabs v1.speechToText POST https://api.elevenlabs.io/v1/speech-to-text https://elevenlabs.io/docs/api-reference/speech-to-text/convert
|
|
44
46
|
elevenlabs v1.textToDialogue POST https://api.elevenlabs.io/v1/text-to-dialogue https://elevenlabs.io/docs/api-reference/text-to-dialogue/convert
|
|
45
47
|
elevenlabs v1.textToSpeech POST https://api.elevenlabs.io/v1/text-to-speech/{voiceId} https://elevenlabs.io/docs/api-reference/text-to-speech/convert
|
|
46
48
|
elevenlabs v1.user.subscription GET https://api.elevenlabs.io/v1/user/subscription https://elevenlabs.io/docs/api-reference/user/subscription/get
|
|
49
|
+
elevenlabs v2.voices GET https://api.elevenlabs.io/v2/voices https://elevenlabs.io/docs/api-reference/voices/search
|
|
47
50
|
fal bytedance.seedance2p0.fast.imageToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/image-to-video https://docs.fal.ai
|
|
48
51
|
fal bytedance.seedance2p0.fast.referenceToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/reference-to-video
|
|
49
52
|
fal bytedance.seedance2p0.fast.textToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/text-to-video https://docs.fal.ai
|
|
@@ -204,6 +207,8 @@ fireworks inference.v1.rerank POST https://api.fireworks.ai/inference/v1/rerank
|
|
|
204
207
|
fireworks inference.v1.workflows.getResult POST ? https://docs.fireworks.ai/api-reference
|
|
205
208
|
fireworks inference.v1.workflows.kontext POST ? https://docs.fireworks.ai/api-reference
|
|
206
209
|
fireworks inference.v1.workflows.textToImage POST ? https://docs.fireworks.ai/api-reference
|
|
210
|
+
google v1.publishers.google.models.countTokens POST https://aiplatform.googleapis.com/v1/publishers/google/models/{model}:countTokens https://docs.cloud.google.com/gemini-enterprise-agent-platform/reference/express-mode/rest/v1/publishers.models/countTokens
|
|
211
|
+
google v1.publishers.google.models.generateContent POST https://aiplatform.googleapis.com/v1/publishers/google/models/{model}:generateContent https://docs.cloud.google.com/vertex-ai/generative-ai/docs/reference/express-mode/rest/v1/publishers.models/generateContent
|
|
207
212
|
free-media-upload catbox.upload POST https://catbox.moe/user/api.php https://catbox.moe/tools.php
|
|
208
213
|
free-media-upload filebin.upload POST https://filebin.net/{bin}/{filename} https://filebin.net/
|
|
209
214
|
free-media-upload gofile.upload POST https://upload.gofile.io/uploadfile https://gofile.io/api
|
|
@@ -217,9 +222,6 @@ kie api.fileStreamUpload POST https://api.kie.ai/api/file-stream-upload https://
|
|
|
217
222
|
kie api.fileUrlUpload POST https://api.kie.ai/api/file-url-upload https://docs.kie.ai/file-upload-api/upload-file-url
|
|
218
223
|
kie api.v1.chat.credit GET https://api.kie.ai/api/v1/chat/credit https://docs.kie.ai/common-api/get-account-credits
|
|
219
224
|
kie api.v1.common.downloadUrl POST https://api.kie.ai/api/v1/common/download-url https://docs.kie.ai/common-api/download-url
|
|
220
|
-
kie api.v1.elevenlabs.textToDialogueV3 POST https://api.kie.ai/api/v1/jobs/createTask https://docs.kie.ai/market/elevenlabs/text-to-dialogue-v3
|
|
221
|
-
kie api.v1.elevenlabs.textToSpeechMultilingualV2 POST https://api.kie.ai/api/v1/jobs/createTask https://docs.kie.ai/market/elevenlabs/text-to-speech-multilingual-v2
|
|
222
|
-
kie api.v1.elevenlabs.textToSpeechTurbo25 POST https://api.kie.ai/api/v1/jobs/createTask https://docs.kie.ai/market/elevenlabs/text-to-speech-turbo-2-5
|
|
223
225
|
kie api.v1.generate POST https://api.kie.ai/api/v1/generate https://docs.kie.ai/suno-api/generate-music
|
|
224
226
|
kie api.v1.generate.addInstrumental POST https://api.kie.ai/api/v1/generate/add-instrumental https://docs.kie.ai/suno-api/add-instrumental
|
|
225
227
|
kie api.v1.generate.addVocals POST https://api.kie.ai/api/v1/generate/add-vocals https://docs.kie.ai/suno-api/add-vocals
|
|
@@ -299,16 +301,39 @@ openai v1.responses.compact POST https://api.openai.com/v1/responses/compact htt
|
|
|
299
301
|
openai v1.responses.inputItems GET https://api.openai.com/v1/responses/{id}/input_items https://platform.openai.com/docs/api-reference
|
|
300
302
|
openai v1.responses.inputTokens POST https://api.openai.com/v1/responses/input_tokens https://platform.openai.com/docs/api-reference
|
|
301
303
|
polymarket clob.batchPricesHistory POST https://clob.polymarket.com/batch-prices-history https://docs.polymarket.com/api-reference/clob/get-batch-prices-history
|
|
304
|
+
polymarket clob.auth.apiKey DELETE https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication
|
|
305
|
+
polymarket clob.auth.apiKey POST https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication
|
|
306
|
+
polymarket clob.auth.apiKeys GET https://clob.polymarket.com/auth/api-keys https://docs.polymarket.com/api-reference/authentication
|
|
307
|
+
polymarket clob.auth.banStatus.closedOnly GET https://clob.polymarket.com/auth/ban-status/closed-only https://docs.polymarket.com/api-reference/authentication
|
|
308
|
+
polymarket clob.auth.deriveApiKey GET https://clob.polymarket.com/auth/derive-api-key https://docs.polymarket.com/api-reference/authentication
|
|
309
|
+
polymarket clob.balanceAllowance GET https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication
|
|
310
|
+
polymarket clob.balanceAllowance PUT https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication
|
|
311
|
+
polymarket clob.balanceAllowance.update GET https://clob.polymarket.com/balance-allowance/update{query} https://docs.polymarket.com/api-reference/authentication
|
|
302
312
|
polymarket clob.book GET https://clob.polymarket.com/book{query} https://docs.polymarket.com/api-reference/clob/get-order-book
|
|
303
313
|
polymarket clob.books POST https://clob.polymarket.com/books https://docs.polymarket.com/api-reference/clob/get-order-books
|
|
314
|
+
polymarket clob.cancelAll DELETE https://clob.polymarket.com/cancel-all https://docs.polymarket.com/api-reference/trade/cancel-all-orders
|
|
315
|
+
polymarket clob.cancelMarketOrders DELETE https://clob.polymarket.com/cancel-market-orders https://docs.polymarket.com/api-reference/trade/cancel-orders-for-a-market
|
|
304
316
|
polymarket clob.clobMarkets GET https://clob.polymarket.com/clob-markets/{conditionId} https://docs.polymarket.com/api-reference/clob/get-clob-market-info
|
|
317
|
+
polymarket clob.data.order GET https://clob.polymarket.com/data/order/{orderID} https://docs.polymarket.com/api-reference/trade/get-single-order-by-id
|
|
318
|
+
polymarket clob.data.orders GET https://clob.polymarket.com/data/orders{query} https://docs.polymarket.com/api-reference/trade/get-user-orders
|
|
319
|
+
polymarket clob.data.trades GET https://clob.polymarket.com/data/trades{query} https://docs.polymarket.com/api-reference/trade/get-trades
|
|
305
320
|
polymarket clob.feeRate GET https://clob.polymarket.com/fee-rate/{tokenId} https://docs.polymarket.com/api-reference/clob/get-fee-rate
|
|
321
|
+
polymarket clob.heartbeats POST https://clob.polymarket.com/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat
|
|
306
322
|
polymarket clob.lastTradePrice GET https://clob.polymarket.com/last-trade-price{query} https://docs.polymarket.com/api-reference/clob/get-last-trade-price
|
|
307
323
|
polymarket clob.lastTradesPrices POST https://clob.polymarket.com/last-trades-prices https://docs.polymarket.com/api-reference/clob/get-last-trades-prices
|
|
308
324
|
polymarket clob.markets GET https://clob.polymarket.com/markets/{paramsOrConditionIdOrSignal} https://docs.polymarket.com/api-reference/clob/get-markets
|
|
309
325
|
polymarket clob.marketsByToken GET https://clob.polymarket.com/markets-by-token/{tokenId} https://docs.polymarket.com/api-reference/clob/get-market-by-token
|
|
310
326
|
polymarket clob.midpoint GET https://clob.polymarket.com/midpoint{query} https://docs.polymarket.com/api-reference/clob/get-midpoint
|
|
311
327
|
polymarket clob.midpoints POST https://clob.polymarket.com/midpoints https://docs.polymarket.com/api-reference/clob/get-midpoints
|
|
328
|
+
polymarket clob.notifications DELETE https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication
|
|
329
|
+
polymarket clob.notifications GET https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication
|
|
330
|
+
polymarket clob.order DELETE https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/cancel-single-order
|
|
331
|
+
polymarket clob.order POST https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/post-a-new-order
|
|
332
|
+
polymarket clob.orderScoring GET https://clob.polymarket.com/order-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
|
|
333
|
+
polymarket clob.orders DELETE https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/cancel-multiple-orders
|
|
334
|
+
polymarket clob.orders POST https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/post-multiple-orders
|
|
335
|
+
polymarket clob.ordersScoring GET https://clob.polymarket.com/orders-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
|
|
336
|
+
polymarket clob.ordersScoring POST https://clob.polymarket.com/orders-scoring https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
|
|
312
337
|
polymarket clob.price GET https://clob.polymarket.com/price{query} https://docs.polymarket.com/api-reference/clob/get-market-price
|
|
313
338
|
polymarket clob.prices POST https://clob.polymarket.com/prices https://docs.polymarket.com/api-reference/clob/get-market-prices
|
|
314
339
|
polymarket clob.pricesHistory GET https://clob.polymarket.com/prices-history{query} https://docs.polymarket.com/api-reference/clob/get-prices-history
|
|
@@ -319,6 +344,7 @@ polymarket clob.spread GET https://clob.polymarket.com/spread{query} https://doc
|
|
|
319
344
|
polymarket clob.spreads POST https://clob.polymarket.com/spreads https://docs.polymarket.com/api-reference/clob/get-spreads
|
|
320
345
|
polymarket clob.tickSize GET https://clob.polymarket.com/tick-size/{tokenId} https://docs.polymarket.com/api-reference/clob/get-tick-size
|
|
321
346
|
polymarket clob.time GET https://clob.polymarket.com/time https://docs.polymarket.com/api-reference/clob/get-server-time
|
|
347
|
+
polymarket clob.v1.heartbeats POST https://clob.polymarket.com/v1/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat
|
|
322
348
|
polymarket data.activity GET https://data-api.polymarket.com/activity{query} https://docs.polymarket.com/api-reference/data/get-activity
|
|
323
349
|
polymarket data.holders GET https://data-api.polymarket.com/holders{query} https://docs.polymarket.com/api-reference/data/get-holders
|
|
324
350
|
polymarket data.liveVolume GET https://data-api.polymarket.com/live-volume{query} https://docs.polymarket.com/api-reference/data/get-live-volume
|
|
@@ -353,7 +379,7 @@ x v2.media.upload.append POST https://api.x.com/2/media/upload/{id}/append https
|
|
|
353
379
|
x v2.media.upload.finalize POST https://api.x.com/2/media/upload/{id}/finalize https://docs.x.com/x-api/media/finalize-media-upload
|
|
354
380
|
x v2.media.upload.initialize POST https://api.x.com/2/media/upload/initialize https://docs.x.com/x-api/media/media-upload-initialize
|
|
355
381
|
x v2.tweets POST https://api.x.com/2/tweets https://docs.x.com/x-api/posts/create-post
|
|
356
|
-
xai auth.teams.apiKeys GET https://management-api.x.ai/auth/teams/{teamId}/api-keys{query} https://docs.x.ai/developers/rest-api-reference/management/auth
|
|
382
|
+
xai managementApi.auth.teams.apiKeys GET https://management-api.x.ai/auth/teams/{teamId}/api-keys{query} https://docs.x.ai/developers/rest-api-reference/management/auth
|
|
357
383
|
xai v1.apiKey GET https://api.x.ai/v1/api-key https://docs.x.ai/developers/rest-api-reference/inference/other
|
|
358
384
|
xai v1.batches GET https://api.x.ai/v1/batches/{paramsOrIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
359
385
|
xai v1.batches POST https://api.x.ai/v1/batches https://docs.x.ai/docs/api-reference
|
|
@@ -361,21 +387,21 @@ xai v1.batches.cancel POST https://api.x.ai/v1/batches/{batchId}:cancel https://
|
|
|
361
387
|
xai v1.batches.requests GET https://api.x.ai/v1/batches/{batchId}/requests{query} https://docs.x.ai/docs/api-reference
|
|
362
388
|
xai v1.batches.requests POST https://api.x.ai/v1/batches/{batchId}/requests https://docs.x.ai/docs/api-reference
|
|
363
389
|
xai v1.batches.results GET https://api.x.ai/v1/batches/{batchId}/results{query} https://docs.x.ai/docs/api-reference
|
|
364
|
-
xai v1.billing.teams.postpaid.invoice.preview GET https://management-api.x.ai/v1/billing/teams/{teamId}/postpaid/invoice/preview https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
365
|
-
xai v1.billing.teams.postpaid.spendingLimits GET https://management-api.x.ai/v1/billing/teams/{teamId}/postpaid/spending-limits https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
366
|
-
xai v1.billing.teams.prepaid.balance GET https://management-api.x.ai/v1/billing/teams/{teamId}/prepaid/balance https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
367
|
-
xai v1.billing.teams.usage POST https://management-api.x.ai/v1/billing/teams/{teamId}/usage https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
390
|
+
xai managementApi.v1.billing.teams.postpaid.invoice.preview GET https://management-api.x.ai/v1/billing/teams/{teamId}/postpaid/invoice/preview https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
391
|
+
xai managementApi.v1.billing.teams.postpaid.spendingLimits GET https://management-api.x.ai/v1/billing/teams/{teamId}/postpaid/spending-limits https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
392
|
+
xai managementApi.v1.billing.teams.prepaid.balance GET https://management-api.x.ai/v1/billing/teams/{teamId}/prepaid/balance https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
393
|
+
xai managementApi.v1.billing.teams.usage POST https://management-api.x.ai/v1/billing/teams/{teamId}/usage https://docs.x.ai/developers/rest-api-reference/management/billing
|
|
368
394
|
xai v1.chat.completions POST https://api.x.ai/v1/chat/completions https://docs.x.ai/docs/api-reference
|
|
369
395
|
xai v1.chat.deferredCompletion GET https://api.x.ai/v1/chat/deferred-completion/{requestId} https://docs.x.ai/docs/api-reference
|
|
370
|
-
xai v1.collections DELETE https://management-api.x.ai/v1/collections/{collectionId} https://docs.x.ai/docs/api-reference
|
|
371
|
-
xai v1.collections GET https://management-api.x.ai/v1/collections/{paramsOrIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
372
|
-
xai v1.collections POST https://management-api.x.ai/v1/collections https://docs.x.ai/docs/api-reference
|
|
373
|
-
xai v1.collections PUT https://management-api.x.ai/v1/collections/{collectionId} https://docs.x.ai/docs/api-reference
|
|
374
|
-
xai v1.collections.documents DELETE https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
375
|
-
xai v1.collections.documents GET https://management-api.x.ai/v1/collections/{collectionId}/documents/{paramsOrFileId} https://docs.x.ai/docs/api-reference
|
|
376
|
-
xai v1.collections.documents PATCH https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
377
|
-
xai v1.collections.documents POST https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
378
|
-
xai v1.collections.documents.batchGet GET https://management-api.x.ai/v1/collections/{collectionId}/documents:batchGet{query} https://docs.x.ai/docs/api-reference
|
|
396
|
+
xai managementApi.v1.collections DELETE https://management-api.x.ai/v1/collections/{collectionId} https://docs.x.ai/docs/api-reference
|
|
397
|
+
xai managementApi.v1.collections GET https://management-api.x.ai/v1/collections/{paramsOrIdOrSignal} https://docs.x.ai/docs/api-reference
|
|
398
|
+
xai managementApi.v1.collections POST https://management-api.x.ai/v1/collections https://docs.x.ai/docs/api-reference
|
|
399
|
+
xai managementApi.v1.collections PUT https://management-api.x.ai/v1/collections/{collectionId} https://docs.x.ai/docs/api-reference
|
|
400
|
+
xai managementApi.v1.collections.documents DELETE https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
401
|
+
xai managementApi.v1.collections.documents GET https://management-api.x.ai/v1/collections/{collectionId}/documents/{paramsOrFileId} https://docs.x.ai/docs/api-reference
|
|
402
|
+
xai managementApi.v1.collections.documents PATCH https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
403
|
+
xai managementApi.v1.collections.documents POST https://management-api.x.ai/v1/collections/{collectionId}/documents/{fileId} https://docs.x.ai/docs/api-reference
|
|
404
|
+
xai managementApi.v1.collections.documents.batchGet GET https://management-api.x.ai/v1/collections/{collectionId}/documents:batchGet{query} https://docs.x.ai/docs/api-reference
|
|
379
405
|
xai v1.customVoices POST https://api.x.ai/v1/custom-voices https://docs.x.ai/docs/api-reference
|
|
380
406
|
xai v1.documents.search POST https://api.x.ai/v1/documents/search https://docs.x.ai/docs/api-reference
|
|
381
407
|
xai v1.files DELETE https://api.x.ai/v1/files/{fileId} https://docs.x.ai/docs/api-reference
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/providers.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,UAAU,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAOD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/providers.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,UAAU,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAOD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CA4FlD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE3D,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,YAAY,EAClB,aAAa,CAAC,EAAE,MAAM,GACrB,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC,CAwBtC"}
|
package/dist/src/providers.js
CHANGED
|
@@ -38,6 +38,12 @@ export const PROVIDERS = {
|
|
|
38
38
|
importPath: "@apicity/fal",
|
|
39
39
|
factoryName: "createFal",
|
|
40
40
|
},
|
|
41
|
+
google: {
|
|
42
|
+
envVar: "GOOGLE_API_KEY",
|
|
43
|
+
optionKey: "apiKey",
|
|
44
|
+
importPath: "@apicity/google",
|
|
45
|
+
factoryName: "createGoogle",
|
|
46
|
+
},
|
|
41
47
|
kie: {
|
|
42
48
|
envVar: "KIE_API_KEY",
|
|
43
49
|
optionKey: "apiKey",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../src/providers.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../src/providers.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
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,23 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
50
|
-
"@apicity/cost": "0.2.
|
|
50
|
+
"@apicity/cost": "0.2.7"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@apicity/
|
|
54
|
-
"@apicity/
|
|
55
|
-
"@apicity/
|
|
56
|
-
"@apicity/
|
|
57
|
-
"@apicity/
|
|
58
|
-
"@apicity/
|
|
59
|
-
"@apicity/
|
|
60
|
-
"@apicity/
|
|
61
|
-
"@apicity/
|
|
62
|
-
"@apicity/
|
|
63
|
-
"@apicity/
|
|
64
|
-
"@apicity/
|
|
65
|
-
"@apicity/
|
|
53
|
+
"@apicity/alibaba": "0.2.7",
|
|
54
|
+
"@apicity/elevenlabs": "0.2.7",
|
|
55
|
+
"@apicity/fireworks": "0.2.7",
|
|
56
|
+
"@apicity/anthropic": "0.2.7",
|
|
57
|
+
"@apicity/fal": "0.2.7",
|
|
58
|
+
"@apicity/free-media-upload": "0.2.7",
|
|
59
|
+
"@apicity/google": "0.2.7",
|
|
60
|
+
"@apicity/meta": "0.2.7",
|
|
61
|
+
"@apicity/kie": "0.2.7",
|
|
62
|
+
"@apicity/kimicoding": "0.2.7",
|
|
63
|
+
"@apicity/openai": "0.2.7",
|
|
64
|
+
"@apicity/telegram": "0.2.7",
|
|
65
|
+
"@apicity/x": "0.2.7",
|
|
66
|
+
"@apicity/xai": "0.2.7"
|
|
66
67
|
},
|
|
67
68
|
"peerDependenciesMeta": {
|
|
68
69
|
"@apicity/alibaba": {
|
|
@@ -83,6 +84,9 @@
|
|
|
83
84
|
"@apicity/free-media-upload": {
|
|
84
85
|
"optional": true
|
|
85
86
|
},
|
|
87
|
+
"@apicity/google": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
86
90
|
"@apicity/meta": {
|
|
87
91
|
"optional": true
|
|
88
92
|
},
|
|
@@ -106,19 +110,20 @@
|
|
|
106
110
|
}
|
|
107
111
|
},
|
|
108
112
|
"devDependencies": {
|
|
109
|
-
"@apicity/
|
|
110
|
-
"@apicity/
|
|
111
|
-
"@apicity/
|
|
112
|
-
"@apicity/
|
|
113
|
-
"@apicity/
|
|
114
|
-
"@apicity/
|
|
115
|
-
"@apicity/
|
|
116
|
-
"@apicity/
|
|
117
|
-
"@apicity/
|
|
118
|
-
"@apicity/kimicoding": "0.2.
|
|
119
|
-
"@apicity/telegram": "0.2.
|
|
120
|
-
"@apicity/
|
|
121
|
-
"@apicity/
|
|
113
|
+
"@apicity/anthropic": "0.2.7",
|
|
114
|
+
"@apicity/alibaba": "0.2.7",
|
|
115
|
+
"@apicity/elevenlabs": "0.2.7",
|
|
116
|
+
"@apicity/fireworks": "0.2.7",
|
|
117
|
+
"@apicity/fal": "0.2.7",
|
|
118
|
+
"@apicity/free-media-upload": "0.2.7",
|
|
119
|
+
"@apicity/google": "0.2.7",
|
|
120
|
+
"@apicity/meta": "0.2.7",
|
|
121
|
+
"@apicity/kie": "0.2.7",
|
|
122
|
+
"@apicity/kimicoding": "0.2.7",
|
|
123
|
+
"@apicity/telegram": "0.2.7",
|
|
124
|
+
"@apicity/openai": "0.2.7",
|
|
125
|
+
"@apicity/x": "0.2.7",
|
|
126
|
+
"@apicity/xai": "0.2.7"
|
|
122
127
|
},
|
|
123
128
|
"homepage": "https://github.com/justintanner/apicity#readme",
|
|
124
129
|
"bugs": {
|