Quiz
What is the SSE transport used for?
- A: To expose a server via HTTP
 - B: To expose a server via STDIO
 - C: To enable streaming of responses from LLMs
 
Which routes are used for SSE?
- A: 
/mcp - B: 
/sse - C: 
/messages 
You can access the solution at https://github.com/PacktPublishing/Learn-Model-Context-Protocol-with-Python/blob/main/Chapter04/solutions/solution-quiz.md.