Skip to content

Commit 6f5da49

Browse files
Kemi-Elizabethactions-usercatplat
authored
feat: added new MCP server docs page (#5091)
* feat: added MCP server page Added MCP server docs page, changed existing MCP page to index page for new MCP server section * Optimize images Automatically optimized images using optipng and jpegoptim via GitHub Actions * feat: removed typo in link removed typo in link * feat: added vale bypass added vale bypass as it was not happy with the client names * feat: added note to MCP index page Added CTA to MCP index page * feat: changed underscores to dashes changed underscores to dashes in page name * feat: removed stray s removed stray s * Apply suggestion from @Kemi-Elizabeth * feat: adjusted image link adjusted image link * feat: corrected url typo corrected typo in url * feat: fixed url fixed url * feat: removed link removed link to api endpoint * feat: adjusted url adjusted url * feat: made changes made changes suggested by team * feat: updated comments removed reference to comment shortcode as looks like it does not exist * feat: put vale filters on turned vale checks off for this * feat: corrected colors corrected colors on mermaid diagram * feat: removed mermaid diagram removed mermaid diagram as text was not user friendly in its color * feat: added mermaid chart back in added mermaid chart back in * feat: replaced mermaid diagram with png replaced diagram with png * Optimize images Automatically optimized images using optipng and jpegoptim via GitHub Actions * feat: deleted svg deleted svg image as replaced with png * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Update sites/upsun/src/get-started/AI/using-the-mcp.md Co-authored-by: C T <215163593+catplat@users.noreply.github.com> * Apply suggestion from @Kemi-Elizabeth * Apply suggestion from @Kemi-Elizabeth --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: C T <215163593+catplat@users.noreply.github.com>
1 parent 430d523 commit 6f5da49

File tree

7 files changed

+739
-9
lines changed

7 files changed

+739
-9
lines changed

sites/upsun/src/add-services/valkey.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ You can select the major and minor version.
1818
Patch versions are applied periodically for bug fixes and the like. When you deploy your app, you always get the latest available patches.
1919

2020
{{< image-versions image="valkey" status="supported" environment="grid" >}}
21-
{{% comment %}} uncomment this when Upsun deprecates Valkey v8.0 {{% /comment %}}
22-
{{% comment %}}
23-
{{% deprecated-versions %}}
21+
22+
<!-- uncomment this when Upsun deprecates Valkey v8.0
23+
24+
{{% deprecated-versions %}}
2425
2526
{{< image-versions image="valkey" status="deprecated" environment="grid" >}}
26-
{{% /comment %}}
27+
28+
-->
2729

2830
## Service types
2931

sites/upsun/src/get-started/AI/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: -50
44
layout: single
55

66
---
7-
7+
<!-- vale off -->
88
{{% vendor/name %}} provides powerful capabilities for hosting AI applications,
99
agents, and services. You can deploy AI workloads using any supported runtime
1010
and integrate with various LLM APIs and services.
@@ -21,8 +21,9 @@ using the following materials.
2121
- [**AI Agents**](aiagent.md) - Host conversational AI agents
2222
and chatbots using any
2323
supported runtime
24-
- [**MCP Servers**](mcp.md) - Deploy Model Context Protocol servers for
24+
- [**MCP Servers**](deploy-mcp.md) - Deploy Model Context Protocol servers for
2525
AI tool integration
26+
- [**{{% vendor/name %}} MCP Server**](using-the-mcp.md) - Use the {{% vendor/name %}} Model Context Protocel Server
2627
- **Vector Databases** - [Chroma](add-services/chroma.md), [Qdrant](add-services/qdrant.md)
2728

2829
## Supported technologies
@@ -59,3 +60,4 @@ For detailed examples and tutorials, see the
5960
[AI and Machine Learning tutorials on DevCenter](https://devcenter.upsun.com/posts/ai?utm_source=docs&utm_medium=ai-section&utm_campaign=tutorials).
6061

6162
Find out more about the many [languages {{% vendor/name %}} supports](/languages/_index.md).
63+
<!-- vale on -->

sites/upsun/src/get-started/AI/aiagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Host AI Agents
3-
weight: -40
3+
weight: -60
44
---
55

66
You can host AI agents on Upsun using any runtime that supports your preferred

sites/upsun/src/get-started/AI/mcp.md renamed to sites/upsun/src/get-started/AI/deploy-mcp.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
22
title: Hosting Model Context Protocal (MCP) Servers
3-
weight: -40
3+
weight: -50
44
---
55

6+
{{< note theme="info" title="Connect to the {{% vendor/name %}} MCP Server">}}
7+
8+
The {{% vendor/name %}} Model Context Protocol (MCP) Server allows users to perform infrastructure operations, monitor environments, and manage resources using natural language commands.
9+
10+
**You can set up the {{% vendor/name %}} MCP Server with this [step-by-step guide]( /get-started/ai/using-the-mcp.md).**
11+
12+
{{< /note >}}
13+
614
**Model Context Protocol (MCP)** is a standard interface that allows large
715
language models (LLMs) to communicate with external tools and data sources.
816
With MCP, developers and tool providers integrate once and ensure
@@ -14,7 +22,7 @@ specifications, examples, and implementation details, we recomend you visit the
1422

1523
## Get started with MCP on Upsun
1624

17-
- **[Build and deploy AI-native applications with MCP servers on Upsun](https://devcenter.upsun.com/posts/tutorials/?utm_source=chatgpt.com)**
25+
- **[Build and deploy AI-native applications with MCP servers on Upsun](https://devcenter.upsun.com/posts/deploy-mcp-servers-on-upsun/)**
1826
Learn how to build and deploy AI-native applications by leveraging MCP servers
1927
hosted on Upsun.
2028

0 commit comments

Comments
 (0)