Jeremiah Lowin commited on
Commit
edd7e2c
·
unverified ·
1 Parent(s): c892be8

Update fastmcp-cloud.mdx (#1488)

Browse files
Files changed (1) hide show
  1. docs/deployment/fastmcp-cloud.mdx +3 -1
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**: Whether to require OAuth for client connections.
 
 
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