Lab 03: Wrap-up¶
Lab: Lab 03 overview
Verify¶
Stretch goals¶
- Write a third MCP tool in
mcp_server/trivia_content_server.py - Try the offline fallback
- What would a
SessionStarthook be useful for?
Recap¶
| Concept | Takeaway |
|---|---|
| Permission modes | Tune Claude's autonomy from plan to bypassPermissions |
| Hooks | PreToolUse blocks, PostToolUse auto-lints |
| MCP | Connects Claude to external data |
| Convention → Guardrail | Lab 02 asked. The hook now enforces. |
← Exercise 2 · Next: Lab 04: Scale & Reuse