# 2025年6月27日

## GenStudio

### 新功能

* **MCP 服务器和工具权限管理**：用户现在可以管理 MCP 服务器和工具的权限。
* **切换单个 MCP 服务器**：您现在可以启用或禁用单个 MCP 服务器以获得更多控制。

### 改进

* **流式函数调用参数**：函数调用参数现在在接收时实时显示。
* **自动关闭执行块**：思考块和函数调用块现在在执行后自动关闭。
* **改进的行为设置用户界面**：一致的切换按钮大小提升了行为设置中的用户体验。
* **对齐的行为部分标题**：行为部分标题现在左对齐，以提高可读性。
* **增强的MCP服务器项目显示**：移除了左侧内边距，以更清晰地显示MCP服务器项目。

### 错误修复

* **修复行为模态显示**：解决了导致行为模态显示不正确的问题。
* **移除零个 MCP 服务器的占位符**：用户界面现在正确处理没有 MCP 服务器的情况。

## 控制中心

### 新功能

* **更新的 OpenAI 集成**：迁移 OpenAI 以使用响应 API 以提高性能。

### 改进

* **增强的 MCP 服务器构建过程**：优化了 MCP 服务器构建过程以提高效率。
* **改进的 MCP 服务器用户界面**：更新了 MCP 服务器界面以提供更好的用户体验。
* **健康检查优化**：通过移除不必要的事务来改善系统健康检查。

### 错误修复

* **修复了 OpenAI 图像下载问题**：解决了一个阻止 OpenAI 模型下载图像的问题。
* **过滤掉空工具**：修正了一个未能正确过滤空工具的问题。
* **修复了 Gemini 对 TypeList 的支持**：解决了 Gemini 不支持 'TypeList' 功能的问题。


---

# 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.skydeck.ai/zh-cn/releases/jun-27th-2025.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.
