@apify/actors-mcp-server 0.9.13-beta.1 → 0.9.13-beta.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/manifest.json +5 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"author": {
|
|
31
31
|
"name": "Apify Technologies s.r.o.",
|
|
32
|
-
"url": "https://
|
|
32
|
+
"url": "https://apify.com/"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"privacy_policies": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://mcp.apify.com",
|
|
45
45
|
"support": "https://github.com/apify/apify-mcp-server/issues",
|
|
46
|
-
"icon": "docs/apify-logo.png",
|
|
46
|
+
"icon": "https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify-logo.png",
|
|
47
47
|
"screenshots": [
|
|
48
48
|
"docs/actors-mcp-server.png"
|
|
49
49
|
],
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"user_config": {
|
|
68
68
|
"apify_token": {
|
|
69
69
|
"type": "string",
|
|
70
|
-
"title": "Apify token",
|
|
71
|
-
"description": "
|
|
70
|
+
"title": "Apify API token",
|
|
71
|
+
"description": "Get your API key by signing up for a free account at https://console.apify.com/sign-up",
|
|
72
72
|
"sensitive": true,
|
|
73
73
|
"required": true
|
|
74
74
|
},
|
|
75
75
|
"tools": {
|
|
76
76
|
"type": "string",
|
|
77
77
|
"title": "Enabled tools",
|
|
78
|
-
"description": "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\".
|
|
78
|
+
"description": "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\". To configure your custom endpoint with select tools, go to https://mcp.apify.com",
|
|
79
79
|
"required": false,
|
|
80
80
|
"default": "actors,docs,apify/rag-web-browser"
|
|
81
81
|
}
|