Skip to content

Commit 0ed66af

Browse files
authored
Merge branch 'master' into fix/release-version
2 parents 1939608 + 3effc5f commit 0ed66af

11 files changed

+18
-8
lines changed

CHANGELOG.md

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

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

5+
<!-- git-cliff-unreleased-start -->
6+
## 0.3.2 - **not yet released**
7+
8+
### 🚀 Features
9+
10+
- Add images with a new Apify logo ([#191](https://github.com/apify/actors-mcp-server/pull/191)) ([cc5ded9](https://github.com/apify/actors-mcp-server/commit/cc5ded9e6f1b5f325dd4010c67b1ba920aa3350e)) by [@jirispilka](https://github.com/jirispilka)
11+
12+
13+
<!-- git-cliff-unreleased-end -->
14+
515
## [0.3.1](https://github.com/apify/actors-mcp-server/releases/tag/v0.3.1) (2025-07-24)
616

717
### 🚀 Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">
22
<a href="https://mcp.apify.com">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_banner_dark.png">
5-
<img alt="Apify MCP Server" src="docs/apify_mcp_server_banner.png" width="500">
4+
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_dark_background.png">
5+
<img alt="Apify MCP Server" src="docs/apify_mcp_server_white_background.png" width="500">
66
</picture>
77
</a>
88
<br>
@@ -26,7 +26,7 @@ The Apify Model Context Protocol (MCP) Server at **mcp.apify.com** instantly con
2626
>
2727
> It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.
2828
29-
![Actors-MCP-server](https://raw.githubusercontent.com/apify/actors-mcp-server/refs/heads/master/docs/actors-mcp-server.png)
29+
![Actors-MCP-server](docs/actors-mcp-server.png)
3030

3131
## Table of Contents
3232
- [🌐 Introducing the Apify MCP server](#-introducing-the-apify-mcp-server)

docs/actors-mcp-server.png

73.9 KB
Loading

docs/apify-logo.png

2.16 KB
Loading

docs/apify_mcp_server_banner.png

-21.3 KB
Binary file not shown.
-32.3 KB
Binary file not shown.
26.6 KB
Loading
25.2 KB
Loading

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "apify-actors-mcp-server",
44
"version": "0.0.0",
5-
"description": "The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready‑built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.",
5+
"description": "Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready‑built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.",
66
"keywords": [
77
"apify",
88
"actors",
@@ -67,4 +67,4 @@
6767
"node": ">=20.0.0"
6868
}
6969
}
70-
}
70+
}

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.

0 commit comments

Comments
 (0)