Skip to content

Commit 541711c

Browse files
committed
docs: align MCP token endpoint
1 parent 78d82c4 commit 541711c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/mcp-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This means we should add missing functionality to `@transloadit/node` first (see
5353
### Hosted (`api2.transloadit.com/mcp`)
5454

5555
- Auth: `Authorization: Bearer <mcp_token>`
56-
- Token minting endpoint: `POST https://api2.transloadit.com/tokens/mcp`
56+
- Token minting endpoint: `POST https://api2.transloadit.com/token`
5757
- Token format: opaque, 6-hour TTL.
5858
- Scopes (MVP):
5959
- `assemblies:write`

docs/mcp-todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This list is ordered. The top section is intentionally focused on other packages
4444

4545
## 2. API2 groundwork
4646

47-
- Implement `POST /tokens/mcp`:
47+
- Implement `POST /token`:
4848
- Accept key/secret auth.
4949
- Return opaque bearer token (TTL 6 hours) with scopes.
5050
- Accept MCP bearer tokens for Assembly endpoints used by the MCP server

0 commit comments

Comments
 (0)