Commit 1bc7f1b
feat: Publish MCP server to npm as gsd-mcp-server v0.2.1
Published the GSD Task Manager MCP Server to npm for easy installation
and usage. Package is now available via npx without build steps.
## Changes
**Package Publishing:**
- Published to npm as `gsd-mcp-server` (unscoped package)
- Deprecated `@vscarpenter/gsd-mcp-server` in favor of unscoped version
- Version bumped to 0.2.1 with updated README
**New Files:**
- Added `.npmignore` to exclude test scripts and dev files from package
- Added `LICENSE` file (MIT) required for npm publishing
**Package Configuration:**
- Updated `package.json` with npm metadata (repository, homepage, bugs)
- Added `files` field to whitelist publishable content
- Added `types` field for TypeScript declarations
- Added `prepublishOnly` script for automatic builds
- Enhanced keywords for better discoverability
**Documentation Updates:**
- Added Quick Start section with `npx gsd-mcp-server` usage
- Added npm version and license badges
- Updated installation instructions to prioritize published package
- Included both npx and local build configurations
- Updated all API URLs to production (https://gsd.vinny.dev)
- Added publishing instructions to Development section
- Enhanced troubleshooting for npx usage
**Security Improvements:**
- Updated `.gitignore` to exclude sensitive config files
- Excluded test scripts with hardcoded credentials from package
- Removed worker dev config file with sensitive data
## Package Details
- Name: `gsd-mcp-server`
- Version: 0.2.1
- Size: 16.5 kB (compressed), 57.8 kB (unpacked)
- Installation: `npx gsd-mcp-server`
- npm URL: https://www.npmjs.com/package/gsd-mcp-server
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 97bf409 commit 1bc7f1b
File tree
7 files changed
+203
-139
lines changed- packages/mcp-server
- worker
7 files changed
+203
-139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
5 | 35 | | |
6 | 36 | | |
7 | 37 | | |
| |||
31 | 61 | | |
32 | 62 | | |
33 | 63 | | |
34 | | - | |
| 64 | + | |
35 | 65 | | |
36 | | - | |
| 66 | + | |
37 | 67 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 68 | + | |
41 | 69 | | |
42 | | - | |
| 70 | + | |
43 | 71 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
47 | 78 | | |
48 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
49 | 82 | | |
50 | 83 | | |
51 | 84 | | |
| |||
60 | 93 | | |
61 | 94 | | |
62 | 95 | | |
63 | | - | |
| 96 | + | |
64 | 97 | | |
65 | 98 | | |
66 | 99 | | |
67 | 100 | | |
68 | 101 | | |
69 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
70 | 123 | | |
71 | 124 | | |
72 | 125 | | |
| |||
76 | 129 | | |
77 | 130 | | |
78 | 131 | | |
79 | | - | |
| 132 | + | |
80 | 133 | | |
81 | 134 | | |
82 | 135 | | |
| |||
85 | 138 | | |
86 | 139 | | |
87 | 140 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
92 | 146 | | |
93 | 147 | | |
94 | 148 | | |
95 | 149 | | |
96 | | - | |
| 150 | + | |
97 | 151 | | |
98 | 152 | | |
99 | 153 | | |
| |||
285 | 339 | | |
286 | 340 | | |
287 | 341 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
291 | 347 | | |
292 | 348 | | |
293 | 349 | | |
| |||
320 | 376 | | |
321 | 377 | | |
322 | 378 | | |
323 | | - | |
| 379 | + | |
324 | 380 | | |
| 381 | + | |
325 | 382 | | |
326 | 383 | | |
327 | 384 | | |
328 | 385 | | |
329 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
330 | 396 | | |
331 | 397 | | |
332 | 398 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
23 | 44 | | |
24 | 45 | | |
25 | 46 | | |
| |||
0 commit comments