File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments