From b65751b82819613784c4085ee3270fee35149286 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Fri, 27 Jun 2025 06:30:54 +1000 Subject: [PATCH] fix: update the tool list in README.md Fixes #21 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1e0c95..fd91924 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ See [src/claude_code_sdk/_errors.py](src/claude_code_sdk/_errors.py) for all err ## Available Tools -See the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code/security#tools-available-to-claude) for a complete list of available tools. +See the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code/settings#tools-available-to-claude) for a complete list of available tools. ## Examples @@ -129,4 +129,4 @@ See [examples/quick_start.py](examples/quick_start.py) for a complete working ex ## License -MIT \ No newline at end of file +MIT