Skip to content

Commit 3c67da8

Browse files
committed
chore: update name
1 parent a49bbd4 commit 3c67da8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mcp-registry/servers/[email protected] renamed to mcp-registry/servers/mcp-server-weibo.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prompt": "Search for Weibo content containing the keyword 'climate change'"
4949
}
5050
],
51-
"name": "@Selenium39/mcp-server-weibo",
51+
"name": "mcp-server-weibo",
5252
"repository": {
5353
"type": "git",
5454
"url": "https://github.com/Selenium39/mcp-server-weibo"
@@ -70,11 +70,11 @@
7070
"properties": {
7171
"keyword": {
7272
"type": "string",
73-
"description": "\u67e5\u627e\u7528\u6237\u7684\u641c\u7d22\u8bcd"
73+
"description": "查找用户的搜索词"
7474
},
7575
"limit": {
7676
"type": "number",
77-
"description": "\u8fd4\u56de\u7684\u6700\u5927\u7528\u6237\u6570\u91cf"
77+
"description": "返回的最大用户数量"
7878
}
7979
},
8080
"required": [
@@ -93,7 +93,7 @@
9393
"properties": {
9494
"uid": {
9595
"type": "number",
96-
"description": "\u5fae\u535a\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26"
96+
"description": "微博用户的唯一标识符"
9797
}
9898
},
9999
"required": [
@@ -111,11 +111,11 @@
111111
"properties": {
112112
"uid": {
113113
"type": "number",
114-
"description": "\u5fae\u535a\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26"
114+
"description": "微博用户的唯一标识符"
115115
},
116116
"limit": {
117117
"type": "number",
118-
"description": "\u8fd4\u56de\u7684\u6700\u5927\u52a8\u6001\u6570\u91cf"
118+
"description": "返回的最大动态数量"
119119
}
120120
},
121121
"required": [
@@ -134,7 +134,7 @@
134134
"properties": {
135135
"limit": {
136136
"type": "number",
137-
"description": "\u8fd4\u56de\u7684\u6700\u5927\u70ed\u641c\u6761\u76ee\u6570\u91cf"
137+
"description": "返回的最大热搜数量"
138138
}
139139
},
140140
"required": [
@@ -152,15 +152,15 @@
152152
"properties": {
153153
"keyword": {
154154
"type": "string",
155-
"description": "\u641c\u7d22\u5fae\u535a\u5185\u5bb9\u7684\u5173\u952e\u8bcd"
155+
"description": "要搜索的微博内容关键词"
156156
},
157157
"limit": {
158158
"type": "number",
159-
"description": "\u8fd4\u56de\u7684\u6700\u5927\u5fae\u535a\u6761\u76ee\u6570\u91cf"
159+
"description": "返回的最大微博数量"
160160
},
161161
"page": {
162162
"type": "number",
163-
"description": "\u8d77\u59cb\u9875\u7801\uff0c\u9ed8\u8ba4\u4e3a1"
163+
"description": "起始页码, 默认为1"
164164
}
165165
},
166166
"required": [
@@ -175,4 +175,4 @@
175175
"prompts": [],
176176
"resources": [],
177177
"is_official": false
178-
}
178+
}

0 commit comments

Comments
 (0)