Skip to content

Commit c0831a6

Browse files
author
Apify Release Bot
committed
chore(release): Update changelog, package.json and manifest.json versions [skip ci]
1 parent 6040d12 commit c0831a6

File tree

4 files changed

+85
-78
lines changed

4 files changed

+85
-78
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.2](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.2) (2025-08-27)
6+
7+
### Temp
8+
9+
- Do not push to npm for testing ([6040d12](https://github.com/apify/apify-mcp-server/commit/6040d1292a1207a95e3469a5898ed65f29f96fa8))
10+
11+
512
## [0.4.1](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.1) (2025-08-27)
613

714
### 🚀 Features

manifest.json

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"dxt_version": "0.1",
3-
"name": "apify-mcp-server",
4-
"version": "0.4.1",
5-
"description": "Extract data from any site with Apify Store, home to thousands of web scrapers.",
6-
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
7-
"keywords": [
8-
"apify",
9-
"actors",
10-
"dataset",
11-
"mcp",
12-
"automation",
13-
"web",
14-
"web scraping",
15-
"web automation",
16-
"web scraper",
17-
"web crawler",
18-
"scraping",
19-
"data extraction",
20-
"API"
21-
],
22-
"author": {
23-
"name": "Apify Technologies s.r.o.",
24-
"url": "https://github.com/apify/apify-mcp-server"
25-
},
26-
"license": "MIT",
27-
"repository": {
28-
"type": "git",
29-
"url": "https://github.com/apify/apify-mcp-server"
2+
"dxt_version": "0.1",
3+
"name": "apify-mcp-server",
4+
"version": "0.4.2",
5+
"description": "Extract data from any site with Apify Store, home to thousands of web scrapers.",
6+
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
7+
"keywords": [
8+
"apify",
9+
"actors",
10+
"dataset",
11+
"mcp",
12+
"automation",
13+
"web",
14+
"web scraping",
15+
"web automation",
16+
"web scraper",
17+
"web crawler",
18+
"scraping",
19+
"data extraction",
20+
"API"
21+
],
22+
"author": {
23+
"name": "Apify Technologies s.r.o.",
24+
"url": "https://github.com/apify/apify-mcp-server"
25+
},
26+
"license": "MIT",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/apify/apify-mcp-server"
30+
},
31+
"homepage": "https://mcp.apify.com",
32+
"support": "https://github.com/apify/apify-mcp-server/issues",
33+
"icon": "docs/apify-logo.png",
34+
"screenshots": [
35+
"docs/actors-mcp-server.png"
36+
],
37+
"server": {
38+
"type": "node",
39+
"entry_point": "dist/stdio.js",
40+
"mcp_config": {
41+
"command": "node",
42+
"args": [
43+
"${__dirname}/dist/stdio.js",
44+
"--tools",
45+
"${user_config.tools}"
46+
],
47+
"env": {
48+
"APIFY_TOKEN": "${user_config.apify_token}"
49+
}
50+
}
51+
},
52+
"tools_generated": true,
53+
"user_config": {
54+
"apify_token": {
55+
"type": "string",
56+
"title": "Apify token",
57+
"description": "Your Apify API token for authentication",
58+
"sensitive": true,
59+
"required": true
3060
},
31-
"homepage": "https://mcp.apify.com",
32-
"support": "https://github.com/apify/apify-mcp-server/issues",
33-
"icon": "docs/apify-logo.png",
34-
"screenshots": [
35-
"docs/actors-mcp-server.png"
61+
"tools": {
62+
"type": "string",
63+
"title": "Enabled tools",
64+
"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\". For more details visit https://mcp.apify.com.",
65+
"required": false,
66+
"default": "actors,docs,apify/rag-web-browser"
67+
}
68+
},
69+
"compatibility": {
70+
"claude_desktop": ">=0.2.16",
71+
"platforms": [
72+
"darwin",
73+
"win32",
74+
"linux"
3675
],
37-
"server": {
38-
"type": "node",
39-
"entry_point": "dist/stdio.js",
40-
"mcp_config": {
41-
"command": "node",
42-
"args": [
43-
"${__dirname}/dist/stdio.js",
44-
"--tools",
45-
"${user_config.tools}"
46-
],
47-
"env": {
48-
"APIFY_TOKEN": "${user_config.apify_token}"
49-
}
50-
}
51-
},
52-
"tools_generated": true,
53-
"user_config": {
54-
"apify_token": {
55-
"type": "string",
56-
"title": "Apify token",
57-
"description": "Your Apify API token for authentication",
58-
"sensitive": true,
59-
"required": true
60-
},
61-
"tools": {
62-
"type": "string",
63-
"title": "Enabled tools",
64-
"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\". For more details visit https://mcp.apify.com.",
65-
"required": false,
66-
"default": "actors,docs,apify/rag-web-browser"
67-
}
68-
},
69-
"compatibility": {
70-
"claude_desktop": ">=0.2.16",
71-
"platforms": [
72-
"darwin",
73-
"win32",
74-
"linux"
75-
],
76-
"runtimes": {
77-
"node": ">=20.0.0"
78-
}
76+
"runtimes": {
77+
"node": ">=20.0.0"
7978
}
79+
}
8080
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"engines": {

0 commit comments

Comments
 (0)