---
title: "Publish a server"
method: PUT
path: "/servers/{qualifiedName}/releases"
tags: ["servers"]
---

# Publish a server

`PUT /servers/{qualifiedName}/releases`

Submit a release via multipart form. Supports hosted (JS module upload), external (URL), and stdio (MCPB bundle) release types.

## Path parameters

- `qualifiedName` string, required

## Response `202`

Release accepted

- DeployResponse
  - `deploymentId` string, uuid, required — Unique identifier for this release.
  - `status` string, required — Initial status. Will be WORKING while the release is in progress.
  - `mcpUrl` string, uri, required — The MCP endpoint URL for connecting to this server once published.
  - `warnings` string[] — Non-fatal warnings encountered during submission.

## Other responses

- `400` — Invalid payload

## Changes

- **2026-02-17** `2cc0305b32ed` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:qualifiedName/releases/put.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/60b8c3d2fecf?raw)
