@claudeink/mcp-server 0.0.9 → 0.1.0
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudeink/mcp-server",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "ClaudeInk MCP Server - 自媒体多平台写作系统的本地 MCP 服务,连接 Claude 与云端后台",
|
|
5
|
+
"mcpName": "io.github.weekdmond/claudeink",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": "dist/cli.js",
|
|
7
8
|
"main": "./dist/index.js",
|
|
@@ -38,8 +39,8 @@
|
|
|
38
39
|
"homepage": "https://claudeink.app",
|
|
39
40
|
"repository": {
|
|
40
41
|
"type": "git",
|
|
41
|
-
"url": "
|
|
42
|
-
"directory": "
|
|
42
|
+
"url": "https://github.com/weekdmond/claudeink",
|
|
43
|
+
"directory": "mcp-server"
|
|
43
44
|
},
|
|
44
45
|
"engines": {
|
|
45
46
|
"node": ">=18.0.0"
|