Skip to content

Commit ced06b7

Browse files
authored
fix up some example matrix issues (#7)
1 parent 7029b00 commit ced06b7

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

docs/examples-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This example shows how to:
1717
- Add a dynamic resource that provides data (`greeting://`)
1818
- Add a prompt template for LLM interactions (`greet_user`)
1919

20-
## Basic readme example
20+
## Basic server
2121

2222
An even simpler starting point:
2323

docs/examples-server-tools.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,10 @@ Tools for taking and processing screenshots:
6565
--8<-- "examples/fastmcp/screenshot.py"
6666
```
6767

68-
## Text processing tools
68+
## Text messaging tool
6969

70-
Tools for text manipulation and processing:
70+
Tool to send a text message.
7171

7272
```python
7373
--8<-- "examples/fastmcp/text_me.py"
7474
```
75-
76-
All tool examples demonstrate different aspects of MCP tool development, from basic computation to complex system interactions.

docs/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)