Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the taskade mcp server to your client (ie: Cursor):
}
```

> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/password)
> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/api)



Expand Down Expand Up @@ -51,7 +51,7 @@ For example, to install the server on Claude, edit your `claude_desktop_config.j
}
}
```
> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/password)
> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/api)

### Connect Via SSE/Streamable HTTP

Expand Down
Loading