@apify/actors-mcp-server 0.10.3-beta.0 → 0.10.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,6 +102,7 @@ Visit [mcp.apify.com](https://mcp.apify.com) to configure the server for your pr
102
102
  - VS Code (Genie)
103
103
  - Cursor
104
104
  - OpenCode
105
+ - [Kiro](https://kiro.dev)
105
106
  - [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client) — designed for testing Apify MCP servers
106
107
 
107
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.10.3-beta.0",
3
+ "version": "0.10.3-beta.1",
4
4
  "type": "module",
5
5
  "description": "Apify MCP Server",
6
6
  "mcpName": "com.apify/apify-mcp-server",