Skip to content

Commit e7045aa

Browse files
chore: auto-generate plugins data
1 parent 64aada4 commit e7045aa

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

plugins-data.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,15 @@
119119
"summary": "MCP",
120120
"version": "0.0.3",
121121
"description": "MCP 服务器管理",
122-
"author": "wu-clan"
122+
"author": "wu-clan",
123+
"tags": [
124+
"ai",
125+
"mcp"
126+
],
127+
"database": [
128+
"mysql",
129+
"postgresql"
130+
]
123131
},
124132
"git": {
125133
"path": "plugins/mcp",

plugins-data.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,15 @@ export const pluginDataList: PluginData[] = [
143143
"summary": "MCP",
144144
"version": "0.0.3",
145145
"description": "MCP 服务器管理",
146-
"author": "wu-clan"
146+
"author": "wu-clan",
147+
"tags": [
148+
"ai",
149+
"mcp"
150+
],
151+
"database": [
152+
"mysql",
153+
"postgresql"
154+
]
147155
},
148156
"git": {
149157
"path": "plugins/mcp",

0 commit comments

Comments
 (0)