From f5507cc5aeba0f6b789a7d3bde59697b9d91c424 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 15 Mar 2026 04:00:13 +0900 Subject: [PATCH] [Doc] Add `logging/setLevel` to supported methods in README Follow-up to #103. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdf0bd7d..5056fccf 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ It implements the Model Context Protocol specification, handling model context r - `initialize` - Initializes the protocol and returns server capabilities - `ping` - Simple health check +- `logging/setLevel` - Configures the minimum log level for the server - `tools/list` - Lists all registered tools and their schemas - `tools/call` - Invokes a specific tool with provided arguments - `prompts/list` - Lists all registered prompts and their schemas