add mcp yuque descriptions (#2125)

This commit is contained in:
mirror
2025-04-25 18:08:42 +08:00
committed by GitHub
parent c241ccf19d
commit b4e68c02f9
22 changed files with 1131 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"bravesearch": {
"url": "http://mcp.higress.ai/mcp-bravesearch/{generate_key}",
"url": "https://mcp.higress.ai/mcp-bravesearch/{generate_key}",
}
}
```

View File

@@ -30,7 +30,7 @@
```json
"mcpServers": {
"bravesearch": {
"url": "http://mcp.higress.ai/mcp-bravesearch/{generate_key}",
"url": "https://mcp.higress.ai/mcp-bravesearch/{generate_key}",
}
}
```

View File

@@ -21,7 +21,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"chatppt": {
"url": "http://mcp.higress.ai/mcp-chatppt/{generate_key}",
"url": "https://mcp.higress.ai/mcp-chatppt/{generate_key}",
}
}
```

View File

@@ -21,7 +21,7 @@
```json
"mcpServers": {
"chatppt": {
"url": "http://mcp.higress.ai/mcp-chatppt/{generate_key}",
"url": "https://mcp.higress.ai/mcp-chatppt/{generate_key}",
}
}
```

View File

@@ -16,7 +16,7 @@ On the user's MCP Client interface, add E2BDev MCP Server configuration.
```json
"mcpServers": {
"e2bdev": {
"url": "http://mcp.higress.ai/mcp-e2bdev/{generate_key}",
"url": "https://mcp.higress.ai/mcp-e2bdev/{generate_key}",
}
}
```

View File

@@ -15,7 +15,7 @@
```json
"mcpServers": {
"e2bdev": {
"url": "http://mcp.higress.ai/mcp-e2bdev/{generate_key}",
"url": "https://mcp.higress.ai/mcp-e2bdev/{generate_key}",
}
}
```

View File

@@ -27,7 +27,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"firecrawl": {
"url": "http://mcp.higress.ai/mcp-firecrawl/{generate_key}",
"url": "https://mcp.higress.ai/mcp-firecrawl/{generate_key}",
}
}
```

View File

@@ -27,7 +27,7 @@
```json
"mcpServers": {
"firecrawl": {
"url": "http://mcp.higress.ai/mcp-firecrawl/{generate_key}",
"url": "https://mcp.higress.ai/mcp-firecrawl/{generate_key}",
}
}
```

View File

@@ -33,7 +33,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"github": {
"url": "http://mcp.higress.ai/mcp-github/{generate_key}",
"url": "https://mcp.higress.ai/mcp-github/{generate_key}",
}
}
```

View File

@@ -33,7 +33,7 @@ GitHub API 的 MCP 服务器实现,支持文件操作、仓库管理、搜索
```json
"mcpServers": {
"github": {
"url": "http://mcp.higress.ai/mcp-github/{generate_key}",
"url": "https://mcp.higress.ai/mcp-github/{generate_key}",
}
}
```

View File

@@ -25,7 +25,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"librechat": {
"url": "http://mcp.higress.ai/mcp-librechat/{generate_key}",
"url": "https://mcp.higress.ai/mcp-librechat/{generate_key}",
}
}
```

View File

@@ -25,7 +25,7 @@
```json
"mcpServers": {
"librechat": {
"url": "http://mcp.higress.ai/mcp-librechat/{generate_key}",
"url": "https://mcp.higress.ai/mcp-librechat/{generate_key}",
}
}
```

View File

@@ -32,7 +32,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"notion": {
"url": "http://mcp.higress.ai/mcp-notion/{generate_key}",
"url": "https://mcp.higress.ai/mcp-notion/{generate_key}",
}
}
```

View File

@@ -32,7 +32,7 @@ Notion MCP Server 提供了以下功能:
```json
"mcpServers": {
"notion": {
"url": "http://mcp.higress.ai/mcp-notion/{generate_key}",
"url": "https://mcp.higress.ai/mcp-notion/{generate_key}",
}
}
```

View File

@@ -17,7 +17,7 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"weather": {
"url": "http://mcp.higress.ai/mcp-weather/{generate_key}",
"url": "https://mcp.higress.ai/mcp-weather/{generate_key}",
}
}
```

View File

@@ -17,7 +17,7 @@
```json
"mcpServers": {
"weather": {
"url": "http://mcp.higress.ai/mcp-weather/{generate_key}",
"url": "https://mcp.higress.ai/mcp-weather/{generate_key}",
}
}
```

View File

@@ -27,6 +27,6 @@ On the user's MCP Client interface, add the generated SSE URL to the MCP Server
```json
"mcpServers": {
"wolframalpha": {
"url": "http://mcp.higress.ai/mcp-wolframalpha/{generate_key}",
"url": "https://mcp.higress.ai/mcp-wolframalpha/{generate_key}",
}
}

View File

@@ -27,6 +27,6 @@
```json
"mcpServers": {
"wolframalpha": {
"url": "http://mcp.higress.ai/mcp-wolframalpha/{generate_key}",
"url": "https://mcp.higress.ai/mcp-wolframalpha/{generate_key}",
}
}

View File

@@ -67,25 +67,5 @@ tools:
headers:
- key: Authorization
value: "Bearer {{.config.appid}}"
responseTemplate:
prependBody: |+
# API Response Information
Below is the response from an API call. To help you understand the data, I've provided:
1. A detailed description of all fields in the response structure
2. The complete API response
## Response Structure
> Content-Type: application/json
- **images**: List of image URLs related to the query. (Type: array)
- **images[]**: Items of type string
- **inputInterpretation**: WolframAlpha's interpretation of the input query. (Type: string)
- **link**: A link back to the full WolframAlpha results page for this query. (Type: string)
- **query**: The query that was submitted. (Type: string)
- **result**: The computed result for the query. (Type: string)
## Original Response

View 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}",
}
}
```

View File

@@ -0,0 +1,38 @@
# 语雀 MCP Server
基于语雀开放服务 API 的 MCP 服务器实现,通过 MCP 协议,实现语雀知识库、文档的编辑、更新发布。
## 功能
当前支持以下操作:
- **知识库管理**:新建、搜索、更新、删除知识库等。
- **文档管理**:创建、更新、历史详情、搜索文档等。
对于企业团队用户:
- **成员管理**:管理知识库成员、权限。
- **数据汇总**:知识库、文档、成员等数据统计。
## 使用教程
### 获取 AccessToken
参考[语雀开发者文档](https://www.yuque.com/yuque/developer/api),进行个人用户认证或企业团队身份认证。
### 生成 SSE URL
在 MCP Server 界面,登录后输入 AccessToken生成URL。
### 配置 MCP Client
在用户的 MCP Client 界面,将生成的 SSE URL添加到 MCP Server列表中。
```json
"mcpServers": {
"yuque": {
"url": "https://mcp.higress.ai/mcp-yuque/{generate_key}",
}
}
```

View File

File diff suppressed because one or more lines are too long