Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pages/docs/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="warning">
**🚧 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.
</Callout>

## Overview
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down