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

Update FastMCP Cloud screenshot (#1487)

Browse files
docs/assets/images/fastmcp_cloud/connect.png ADDED

Git LFS Details

  • SHA256: 739ab6804e051ef6e48c82992ae62e4a3f42ae35c005bf807f5dc43c1f50bb41
  • Pointer size: 131 Bytes
  • Size of remote file: 659 kB
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 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,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
- The deployed server is live and accessible at a URL like:
 
 
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, unique URL for that branch. This allows you to test your changes before merging to production. Each merge to main will trigger a new deployment of the latest version of your server.
 
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.