@@ -26,15 +26,15 @@ Complete API documentation is auto-generated from the source code and available
2626| [ Complex input handling] ( examples-server-tools.md#complex-input-handling ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
2727| [ Desktop integration] ( examples-server-tools.md#desktop-integration ) | stdio | ✅ | — | ✅ | — | — | — | — | — | — | — |
2828| [ Enhanced echo server] ( examples-echo-servers.md#enhanced-echo-server ) | stdio | ✅ | ✅ | ✅ | — | — | — | — | — | — | — |
29- | [ Memory and state management] ( examples-server-resources.md#memory-and-state-management ) | stdio | — | — | ✅ | — | — | — | — | — | — | ✅ |
29+ | [ Memory and state management] ( examples-server-resources.md#memory-and-state-management ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
3030| [ Parameter descriptions] ( examples-server-tools.md#parameter-descriptions ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
31- | [ Basic readme example ] ( examples-quickstart.md#basic-readme-example ) | stdio | ✅ | — | ✅ | — | — | — | — | — | — | — |
31+ | [ Basic server ] ( examples-quickstart.md#basic-server ) | stdio | ✅ | — | ✅ | — | — | — | — | — | — | — |
3232| [ Screenshot tools] ( examples-server-tools.md#screenshot-tools ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
3333| [ Simple echo server] ( examples-echo-servers.md#simple-echo-server ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
34- | [ Text processing tools ] ( examples-server-tools.md#text-processing-tools ) | stdio | — | — | ✅ | — | — | — | — | — | — | ✅ |
34+ | [ Text messaging tool ] ( examples-server-tools.md#text-messaging-tool ) | stdio | — | — | ✅ | — | — | — | — | — | — | ✅ |
3535| [ Unicode and internationalization] ( examples-server-tools.md#unicode-and-internationalization ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
3636| [ Weather service with structured output] ( examples-structured-output.md#weather-service-with-structured-output ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
37- | [ Complete authentication server] ( examples-authentication.md#complete-authentication-server ) | stdio | — | — | — | — | — | — | — | — | ✅ | — |
37+ | [ Complete authentication server] ( examples-authentication.md#complete-authentication-server ) | streamable-http | — | — | — | — | — | — | — | — | ✅ | — |
3838| [ Legacy Authorization Server] ( examples-authentication.md#legacy-authorization-server ) | streamable-http | — | — | ✅ | — | — | — | — | — | ✅ | ✅ |
3939| [ Resource server with introspection] ( examples-authentication.md#resource-server-with-introspection ) | streamable-http | — | — | ✅ | — | — | — | — | — | ✅ | ✅ |
4040| [ Simple prompt server] ( examples-server-prompts.md#simple-prompt-server ) | stdio | — | ✅ | — | — | — | — | — | — | — | — |
@@ -44,7 +44,7 @@ Complete API documentation is auto-generated from the source code and available
4444| [ Simple tool server] ( examples-lowlevel-servers.md#simple-tool-server ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
4545| [ Low-level structured output] ( examples-structured-output.md#low-level-structured-output ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
4646| [ Basic prompts] ( examples-server-prompts.md#basic-prompts ) | stdio | — | ✅ | — | — | — | — | — | — | — | — |
47- | [ Basic resources] ( examples-server-resources.md#basic-resources ) | stdio | ✅ | — | — | — | — | — | — | — | — | — |
47+ | [ Basic resources] ( examples-server-resources.md#basic-resources ) | stdio | ✅ | — | — | — | — | — | — | — | — | ✅ |
4848| [ Basic tools] ( examples-server-tools.md#basic-tools ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
4949| [ Completion support] ( examples-server-advanced.md#completion-support ) | stdio | ✅ | ✅ | — | ✅ | — | — | — | — | — | — |
5050| [ Direct execution] ( examples-quickstart.md#direct-execution ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
@@ -63,7 +63,6 @@ Complete API documentation is auto-generated from the source code and available
6363| [ FastMCP structured output] ( examples-structured-output.md#fastmcp-structured-output ) | stdio | — | — | ✅ | — | — | — | — | — | — | — |
6464| [ Tools with context and progress reporting] ( examples-server-tools.md#tools-with-context-and-progress-reporting ) | stdio | — | — | ✅ | — | — | — | ✅ | ✅ | — | — |
6565
66-
6766### Clients
6867
6968| File | Transport | Resources | Prompts | Tools | Completions | Sampling | Authentication |
0 commit comments