Run the Server with stdio
Start the server so a client can connect locally.
Time to Start It Up
You have a server object and a tool. Now you need to actually run it so a client can connect and use what you built. 🏃
What stdio Means
The simplest transport is stdio: standard input and output. The client launches your script and talks to it through those two streams.
All lessons in this course
- Create a FastMCP Instance
- Add a Hello Tool
- Run the Server with stdio
- Confirm It Loads & Lists Tools