# Deploying updated MCP tools for an existing draft

## Introduction

If you've customised tools for your hosted MCP server and chose to `save` changes (rather than `save & deploy`) any changes won't be live until your `draft` is deployed. When you're ready to proceed, follow the steps detailed here.

## Need to know

* When an updated `draft` is deployed, the existing `deployed` version becomes `inactive`, and the new deployment is live.
* Deploying an updated `draft` does not affect existing connections with AI assistants - these will pick up the new/changed tools when requests are made.

## The steps

{% stepper %}
{% step %}
**Access your MCP server deployments**

Select the `settings` option (at the bottom of the navigation menu):

<div align="left"><figure><img src="/files/2CflJsyeX7pwhkBMYz1t" alt=""><figcaption></figcaption></figure></div>

Then select the `MCP servers` option:

<figure><img src="/files/ex9d8TO1FbjQzcLvwHxx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Deploy the draft**

Click the ellipsis icon for the `draft` entry:

<figure><img src="/files/buju6fpxwztLGR7fbkmV" alt=""><figcaption></figcaption></figure>

Then select the `deploy` option:

<figure><img src="/files/TQPDGCN9LL4hhibyO5XG" alt=""><figcaption></figcaption></figure>

The `draft` status changes to `deployed`. If there was already a `deployed` version, this becomes `inactive`.

{% hint style="info" %}
Once your changes are deployed, you can [test the updated tools via the MCP servers page](/product-documentation/developer-hub/patchworks-mcp/patchworks-mcp-hosted/working-with-your-hosted-patchworks-mcp-server-deployment/browsing-inspecting-and-testing-tools-for-a-deployed-mcp-server.md) and/or your AI assistant.
{% endhint %}

{% hint style="info" %}
Deploying an updated `draft` does not affect existing connections with AI assistants - these will pick up the new/changed tools when requests are made.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/developer-hub/patchworks-mcp/patchworks-mcp-hosted/working-with-your-hosted-patchworks-mcp-server-deployment/deploying-updated-mcp-tools-for-an-existing-draft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
