Skip to content

Commit 663f640

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

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

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

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

5+
## [0.5.0](https://github.com/apify/apify-mcp-server/releases/tag/v0.5.0) (2025-10-22)
6+
7+
### 🚀 Features
8+
9+
- MCP tool calling evaluations in CI/CD ([#313](https://github.com/apify/apify-mcp-server/pull/313)) ([a971322](https://github.com/apify/apify-mcp-server/commit/a971322850e586d655b8481e3a8df82b03005cc1)) by [@jirispilka](https://github.com/jirispilka)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Capture PR number on merge to master ([#314](https://github.com/apify/apify-mcp-server/pull/314)) ([e3a3587](https://github.com/apify/apify-mcp-server/commit/e3a358770eaab2fc970f0a03c2507185ef645179)) by [@jirispilka](https://github.com/jirispilka)
14+
- Add correct PR number in the evals ([#315](https://github.com/apify/apify-mcp-server/pull/315)) ([69c540e](https://github.com/apify/apify-mcp-server/commit/69c540ed52fe9037bf2c14cb8e3bcd297be1c22f)) by [@jirispilka](https://github.com/jirispilka)
15+
- Call-actor output length ([#317](https://github.com/apify/apify-mcp-server/pull/317)) ([f99efbf](https://github.com/apify/apify-mcp-server/commit/f99efbfc96f0b3ac3a2e614d779f0bcbd3614d31)) by [@MQ37](https://github.com/MQ37)
16+
17+
518
## [0.4.28](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.28) (2025-10-13)
619

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

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/apify/apify-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.4.17",
10+
"version": "0.5.0",
1111
"remotes": [
1212
{
1313
"type": "streamable-http",

0 commit comments

Comments
 (0)