Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
# fix version of anthropic-ai/mcpb to 1.1.1 so that we have a reproducible build
run: npx -y @anthropic-ai/mcpb@1.1.1 pack mcpb/ apify-mcp-server.mcpb
- name: Copy MCPB package
run: cp apify-mcp-server.mcpb apify-mcp-server.mcpb
run: cp apify-mcp-server.mcpb actors-mcp-server.mcpb
- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand Down
19 changes: 2 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,18 @@

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

## [0.4.14](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)
## [0.4.15](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)

### 🐛 Bug Fixes

- Actorized MCP servers have 30 seconds timeout to connect ([#272](https://github.com/apify/apify-mcp-server/pull/272)) ([cdffc3e](https://github.com/apify/apify-mcp-server/commit/cdffc3e80bcd3cd1410e4d8d7edf3e58c4202a37)) by [@MichalKalita](https://github.com/MichalKalita), closes [#250](https://github.com/apify/apify-mcp-server/issues/250)
- Actor card markdown ([#285](https://github.com/apify/apify-mcp-server/pull/285)) ([73e3115](https://github.com/apify/apify-mcp-server/commit/73e3115b86466e268048590102fecffeaf5f7d86)) by [@jirispilka](https://github.com/jirispilka), closes [#286](https://github.com/apify/apify-mcp-server/issues/286)
- Change dxt to mcpb in release cicd ([#281](https://github.com/apify/apify-mcp-server/pull/281)) ([150ff39](https://github.com/apify/apify-mcp-server/commit/150ff392ef987281a629f35e1e392b9073481be9)) by [@MQ37](https://github.com/MQ37)


## [0.4.15](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.15) (2025-09-19)

### 🐛 Bug Fixes

- Mcpb/dxt release cicd ([0553677](https://github.com/apify/apify-mcp-server/commit/055367712480292078c6b09cbf952fe63c08f33f))


## [0.4.14](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-24)

### 🐛 Bug Fixes

- Actorized MCP servers have 30 seconds timeout to connect ([#272](https://github.com/apify/apify-mcp-server/pull/272)) ([cdffc3e](https://github.com/apify/apify-mcp-server/commit/cdffc3e80bcd3cd1410e4d8d7edf3e58c4202a37)) by [@MichalKalita](https://github.com/MichalKalita), closes [#250](https://github.com/apify/apify-mcp-server/issues/250)
- Actor card markdown ([#285](https://github.com/apify/apify-mcp-server/pull/285)) ([73e3115](https://github.com/apify/apify-mcp-server/commit/73e3115b86466e268048590102fecffeaf5f7d86)) by [@jirispilka](https://github.com/jirispilka), closes [#286](https://github.com/apify/apify-mcp-server/issues/286)


## [0.4.14](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.14) (2025-09-19)


## [0.4.13](https://github.com/apify/apify-mcp-server/releases/tag/v0.4.13) (2025-09-19)

### 🚀 Features
Expand Down Expand Up @@ -586,4 +571,4 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes

- Update express routes to correctly handle GET and HEAD requests, fix CI ([#5](https://github.com/apify/actors-mcp-server/pull/5)) ([ec6e9b0](https://github.com/apify/actors-mcp-server/commit/ec6e9b0a4657f673b3650a5906fe00e66411d7f1)) by [@jirispilka](https://github.com/jirispilka)
- Correct publishing of npm module ([#6](https://github.com/apify/actors-mcp-server/pull/6)) ([4c953e9](https://github.com/apify/actors-mcp-server/commit/4c953e9fe0c735f1690c8356884dd78d8608979f)) by [@jirispilka](https://github.com/jirispilka)
- Correct publishing of npm module ([#6](https://github.com/apify/actors-mcp-server/pull/6)) ([4c953e9](https://github.com/apify/actors-mcp-server/commit/4c953e9fe0c735f1690c8356884dd78d8608979f)) by [@jirispilka](https://github.com/jirispilka)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/actors-mcp-server",
"version": "0.4.14",
"version": "0.4.15",
"type": "module",
"description": "Apify MCP Server",
"engines": {
Expand Down