diff --git a/examples/text_me.py b/examples/text_me.py index dea488f71..d81c34a2a 100644 --- a/examples/text_me.py +++ b/examples/text_me.py @@ -3,7 +3,19 @@ # /// """ -FastMCP Echo Server +FastMCP Text Me Server +-------------------------------- +This defines a simple FastMCP server that sends a text message to a phone number via https://surgemsg.com/. + +To run this example, create a `.env` file with the following values: + +SURGE_API_KEY=... +SURGE_ACCOUNT_ID=... +SURGE_MY_PHONE_NUMBER=... +SURGE_MY_FIRST_NAME=... +SURGE_MY_LAST_NAME=... + +Visit https://surgemsg.com/ and click "Get Started" to obtain these values. """ from typing import Annotated