Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bddf067

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

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.4.20](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.20) (2025-09-30)
6+
7+
### 🐛 Bug Fixes
8+
9+
- Comment out skyfire input schema modification ([#296](https://github.com/apify/apify-mcp-server/pull/296)) ([86077f0](https://github.com/apify/apify-mcp-server/commit/86077f046036f2d58ac6d2ed527a06448c943497)) by [@jirispilka](https://github.com/jirispilka)
10+
- Deep clone tools before modifying descriptions for skyfire to prevent state incostentcy ([#297](https://github.com/apify/apify-mcp-server/pull/297)) ([02945f9](https://github.com/apify/apify-mcp-server/commit/02945f9ad0bb68c587d6d7fdbb196f71cd44f894)) by [@MQ37](https://github.com/MQ37)
11+
- Revert skyfire schema comment ([#298](https://github.com/apify/apify-mcp-server/pull/298)) ([b87d32c](https://github.com/apify/apify-mcp-server/commit/b87d32c7a7fa49193c9ba76350e268585a645ee0)) by [@MQ37](https://github.com/MQ37)
12+
13+
514
## [0.4.19](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.19) (2025-09-27)
615

716
### 🚀 Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "apify-mcp-server",
44
"display_name": "Apify MCP server",
5-
"version": "0.4.19",
5+
"version": "0.4.20",
66
"description": "Extract data from any website using thousands of tools from the Apify Store.",
77
"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.",
88
"keywords": [

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.19",
3+
"version": "0.4.20",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"mcpName": "com.apify/apify-mcp-server",

0 commit comments

Comments
 (0)