Skip to content

Commit e86923b

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

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.4.23](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.23) (2025-10-09)
6+
7+
### 🐛 Bug Fixes
8+
9+
- Call-actor mcp with invalid tool name ([#303](https://github.com/apify/apify-mcp-server/pull/303)) ([6f2e5c3](https://github.com/apify/apify-mcp-server/commit/6f2e5c3d27d066c03ac2418dcff6a72964b054b4)) by [@MQ37](https://github.com/MQ37)
10+
- Simplify error handling and return the error message for all errors ([#306](https://github.com/apify/apify-mcp-server/pull/306)) ([4512904](https://github.com/apify/apify-mcp-server/commit/45129041ebbfc048c09ca411c9e9ac0ede80c37e)) by [@MQ37](https://github.com/MQ37)
11+
12+
513
## [0.4.21](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.21) (2025-10-01)
614

715
### 🚀 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.21",
5+
"version": "0.4.23",
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.21",
3+
"version": "0.4.23",
44
"type": "module",
55
"description": "Apify MCP Server",
66
"mcpName": "com.apify/apify-mcp-server",

0 commit comments

Comments
 (0)