Skip to content

Commit c1c415f

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

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.6.8](https://github.com/apify/apify-mcp-server/releases/tag/v0.6.8) (2026-01-08)
6+
7+
### 🚀 Features
8+
9+
- **evals:** Add llm driven workflow evals with llm as a judge ([#383](https://github.com/apify/apify-mcp-server/pull/383)) ([4270b02](https://github.com/apify/apify-mcp-server/commit/4270b02ef49946ccaa9864370c67f25c86ed26ca)) by [@MQ37](https://github.com/MQ37)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Update @modelcontextprotocol/sdk to version 1.25.1 in package.json and package-lock.json ([#384](https://github.com/apify/apify-mcp-server/pull/384)) ([d1f7dc7](https://github.com/apify/apify-mcp-server/commit/d1f7dc7a198f583b95e9094bb33d2af4064d2cc9)) by [@MQ37](https://github.com/MQ37)
14+
- Update @modelcontextprotocol/sdk to version 1.25.2 in package.json and package-lock.json ([#385](https://github.com/apify/apify-mcp-server/pull/385)) ([31c3bdd](https://github.com/apify/apify-mcp-server/commit/31c3bdd936a115e9fe0a4e9a87cbcd0046076fbc)) by [@MQ37](https://github.com/MQ37)
15+
16+
517
## [0.6.7](https://github.com/apify/apify-mcp-server/releases/tag/v0.6.7) (2026-01-06)
618

719
### 🐛 Bug Fixes

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.6.7",
5+
"version": "0.6.8",
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.6.7",
3+
"version": "0.6.8",
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.6.7",
10+
"version": "0.6.8",
1111
"remotes": [
1212
{
1313
"type": "streamable-http",

0 commit comments

Comments
 (0)