Skip to content

Commit baaad47

Browse files
docs: add clarification that headers are set by client
Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>
1 parent 3205d41 commit baaad47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ai/mcp-server/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ The MCP server supports three HTTP headers for tool authorization:
279279
| `X-Disallowed-Tools` | Block specific tools (comma-separated list) |
280280
| `X-Read-Only-Mode` | Restrict to read-only tools only (`true`/`1`/`yes`) |
281281

282+
These headers are set by the client (e.g., your AI agent integration or custom MCP client) when making HTTP requests to the MCP server. Refer to your MCP client's documentation for how to configure custom HTTP headers.
283+
282284
For example, setting `X-Read-Only-Mode: true` allows agents to query and explore data but prevents them from creating or modifying configurations.
283285

284286
For detailed technical documentation including the full list of read-only tools and header combination behavior, see the [Developer Documentation](https://developers.keboola.com/integrate/mcp/#tool-authorization-and-access-control).

0 commit comments

Comments
 (0)