From 709f0d4daa49d2ab2b07d217abc87f0eeeabbabf Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Thu, 24 Jul 2025 13:26:26 +0100 Subject: [PATCH] Update MCP documentation for clarity and consistency - Remove emoji from BETA status and core tool headings for a cleaner presentation - Update OAuth version to 2.1 in the security section - Streamline community resource links for better readability --- pages/docs/mcp.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/docs/mcp.mdx b/pages/docs/mcp.mdx index 25055ae..8281958 100644 --- a/pages/docs/mcp.mdx +++ b/pages/docs/mcp.mdx @@ -7,7 +7,7 @@ import { Callout } from 'nextra/components' Model Context Protocol (MCP) server for creating and managing Hellล applications directly from your AI assistant. -**๐Ÿšง BETA Status**: This MCP server is currently in beta. We're actively seeking feedback and welcome contributions! Please report issues, suggest improvements, or submit pull requests to help us improve the developer experience. +**BETA Status**: This MCP server is currently in beta. We're actively seeking feedback and welcome contributions! Please report issues, suggest improvements, or submit pull requests to help us improve the developer experience. ## Overview @@ -47,7 +47,7 @@ The Hellล MCP server provides a **single powerful tool** (`hello_manage_app`) t ## Available Tools -### ๐ŸŽฏ Core Tool: `hello_manage_app` +### Core Tool: `hello_manage_app` **The main tool for all application management** with these actions: @@ -157,15 +157,15 @@ Access comprehensive documentation and guidance: **We want your feedback!** This MCP server is in beta and we're actively improving it. -- **๐Ÿ“– Documentation**: [MCP Server Repository](https://github.com/hellocoop/MCP) -- **๐Ÿ› Report Issues**: [GitHub Issues](https://github.com/hellocoop/MCP/issues) -- **๐Ÿ”ง Contribute**: [Submit Pull Requests](https://github.com/hellocoop/MCP/pulls) -- **๐Ÿ’ฌ Community**: [Join our Slack Community](https://hello-community.slack.com/join/shared_invite/zt-1eccnd2np-qJoOWBkHGnpxvBpCTtaH9g#/shared-invite/email) +- **Documentation**: [MCP Server Repository](https://github.com/hellocoop/MCP) +- **Report Issues**: [GitHub Issues](https://github.com/hellocoop/MCP/issues) +- **Contribute**: [Submit Pull Requests](https://github.com/hellocoop/MCP/pulls) +- **Community**: [Join our Slack Community](https://hello-community.slack.com/join/shared_invite/zt-1eccnd2np-qJoOWBkHGnpxvBpCTtaH9g#/shared-invite/email) ## Security & Limitations **Security:** -- OAuth 21 industry-standard authentication +- OAuth 2.1 industry-standard authentication - Short-lived tokens (1-hour expiration) - HTTPS-only API communication - Access scoped to create, read, update. No deletion permitted.