---
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

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/revisions/60b8c3d2fecf/schema)
