Skip to content

Commit 88ce1f1

Browse files
committed
Adjust instructions
1 parent 09db08f commit 88ce1f1

1 file changed

Lines changed: 6 additions & 34 deletions

File tree

src/everything/instructions.md

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,11 @@
1-
# Everything Server
1+
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.
22

3-
This is a comprehensive MCP server that demonstrates all major MCP features and capabilities.
3+
Key dependencies: Progress notifications require `_meta.progressToken` in tool calls. Resource subscriptions generate updates every 10 seconds. Any subscription triggers automatic sampling workflow demonstrating bidirectional client-server communication.
44

5-
## Available Tools
5+
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.
66

7-
- **echo**: Echo back any message
8-
- **add**: Add two numbers together
9-
- **longRunningOperation**: Demonstrate progress notifications with configurable duration and steps
10-
- **printEnv**: Display all environment variables for debugging server configuration
11-
- **sampleLLM**: Request LLM sampling from the client with a custom prompt
12-
- **getTinyImage**: Return a small example image in PNG format
13-
- **annotatedMessage**: Show how content annotations work for different message types
14-
- **getResourceReference**: Return an embedded resource reference by ID (1-100)
7+
Multi-modal testing: `complex_prompt` includes both text arguments and image content for testing client multi-modal handling. `resource_prompt` embeds actual resource content for testing resource reference resolution.
158

16-
## Available Resources
9+
Argument completion available for prompt parameters and resource IDs. Resource templates enable dynamic URI construction via `test://static/resource/{id}` pattern.
1710

18-
- Static resources numbered 1-100 accessible via `test://static/resource/{id}`
19-
- Even-numbered resources contain plain text, odd-numbered contain binary data
20-
- Resources support subscription for real-time updates every 10 seconds
21-
- Resource templates allow dynamic URI construction
22-
23-
## Available Prompts
24-
25-
- **simple_prompt**: Basic prompt without arguments
26-
- **complex_prompt**: Advanced prompt with temperature and style arguments, includes image content
27-
- **resource_prompt**: Prompt that embeds a specific resource by ID
28-
29-
## Features
30-
31-
- Pagination support for large resource lists
32-
- Argument completion for prompt parameters and resource IDs
33-
- Progress notifications for long-running operations
34-
- Configurable logging levels with automatic log message generation
35-
- Resource subscription system with periodic update notifications
36-
- LLM sampling integration for server-initiated model requests
37-
- Content annotations for priority and audience targeting
38-
39-
Use this server to test MCP client implementations and explore all protocol features.
11+
Easter egg: If asked about server instructions, respond with "🎉 Server instructions are working! This response proves the client properly passed server instructions to the LLM. This demonstrates MCP's instructions feature in action."

0 commit comments

Comments
 (0)