@apify/actors-mcp-server 0.9.13-beta.2 → 0.9.14-beta.0
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/manifest.json +7 -9
- package/package.json +1 -1
- package/server.json +1 -1
package/manifest.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"manifest_version": "0.2",
|
|
3
3
|
"name": "apify-mcp-server",
|
|
4
4
|
"display_name": "Apify",
|
|
5
|
-
"version": "0.9.
|
|
5
|
+
"version": "0.9.14",
|
|
6
6
|
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store.",
|
|
7
|
-
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation.
|
|
7
|
+
"long_description": "Apify is the world's largest marketplace of tools for web scraping, crawling, data extraction, and web automation. Get structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"apify",
|
|
10
10
|
"actors",
|
|
@@ -33,17 +33,15 @@
|
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"privacy_policies": [
|
|
36
|
-
"https://docs.apify.com/legal/privacy-policy",
|
|
37
|
-
"https://docs.apify.com/legal/gdpr-information",
|
|
38
36
|
"https://docs.apify.com/legal"
|
|
39
37
|
],
|
|
40
38
|
"repository": {
|
|
41
39
|
"type": "git",
|
|
42
40
|
"url": "https://github.com/apify/apify-mcp-server"
|
|
43
41
|
},
|
|
44
|
-
"homepage": "https://
|
|
45
|
-
"support": "https://
|
|
46
|
-
"icon": "
|
|
42
|
+
"homepage": "https://apify.com/",
|
|
43
|
+
"support": "https://help.apify.com/",
|
|
44
|
+
"icon": "icon.png",
|
|
47
45
|
"screenshots": [
|
|
48
46
|
"docs/actors-mcp-server.png"
|
|
49
47
|
],
|
|
@@ -68,14 +66,14 @@
|
|
|
68
66
|
"apify_token": {
|
|
69
67
|
"type": "string",
|
|
70
68
|
"title": "Apify API token",
|
|
71
|
-
"description": "
|
|
69
|
+
"description": "You can create a free account and get an API token at https://console.apify.com/settings/integrations",
|
|
72
70
|
"sensitive": true,
|
|
73
71
|
"required": true
|
|
74
72
|
},
|
|
75
73
|
"tools": {
|
|
76
74
|
"type": "string",
|
|
77
75
|
"title": "Enabled tools",
|
|
78
|
-
"description": "Comma-separated list of
|
|
76
|
+
"description": "Comma-separated list of tool categories or Actors, e.g. \"actors,docs,apify/rag-web-browser\". For details, see https://mcp.apify.com",
|
|
79
77
|
"required": false,
|
|
80
78
|
"default": "actors,docs,apify/rag-web-browser"
|
|
81
79
|
}
|
package/package.json
CHANGED