From d85a01c4e2bfd334c193ac11e1addae751a760e1 Mon Sep 17 00:00:00 2001 From: Ola Hungerford Date: Wed, 18 Jun 2025 07:39:03 -0700 Subject: [PATCH] Remove workflow mention related to resource subscription --- src/everything/instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/everything/instructions.md b/src/everything/instructions.md index 116678f2..a4766de6 100644 --- a/src/everything/instructions.md +++ b/src/everything/instructions.md @@ -1,5 +1,6 @@ -Testing and demonstration server for MCP protocol features. Workflow: Subscribe to resources before testing notifications - subscription automatically triggers sampling request to client. Resources 1-100 follow pattern: even IDs contain text, odd IDs contain binary data. Resources paginated at 10 items per page with cursor-based navigation. +Testing and demonstration server for MCP protocol features. +Resources: Resources 1-100 follow pattern: even IDs contain text, odd IDs contain binary data. Resources paginated at 10 items per page with cursor-based navigation. Key dependencies: Progress notifications require `_meta.progressToken` in tool calls. Resource subscriptions generate updates every 10 seconds. Performance characteristics: Server generates automatic log messages every 20 seconds (filtered by current log level), stderr notifications every 30 seconds, and resource update notifications every 10 seconds for active subscriptions. Log level changes affect message filtering in real-time.