update nav

This commit is contained in:
zachary62
2025-04-04 13:48:54 -04:00
parent 14df136587
commit 2fa60fe7d5
38 changed files with 159 additions and 286 deletions

View File

@@ -39,20 +39,3 @@ flowchart TD
A7 -- "Provides Access To Session" --> A1
A7 -- "Provides Access To Server" --> A3
```
## Chapters
1. [CLI (`mcp` command)](01_cli___mcp__command_.md)
2. [FastMCP Server (`FastMCP`)](02_fastmcp_server___fastmcp__.md)
3. [FastMCP Resources (`Resource`, `ResourceManager`)](03_fastmcp_resources___resource____resourcemanager__.md)
4. [FastMCP Tools (`Tool`, `ToolManager`)](04_fastmcp_tools___tool____toolmanager__.md)
5. [FastMCP Prompts (`Prompt`, `PromptManager`)](05_fastmcp_prompts___prompt____promptmanager__.md)
6. [FastMCP Context (`Context`)](06_fastmcp_context___context__.md)
7. [MCP Protocol Types](07_mcp_protocol_types.md)
8. [Client/Server Sessions (`ClientSession`, `ServerSession`)](08_client_server_sessions___clientsession____serversession__.md)
9. [Communication Transports (Stdio, SSE, WebSocket, Memory)](09_communication_transports__stdio__sse__websocket__memory_.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)