Skip to content

Commit 725d5a2

Browse files
author
piexlMax(奇淼
committed
Merge branch 'master' of github.com:flipped-aurora/gin-vue-admin.com
2 parents 0b8e9f4 + b3f1270 commit 725d5a2

File tree

11 files changed

+57
-7
lines changed

11 files changed

+57
-7
lines changed

docs/.vitepress/components/EmPower.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
</template>
4949

5050
<script setup>
51-
import {ref} from "vue"
51+
import {onMounted, ref} from "vue"
52+
onMounted(()=>{
53+
window.location.href= "https://plugin.gin-vue-admin.com/license"
54+
})
5255
const toLink = () => {
5356
window.open('https://flipped-aurora.feishu.cn/docx/KwjxdnvatozgwIxGV0rcpkZSn4d?from=from_copylink')
5457
}

docs/.vitepress/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineConfig({
101101
},
102102
{
103103
text: '💰 购买授权',
104-
link: '/empower/index'
104+
link: 'https://plugin.gin-vue-admin.com/license'
105105
},
106106
{
107107
text: '✨ 插件市场',
@@ -268,6 +268,10 @@ export default defineConfig({
268268
text: '定时任务',
269269
link: '/guide/server/timer'
270270
},
271+
{
272+
text: 'MCP TOOLS',
273+
link: '/guide/server/mcp'
274+
},
271275
{
272276
text: '开发指导文档',
273277
link: 'https://www.gin-vue-admin.com/empower/index.html'

docs/.vitepress/theme/components/asideAd.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import vform from '/advertising/vform-banner.png'
2121
const ad = [
2222
{
2323
img : cms,
24-
href :'https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=69'
24+
href :'https://plugin.gin-vue-admin.com/details/69'
2525
},
2626
{
2727
img : shop,
28-
href :'https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=90'
28+
href :'https://plugin.gin-vue-admin.com/details/139'
2929
},
3030
3131
//{

docs/.vitepress/theme/components/liuliang.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div class="fixed bottom-10 right-0 gap-2 flex flex-col z-[999] bg-white shadow p-2 rounded" v-if="showAD">
3-
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=69">
3+
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/69">
44
<img :width="160" src="/advertising/cms.png" alt="cms">
55
</a>
6-
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=90">
6+
<a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://plugin.gin-vue-admin.com/details/139">
77
<img :width="160" src="/advertising/shop.jpg" alt="shop">
88
</a>
99
<!-- <a class="flex items-center justify-center rounded overflow-hidden" target="_blank" href="https://ym.ksjhaoka.com/invite?s=srtGcMEo83371">-->

docs/about/join.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ qq交流1群群号(满): `622360840`
1313

1414
qq交流2群群号(满): `650421081`
1515

16-
qq交流3群群号: `470239250`
16+
qq交流3群群号(满): `470239250`
17+
18+
qq交流4群群号: `971857775`
19+
1720

1821

1922
微信: `shouzi_1994`

docs/guide/server/mcp.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# MCP Tools
2+
3+
自动化创建MCP工具模板
4+
5+
## 授权用户内部培训文档【公开】
6+
7+
[MCP内部培训文档](https://flipped-aurora.feishu.cn/docx/DWvvdLVfvoZajJxwDR1cDThhnAh?from=from_copylink)
8+
9+
## 视频教程
10+
11+
[点击观看](https://www.bilibili.com/video/BV1cNJgzbEHT)
12+
13+
## 配置文件说明
14+
15+
```yaml
16+
mcp:
17+
name: GVA_MCP # MCP服务名称
18+
version: v1.0.0 # 版本号
19+
sse_path: /sse # SSE路径
20+
message_path: /message # 消息路径
21+
url_prefix: '' # URL前缀
22+
```
23+
24+
## 自动填写页面参数示例
25+
26+
<img src="/mcp/image.png"/>
27+
28+
点击生成后后端会获得MCP模板
29+
30+
在模板的handle函数中书写业务逻辑即可实现一个简单的mcp工具
31+
32+
<img src="/mcp/image2.png"/>
33+
34+
## 调试工具展示
35+
36+
<img src="/mcp/image3.png"/>
37+
38+
<img src="/mcp/image4.png"/>
39+
40+
<img src="/mcp/image5.png"/>

docs/public/mcp/image.png

98.7 KB
Loading

docs/public/mcp/image2.png

216 KB
Loading

docs/public/mcp/image3.png

105 KB
Loading

docs/public/mcp/image4.png

106 KB
Loading

0 commit comments

Comments
 (0)