lit-forge-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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -55,8 +55,8 @@ claude mcp add lit-forge -- npx -y lit-forge-mcp
55
55
  ## ローカル開発
56
56
 
57
57
  ```bash
58
- git clone https://github.com/nobuoseki/lit-forge.git
59
- cd lit-forge/mcp-server
58
+ git clone https://github.com/noblabs/lit-forge-mcp.git
59
+ cd lit-forge-mcp
60
60
  npm install
61
61
  npm run build
62
62
  node dist/index.js # stdio で起動
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "lit-forge-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server exposing lit-forge.com developer utilities (JSON / regex / JWT / Base64 / URL / hash / UUID / timestamp / YAML↔JSON / cron) as callable tools.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "homepage": "https://lit-forge.com",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/nobuoseki/lit-forge",
11
- "directory": "mcp-server"
10
+ "url": "git+https://github.com/noblabs/lit-forge-mcp.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/noblabs/lit-forge-mcp/issues"
12
14
  },
13
15
  "keywords": [
14
16
  "mcp",
@@ -24,7 +26,7 @@
24
26
  "cron"
25
27
  ],
26
28
  "bin": {
27
- "lit-forge-mcp": "./dist/index.js"
29
+ "lit-forge-mcp": "dist/index.js"
28
30
  },
29
31
  "files": [
30
32
  "dist",