plopino 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
- package/server.json +2 -2
package/index.js
CHANGED
|
@@ -36,7 +36,7 @@ const INSTRUCTIONS =
|
|
|
36
36
|
+ 'page is kept for a month; with a token it stays up permanently and can be updated in '
|
|
37
37
|
+ 'place while the link stays the same.';
|
|
38
38
|
|
|
39
|
-
const server = new McpServer({ name: 'plopino', version: '0.1.
|
|
39
|
+
const server = new McpServer({ name: 'plopino', version: '0.1.10' }, { instructions: INSTRUCTIONS });
|
|
40
40
|
|
|
41
41
|
// 工具描述是给**模型**看的,不是给人看的——要写清楚「什么时候该用」,
|
|
42
42
|
// 否则模型不知道有这个能力,集成了也不会被调用。
|
|
@@ -84,7 +84,7 @@ function resolveTarget(updateUrl) {
|
|
|
84
84
|
const TOOL_ANNOTATIONS = {
|
|
85
85
|
readOnlyHint: false, // 会创建公开内容
|
|
86
86
|
destructiveHint: false, // 替换走版本历史,旧内容仍可看;没有不可逆销毁
|
|
87
|
-
|
|
87
|
+
idempotentHint: false, // 不带 update_url 的每次调用都会新建一块展板
|
|
88
88
|
openWorldHint: true, // 要访问 plopino.com
|
|
89
89
|
};
|
|
90
90
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plopino",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"mcpName": "io.github.plopino/plopino-mcp",
|
|
5
5
|
"description": "MCP server: publish an HTML page, a document, a file, or a folder to Plopino and get a public URL — documents render as readable pages.",
|
|
6
6
|
"type": "module",
|
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.plopino/plopino-mcp",
|
|
4
4
|
"title": "Plopino",
|
|
5
5
|
"description": "Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL.",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.10",
|
|
7
7
|
"websiteUrl": "https://plopino.com",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/plopino/plopino-mcp",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "plopino",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.10",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
}
|