Skip to content

Commit da98a9b

Browse files
authored
Update MCP server documentation for toolsets and tools
Clarify restrictions on toolsets and tools usage in MCP server documentation.
1 parent 13b0694 commit da98a9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mcp-server/remote-mcp-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can also omit the organization name from the URL. However, if you omit the o
7777

7878
### Toolsets
7979

80-
Specify toolsets to restrict the tools available to the MCP server.
80+
Specify toolsets to restrict the tools available to the MCP server. Should not be combined with `X-MCP-Tools`.
8181

8282
```json
8383
{
@@ -144,7 +144,7 @@ Use the `X-MCP-Readonly` header to restrict the server to read-only operations.
144144

145145
### Individual tools
146146

147-
Use the `X-MCP-Tools` header to enable specific tools. Should not be combined with `X-MCP-Toolsets`.
147+
Use the `X-MCP-Tools` header to enable only specific tools. Should not be combined with `X-MCP-Toolsets`.
148148

149149
```json
150150
{
@@ -163,7 +163,7 @@ Use the `X-MCP-Tools` header to enable specific tools. Should not be combined wi
163163

164164
### Insiders
165165

166-
As we experiment and provide new tools and changes to existing tools, you can get early access to those changes with the `X-MCP-Insiders` header.
166+
As we experiment and introduce new tools and updates to existing ones, you can get early access to these changes by using the `X-MCP-Insiders` header.
167167

168168
```json
169169
{

0 commit comments

Comments
 (0)