From 84ca1b0f09001fb9bbbeb7715c0b2edc98bb5578 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:09:14 -0400 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.