@skilldrunk/mcp 0.1.0 → 0.1.1
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 +9 -6
package/package.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skilldrunk/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server for skilldrunk — search, rate, and publish AI skills from Claude Desktop, Cursor, Windsurf and other MCP-compatible clients.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/LuciFeRADoNiS/skilldrunk"
|
|
8
|
+
"url": "git+https://github.com/LuciFeRADoNiS/skilldrunk.git",
|
|
9
|
+
"directory": "packages/mcp"
|
|
9
10
|
},
|
|
10
11
|
"homepage": "https://skilldrunk.com/docs/mcp",
|
|
11
|
-
"bugs":
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/LuciFeRADoNiS/skilldrunk/issues"
|
|
14
|
+
},
|
|
12
15
|
"keywords": [
|
|
13
16
|
"mcp",
|
|
14
17
|
"model-context-protocol",
|
|
@@ -20,10 +23,10 @@
|
|
|
20
23
|
],
|
|
21
24
|
"type": "module",
|
|
22
25
|
"bin": {
|
|
23
|
-
"skilldrunk-mcp": "
|
|
26
|
+
"skilldrunk-mcp": "dist/index.js"
|
|
24
27
|
},
|
|
25
|
-
"main": "
|
|
26
|
-
"types": "
|
|
28
|
+
"main": "dist/index.js",
|
|
29
|
+
"types": "dist/index.d.ts",
|
|
27
30
|
"files": [
|
|
28
31
|
"dist",
|
|
29
32
|
"README.md"
|