whamlink-mcp 0.1.2 → 0.1.3

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.
Files changed (1) hide show
  1. package/package.json +16 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whamlink-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server for whamlink \u2014 publish a single file to a permanent, shareable link from any MCP client.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,10 +19,13 @@
19
19
  "prepublishOnly": "npm run build"
20
20
  },
21
21
  "keywords": [
22
+ "ai-agents",
23
+ "claude",
22
24
  "mcp",
23
- "whamlink",
25
+ "mcp-server",
26
+ "model-context-protocol",
24
27
  "publish",
25
- "model-context-protocol"
28
+ "whamlink"
26
29
  ],
27
30
  "license": "MIT",
28
31
  "dependencies": {
@@ -33,5 +36,14 @@
33
36
  "@types/node": "^26.0.1",
34
37
  "typescript": "^5.5.0",
35
38
  "vitest": "^2.1.0"
36
- }
39
+ },
40
+ "homepage": "https://whamlink.com",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/billkinddev/whamlink-mcp.git"
44
+ },
45
+ "bugs": {
46
+ "url": "https://github.com/billkinddev/whamlink-mcp/issues"
47
+ },
48
+ "author": "whamlink"
37
49
  }