Skip to content

Commit be1bb81

Browse files
authored
Correct Anthropic Key in README.md (#21)
1 parent 8c467a3 commit be1bb81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Create environment file `.env` with the following content:
292292
```text
293293
APIFY_TOKEN=your-apify-token
294294
# ANTHROPIC_API_KEY is only required when you want to run examples/clientStdioChat.js
295-
ANTHROPIC_API_KEY=your-anthropic-api-token
295+
ANTHROPIC_API_KEY=your-anthropic-api-key
296296
```
297297
## Local client (SSE)
298298

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.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify Actors",
66
"engines": {

0 commit comments

Comments
 (0)