From 919b2e0138fb93e10d86818df5e7cfb6d8361d51 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Sat, 13 Dec 2025 14:24:38 -0500 Subject: [PATCH] Updated AGENTS.md with guidance on tool naming --- src/everything/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/everything/AGENTS.md b/src/everything/AGENTS.md index 18cd44ca..b060e240 100644 --- a/src/everything/AGENTS.md +++ b/src/everything/AGENTS.md @@ -25,6 +25,7 @@ - Use PascalCase for types/classes, - Use UPPER_CASE for constants - Use kebab-case for file names and registered tools, prompts, and resources. +- Use verbs for tool names, e.g., `get-annotated-message` instead of `annotated-message` ## Extending the Server