Updated AGENTS.md with guidance on tool naming

This commit is contained in:
cliffhall
2025-12-13 14:24:38 -05:00
parent 2b60822057
commit 919b2e0138

View File

@@ -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