add module docstring

This commit is contained in:
zzstoatzz 2024-11-30 22:16:21 -06:00
commit cbb8dbeccf

View file

@ -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