Commit f7acae8
ci: Update CI workflow for stdio transport and remove obsolete files
Update GitHub Actions CI workflow to reflect stdio transport focus:
- Test on Node.js 16.x, 18.x, 20.x, and 22.x (was only 20.x)
- Check for dist/stdio.js as main entry point (not just dist/index.js)
- Add module loading tests for core components
- Remove Docker build job (no longer needed for npm package)
Remove obsolete files for hosted deployment:
- Delete Dockerfile (focusing on npm package distribution)
- Delete AUTHENTICATION.md (auth covered in USER_GUIDE.md)
- Delete CHANGELOG.md (using git commits for changelog)
- Delete CONTRIBUTING.md (can be added back if needed)
- Delete docs/DEPLOYMENT.md (hosted deployment deprecated)
- Delete docs/HTTP_TRANSPORT.md (stdio is primary transport)
- Delete scripts/quick-start.sh (replaced by npx usage)
- Delete scripts/verify.sh (CI handles verification)
The project now focuses on stdio transport as an npm package, with
optional HTTP/SSE transports for advanced use cases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent cf2051e commit f7acae8
File tree
9 files changed
+13
-1997
lines changed- .github/workflows
- docs
- scripts
9 files changed
+13
-1997
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 59 | + | |
73 | 60 | | |
74 | | - | |
75 | | - | |
| 61 | + | |
| 62 | + | |
This file was deleted.
0 commit comments