mirror of
https://github.com/alibaba/higress.git
synced 2026-05-08 04:17:27 +08:00
add mcp yuque descriptions (#2125)
This commit is contained in:
37
plugins/wasm-go/mcp-servers/mcp-yuque/README.md
Normal file
37
plugins/wasm-go/mcp-servers/mcp-yuque/README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Yuque MCP Server
|
||||
|
||||
Implementation of the MCP server based on the Yuque Open Service API, enabling the editing, updating, and publishing of Yuque knowledge bases and documents through the MCP protocol.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
Currently supports the following operations:
|
||||
- **Knowledge Base Management**: Create, search, update, delete knowledge bases, etc.
|
||||
- **Document Management**: Create, update, view history details, search documents, etc.
|
||||
|
||||
For enterprise team users:
|
||||
- **Member Management**: Manage knowledge base members and permissions.
|
||||
- **Data Aggregation**: Statistics on knowledge bases, documents, members, etc.
|
||||
|
||||
|
||||
## Usage Guide
|
||||
|
||||
### Get AccessToken
|
||||
|
||||
Refer to the [Yuque Developer Documentation](https://www.yuque.com/yuque/developer/api) for personal user authentication or enterprise team identity authentication.
|
||||
|
||||
### Generate SSE URL
|
||||
|
||||
On the MCP Server interface, log in and enter the AccessToken to generate the URL.
|
||||
|
||||
### Configure MCP Client
|
||||
|
||||
On the user's MCP Client interface, add the generated SSE URL to the MCP Server list.
|
||||
|
||||
```json
|
||||
"mcpServers": {
|
||||
"yuque": {
|
||||
"url": "https://mcp.higress.ai/mcp-yuque/{generate_key}",
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user