We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430187 commit 85731efCopy full SHA for 85731ef
docs/mcp/client.md
@@ -216,10 +216,10 @@ async def main():
216
217
_(This example is complete, it can be run "as is" — you'll need to add `asyncio.run(main())` to run `main`)_
218
219
-## Tool call customisation
+## Tool call customization
220
221
The MCP servers provide the ability to set a `process_tool_call` which allows
222
-the customisation of tool call requests and their responses.
+the customization of tool call requests and their responses.
223
224
A common use case for this is to inject metadata to the requests which the server
225
call needs:
0 commit comments