Spaces:
Running
Running
Jeremiah Lowin commited on
Update fastmcp-cloud.mdx (#1488)
Browse files
docs/deployment/fastmcp-cloud.mdx
CHANGED
|
@@ -28,7 +28,9 @@ Visit [fastmcp.cloud](https://fastmcp.cloud) and sign in with your GitHub accoun
|
|
| 28 |
The configuration screen lets you specify:
|
| 29 |
- **Name**: The name of your project. This will be used to generate a unique URL for your server.
|
| 30 |
- **Entrypoint**: The Python file containing your FastMCP server (e.g., `echo.py`). This field has the same syntax as the `fastmcp run` command, for example `echo.py:my_server` to specify a specific object in the file.
|
| 31 |
-
- **Authentication**:
|
|
|
|
|
|
|
| 32 |
|
| 33 |
<img src="/assets/images/fastmcp_cloud/create_project.png" alt="FastMCP Cloud Configuration Screen" />
|
| 34 |
|
|
|
|
| 28 |
The configuration screen lets you specify:
|
| 29 |
- **Name**: The name of your project. This will be used to generate a unique URL for your server.
|
| 30 |
- **Entrypoint**: The Python file containing your FastMCP server (e.g., `echo.py`). This field has the same syntax as the `fastmcp run` command, for example `echo.py:my_server` to specify a specific object in the file.
|
| 31 |
+
- **Authentication**: If disabled, your server is open to the public. If enabled, only other members of your FastMCP Cloud organization will be able to connect.
|
| 32 |
+
|
| 33 |
+
Note that FastMCP Cloud will automatically detect yours server's Python dependencies from either a `requirements.txt` or `pyproject.toml` file.
|
| 34 |
|
| 35 |
<img src="/assets/images/fastmcp_cloud/create_project.png" alt="FastMCP Cloud Configuration Screen" />
|
| 36 |
|