From cbb8dbeccfa62479900d12f38cff6267cea61249 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sat, 30 Nov 2024 22:16:21 -0600 Subject: [PATCH] add module docstring --- examples/text_me.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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