diff --git a/CLAUDE.md b/CLAUDE.md index 1da059260..9d26dfeaf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,4 +32,5 @@ async with Client(transport=StreamableHttpTransport(server_url)) as client: ## Development Workflow - You must always run pre-commit if you open a PR, because it is run as part of a required check. -- When opening PRs, apply labels appropriately for bugs/breaking changes/enhancements/features. Generally, improvements are enhancements (not features) unless told otherwise. \ No newline at end of file +- When opening PRs, apply labels appropriately for bugs/breaking changes/enhancements/features. Generally, improvements are enhancements (not features) unless told otherwise. +- NEVER modify files in docs/python-sdk/**, as they are auto-generated.