Skip to content

Commit 85731ef

Browse files
authored
docs: replace "customisation" by "customization" (#3019)
1 parent 3430187 commit 85731ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mcp/client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ async def main():
216216

217217
_(This example is complete, it can be run "as is" — you'll need to add `asyncio.run(main())` to run `main`)_
218218

219-
## Tool call customisation
219+
## Tool call customization
220220

221221
The MCP servers provide the ability to set a `process_tool_call` which allows
222-
the customisation of tool call requests and their responses.
222+
the customization of tool call requests and their responses.
223223

224224
A common use case for this is to inject metadata to the requests which the server
225225
call needs:

0 commit comments

Comments
 (0)