Skip to content

Commit 1ca2ea0

Browse files
committed
chore: rename server
1 parent e903f86 commit 1ca2ea0

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

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

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@
1919
"--stdio"
2020
],
2121
"description": "Using npx without global installation"
22-
},
23-
"custom": {
24-
"type": "custom",
25-
"command": "npm",
26-
"args": [
27-
"run",
28-
"dev",
29-
"--",
30-
"init"
31-
],
32-
"description": "Running from source code for initialization"
3322
}
3423
},
3524
"examples": [
@@ -64,7 +53,7 @@
6453
"prompt": "Get the latest skincare product reviews on Xiaohongshu"
6554
}
6655
],
67-
"name": "@iFurySt/RedNote-MCP",
56+
"name": "rednote-mcp",
6857
"repository": {
6958
"type": "git",
7059
"url": "https://github.com/iFurySt/RedNote-MCP"
@@ -80,17 +69,17 @@
8069
"tools": [
8170
{
8271
"name": "search_notes",
83-
"description": "\u6839\u636e\u5173\u952e\u8bcd\u641c\u7d22\u7b14\u8bb0",
72+
"description": "根据关键词搜索笔记",
8473
"inputSchema": {
8574
"type": "object",
8675
"properties": {
8776
"keywords": {
8877
"type": "string",
89-
"description": "\u641c\u7d22\u5173\u952e\u8bcd"
78+
"description": "搜索关键词"
9079
},
9180
"limit": {
9281
"type": "number",
93-
"description": "\u8fd4\u56de\u7ed3\u679c\u6570\u91cf\u9650\u5236"
82+
"description": "返回结果数量限制"
9483
}
9584
},
9685
"required": [
@@ -102,13 +91,13 @@
10291
},
10392
{
10493
"name": "get_note_content",
105-
"description": "\u83b7\u53d6\u7b14\u8bb0\u5185\u5bb9",
94+
"description": "获取笔记内容",
10695
"inputSchema": {
10796
"type": "object",
10897
"properties": {
10998
"url": {
11099
"type": "string",
111-
"description": "\u7b14\u8bb0 URL"
100+
"description": "笔记 URL"
112101
}
113102
},
114103
"required": [
@@ -120,13 +109,13 @@
120109
},
121110
{
122111
"name": "get_note_comments",
123-
"description": "\u83b7\u53d6\u7b14\u8bb0\u8bc4\u8bba",
112+
"description": "获取笔记评论",
124113
"inputSchema": {
125114
"type": "object",
126115
"properties": {
127116
"url": {
128117
"type": "string",
129-
"description": "\u7b14\u8bb0 URL"
118+
"description": "笔记 URL"
130119
}
131120
},
132121
"required": [
@@ -138,7 +127,7 @@
138127
},
139128
{
140129
"name": "login",
141-
"description": "\u767b\u5f55\u5c0f\u7ea2\u4e66\u8d26\u53f7",
130+
"description": "登录小红书账号",
142131
"inputSchema": {
143132
"type": "object",
144133
"properties": {},
@@ -150,4 +139,4 @@
150139
"prompts": [],
151140
"resources": [],
152141
"is_official": false
153-
}
142+
}

0 commit comments

Comments
 (0)