You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Comment out MCP documentation - under development
- Hide all MCP server installation and usage documentation
- Keep BETA label and page structure
- Show 'Under Development' message until server is ready for public use
Model Context Protocol (MCP) server for creating and managing Hellō applications directly from your AI assistant.
8
11
9
12
<Callout type="warning">
@@ -12,74 +15,80 @@ Model Context Protocol (MCP) server for creating and managing Hellō application
12
15
13
16
## Overview
14
17
15
-
The Hellō MCP server provides programmatic access to the Hellō Admin API, allowing you to create and manage your Hellō applications without switching to the [Hellō Console](https://console.hello-beta.net)(NOTE: this is a link to the BETA console). This streamlines your development workflow by integrating application management directly into your AI assistant.
18
+
The Hellō Admin MCP server provides programmatic access to the Hellō Admin API, allowing you to create and manage your Hellō applications without switching to the [Hellō Console](https://console.hello.coop), streamlining your development workflow by integrating application management directly into your AI assistant.
16
19
17
-
**Note:**This server can only perform creation and management operations. To delete applications, you'll need to visit the [Hellō Console](https://console.hello.coop).
20
+
**Note:** The MCP Server can only perform creation and management operations. To delete applications, you'll need to visit the [Hellō Console](https://console.hello.coop).
18
21
19
-
## Installation
22
+
## Authorization
20
23
21
-
### VS Code One-Click Install
24
+
MCP Clients gain access to the APIs by requesting the `mcp` scope. The resulting access token is only valid for an hour, and no refresh token is provided. If the access token has expired, then a new authorization flow will be initiated.
22
25
23
-
If you're using VS Code with MCP support, these links will install the server directly:
26
+
For clients using the `stdio` transport, the authorization flow is started by the local MCP server. For clients using the new `streamableHTTP` transport, the client will detect authorization is required and will start the authorization flow.
<imgsrc="https://img.shields.io/badge/Install%20Stdio-VS%20Code-blue?style=for-the-badge&logo=visualstudiocode"alt="Install MCP using stdio in VS Code" />
28
-
</a>
28
+
## Installation
29
29
30
-
### Cursor One-Click Install
30
+
| Cursor | VS Code |
31
+
|--------|---------|
32
+
| [Install MCP Server](https://cursor.com/install-mcp?name=hello-admin&config=eyJ1cmwiOiJodHRwczovL21jcC5oZWxsby5jb29wIn0K) | [Install on VS Code](vscode:mcp/install?%7B%22name%22%3A%22Hell%C5%8D%20Admin%22%2C%22url%22%3A%22https%3A//mcp.hello-beta.net%22%2C%22type%22%3A%22http%22%7D) |
31
33
32
-
If you're using Cursor, click this link to automatically install the Hellō MCP server:
0 commit comments