@apicity/mcp-server 0.6.6 → 0.6.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.
@@ -1,4 +1,5 @@
1
1
  provider dotPath method fullUrl docsUrl
2
+ dropbox check.user POST https://api.dropboxapi.com/2/check/user https://www.dropbox.com/developers/documentation/http/documentation#check-user
2
3
  dropbox users.getCurrentAccount POST https://api.dropboxapi.com/2/users/get_current_account https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account
3
4
  dropbox files.listFolder POST https://api.dropboxapi.com/2/files/list_folder https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
4
5
  dropbox files.listFolderContinue POST https://api.dropboxapi.com/2/files/list_folder/continue https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicity/mcp-server",
3
- "version": "0.6.6",
3
+ "version": "0.6.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,33 +47,33 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.29.0",
50
- "@apicity/alibaba": "0.6.6",
51
- "@apicity/anthropic": "0.6.6",
52
- "@apicity/b2": "0.6.6",
53
- "@apicity/binance": "0.6.6",
54
- "@apicity/cost": "0.6.6",
55
- "@apicity/dolthub": "0.6.6",
56
- "@apicity/dropbox": "0.6.6",
57
- "@apicity/elevenlabs": "0.6.6",
58
- "@apicity/fal": "0.6.6",
59
- "@apicity/fireworks": "0.6.6",
60
- "@apicity/free-media-upload": "0.6.6",
61
- "@apicity/google": "0.6.6",
62
- "@apicity/meta": "0.6.6",
63
- "@apicity/kie": "0.6.6",
64
- "@apicity/kimicoding": "0.6.6",
65
- "@apicity/openf1": "0.6.6",
66
- "@apicity/openligadb": "0.6.6",
67
- "@apicity/openai": "0.6.6",
68
- "@apicity/polymarket": "0.6.6",
69
- "@apicity/s3": "0.6.6",
70
- "@apicity/simplefunctions": "0.6.6",
71
- "@apicity/telegram": "0.6.6",
72
- "@apicity/thesportsdb": "0.6.6",
73
- "@apicity/x": "0.6.6",
74
- "@apicity/xai": "0.6.6",
75
- "@apicity/youtube": "0.6.6",
76
- "@apicity/zaicoding": "0.6.6"
50
+ "@apicity/alibaba": "0.6.7",
51
+ "@apicity/anthropic": "0.6.7",
52
+ "@apicity/b2": "0.6.7",
53
+ "@apicity/binance": "0.6.7",
54
+ "@apicity/cost": "0.6.7",
55
+ "@apicity/dolthub": "0.6.7",
56
+ "@apicity/dropbox": "0.6.7",
57
+ "@apicity/elevenlabs": "0.6.7",
58
+ "@apicity/fal": "0.6.7",
59
+ "@apicity/fireworks": "0.6.7",
60
+ "@apicity/free-media-upload": "0.6.7",
61
+ "@apicity/google": "0.6.7",
62
+ "@apicity/meta": "0.6.7",
63
+ "@apicity/kie": "0.6.7",
64
+ "@apicity/kimicoding": "0.6.7",
65
+ "@apicity/openf1": "0.6.7",
66
+ "@apicity/openligadb": "0.6.7",
67
+ "@apicity/openai": "0.6.7",
68
+ "@apicity/polymarket": "0.6.7",
69
+ "@apicity/s3": "0.6.7",
70
+ "@apicity/simplefunctions": "0.6.7",
71
+ "@apicity/telegram": "0.6.7",
72
+ "@apicity/thesportsdb": "0.6.7",
73
+ "@apicity/x": "0.6.7",
74
+ "@apicity/xai": "0.6.7",
75
+ "@apicity/youtube": "0.6.7",
76
+ "@apicity/zaicoding": "0.6.7"
77
77
  },
78
78
  "homepage": "https://github.com/justintanner/apicity#readme",
79
79
  "bugs": {