Spaces:
Running
Running
Jeremiah Lowin commited on
Update FastMCP Cloud screenshot (#1487)
Browse files
docs/assets/images/fastmcp_cloud/connect.png
ADDED
|
Git LFS Details
|
docs/deployment/fastmcp-cloud.mdx
CHANGED
|
@@ -23,7 +23,7 @@ Deploying to FastMCP Cloud takes just three simple steps.
|
|
| 23 |
Visit [fastmcp.cloud](https://fastmcp.cloud) and sign in with your GitHub account. Create a project either by selecting an existing repository or using the FastMCP Cloud quickstart repo.
|
| 24 |
<img src="/assets/images/fastmcp_cloud/quickstart.png" alt="FastMCP Cloud Quickstart Screen" />
|
| 25 |
|
| 26 |
-
### Step 2: Configure
|
| 27 |
|
| 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.
|
|
@@ -43,12 +43,18 @@ Once you create your project, FastMCP Cloud will:
|
|
| 43 |
<img src="/assets/images/fastmcp_cloud/deployment.png" alt="FastMCP Cloud Deployment Screen" />
|
| 44 |
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
| 47 |
|
| 48 |
```
|
| 49 |
https://your-project-name.fastmcp.app/mcp
|
| 50 |
```
|
| 51 |
|
| 52 |
-
You should be able to connect to it as soon as you see the deployment succeed!
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
-
Any time you open a PR to your repo, FastMCP Cloud will create a new
|
|
|
|
| 23 |
Visit [fastmcp.cloud](https://fastmcp.cloud) and sign in with your GitHub account. Create a project either by selecting an existing repository or using the FastMCP Cloud quickstart repo.
|
| 24 |
<img src="/assets/images/fastmcp_cloud/quickstart.png" alt="FastMCP Cloud Quickstart Screen" />
|
| 25 |
|
| 26 |
+
### Step 2: Configure Your Server
|
| 27 |
|
| 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.
|
|
|
|
| 43 |
<img src="/assets/images/fastmcp_cloud/deployment.png" alt="FastMCP Cloud Deployment Screen" />
|
| 44 |
|
| 45 |
|
| 46 |
+
## Connect to Your Server
|
| 47 |
+
|
| 48 |
+
Your deployed server will be accessible at a URL like:
|
| 49 |
|
| 50 |
```
|
| 51 |
https://your-project-name.fastmcp.app/mcp
|
| 52 |
```
|
| 53 |
|
| 54 |
+
You should be able to connect to it as soon as you see the deployment succeed! In addition, you can instantly connect your server to a variety of popular LLM clients:
|
| 55 |
+
|
| 56 |
+
<img src="/assets/images/fastmcp_cloud/connect.png" alt="FastMCP Cloud Connection Screen" />
|
| 57 |
+
|
| 58 |
+
## Testing Changes
|
| 59 |
|
| 60 |
+
Any time you open a PR to your connected repo, FastMCP Cloud will create a new server for that branch and deploy it on a unique URL. This allows you to test your changes before merging to production. Each merge to main will trigger a new deployment of the "production" version of your server.
|