# Updating Your AI Application After a GovTribe MCP Server Update

When GovTribe releases a new version of our MCP server, it is sometimes required to update your AI application. This allows your AI application to be aware of new capabilities of GovTribe MCP as well as improvements to existing capabilities.&#x20;

### Updating Claude

In Claude, new tools are disabled by default. When we add new tools to the GovTribe MCP, you will have to enable them in the connector. To do so:

1. Click on the plus button at the bottom left of the chat box
2. Select **Connectors** -> **Manage Connectors**
3. Select GovTribe MCP
4. Select **Always Allow** the dropdown for both Read-only tools and Write/delete Tools

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

### &#x20;Updating ChatGPT

In ChatGPT, connectors must be refreshed when new capability is released. To do so:

1. Navigate to **Settings** -> **Apps** -> **GovTribe**
2. Click the **Refresh** button

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


---

# 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://docs.govtribe.com/user-guide/integrations/govtribe-mcp/updating-your-ai-application-after-a-govtribe-mcp-server-update.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.
