Unla (MCP Gateway) home page
简体中文
搜索...
⌘K
Support
Let's Go 🚀
Let's Go 🚀
搜索...
Navigation
API 文档
Introduction
GitHub
Discussions
Issues
快速开始
Unla - MCP Gateway
快速开始
安装部署
Docker 部署
Kubernetes 部署
二进制部署
配置说明
API Server 配置
MCP Gateway 配置
网关代理配置
Go Template 使用指南
Web 配置
OAuth 登录配置
客户端使用
Cursor 配置指南
Cherry Studio 配置指南
开发文档
系统架构
本地开发环境
API 文档
Introduction
端点示例
GET
Get Plants
POST
Create Plant
DEL
Delete Plant
HOOK
New Plant
在此页面
Welcome
Authentication
API 文档
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
本地开发环境
Get Plants
助手
Responses are generated using AI and may contain mistakes.