Skip to content

Commit cc5ded9

Browse files
authored
feat: Add images with a new Apify logo (#191)
1 parent 79a203f commit cc5ded9

8 files changed

+5
-5
lines changed

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+
}

0 commit comments

Comments
 (0)