# September 24

## **Connectors**

### **LLM connector update**

The **LLM** connector now allows you to:

* Add and configure a remote MCP server on the **Tools** tab in the configuration form.
* Test the execution of the configured connector in isolation, without executing the full pipeline.

These improvements give you more flexibility to integrate external resources and speed up development by making it easier to configure, test, and validate the connector.

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/connectors/ai-tools/llm" class="button primary">See the full documentation</a>

<figure><img src="https://4091659634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE9x0KHkAmxzJGlYPs9aE%2Fuploads%2F5RCjxLxO4HjSX4y4lln1%2FLLM_Connector_Test_ENG.gif?alt=media&#x26;token=223dfc3e-1bd3-459f-b717-82877d7a5abc" alt=""><figcaption></figcaption></figure>

### **Marketo connector update**

The **Marketo** connector has received updates to improve usability, including:

* Support for the [Previous Steps Access](https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/double-braces/how-to-reference-data-using-double-braces/previous-steps-access) feature.
* Renaming the parameter from **APIs** to **BaseURLs**.
* Updated connector icon.

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/connectors/industry-solutions/marketo" class="button primary">Read the documentation</a>

### **New string function: `CONCATWITHOUTTAB`**

The new `CONCATWITHOUTAB` function allows you to concatenate two or more strings, replacing all tab characters `(\t)`  with a single space (" ").

<a href="https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/double-braces/double-braces-functions/string-functions#concatwithouttab" class="button primary">Learn more</a>

## **Documentation**

We’ve updated the following documentation:

* [Autoscaling](https://app.gitbook.com/s/jvO5S91EQURCEhbZOuuZ/development-cycle/overview/runtime/autoscaling)
* [DB V2](https://app.gitbook.com/s/EKM2LD3uNAckQgy1OUyZ/connectors/structured-data/db-v2)

## **Improvements and bug fixes**

### **Improvements**

* **Canvas optimizations:** We’ve optimized Canvas performance to deliver a more seamless and responsive workflow experience.

### **Bug fixes**

* **“Code” field type doesn’t keep the value as a JSON object when executing the capsule:** We fixed the bug where JSON fields configured as “Code” inside capsules were incorrectly converted into strings, causing inconsistencies between capsule mocks and pipeline mocks.
* **Unrelated alias connectors displayed in autocomplete:** We fixed the bug that showed unrelated alias connectors in autocomplete even when they have no direct connection to the current connector.
