Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .changeset/cli-changelog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/retire-files-sdk-patch.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/public/.well-known/mcp/server-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"supportedVersions": ["2026-07-28", "2025-06-18"],
"serverInfo": {
"name": "uploads-mcp",
"version": "0.52.1",
"version": "0.53.0",
"description": "Host files on uploads.sh from an agent — put (including branch staging and PR attach), promote, list, delete, usage, galleries, whoami, and GitHub attachment comments.",
"homepage": "https://uploads.sh/",
"icons": [
Expand Down
10 changes: 10 additions & 0 deletions packages/uploads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @buildinternet/uploads

## 0.53.0

### Minor Changes

- f590a79: Add `uploads changelog` to print recent product updates and a link to https://uploads.sh/changelog. Also available as the MCP `changelog` tool.

### Patch Changes

- 5fc4a8c: Bump files-sdk to 2.3.1 and drop the local pnpm patch; the Workers-safe S3 adapter now comes from the public files-sdk/s3-fetch entry.

## 0.52.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildinternet/uploads",
"version": "0.52.1",
"version": "0.53.0",
"mcpName": "sh.uploads/mcp",
"description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": "github",
"id": "1291468384"
},
"version": "0.52.1",
"version": "0.53.0",
"icons": [
{
"src": "https://uploads.sh/apple-touch-icon.png",
Expand All @@ -22,7 +22,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@buildinternet/uploads",
"version": "0.52.1",
"version": "0.53.0",
"transport": {
"type": "stdio"
},
Expand Down
Loading