nagoc-zerowork 1.1.9 → 1.1.11
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/README.md +0 -9
- package/dist/index.js +72 -72
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,15 +120,6 @@ Once connected, you can ask Claude things like:
|
|
|
120
120
|
- `resource://zerowork/dynamic_inputs`
|
|
121
121
|
- `resource://zerowork/tutorials/tutorial_1` (up to `tutorial_39` for full video transcripts)
|
|
122
122
|
|
|
123
|
-
## Adding More Subtitles (For Maintainers)
|
|
124
|
-
|
|
125
|
-
If you are maintaining this MCP server and want to add more video tutorials or automation guides to the knowledge base:
|
|
126
|
-
1. Drop your new `.txt` subtitle files directly into the `Elias Subtitles/` folder.
|
|
127
|
-
2. Run `npm version patch` to bump the package version.
|
|
128
|
-
3. Run `npm publish`.
|
|
129
|
-
|
|
130
|
-
The prebuild script (`scripts/bundle-tutorials.ts`) will automatically scan the folder, compile the new subtitles into the server's memory bundle, and publish the clean package to npm without exposing your raw `.txt` files to the public registry!
|
|
131
|
-
|
|
132
123
|
## License
|
|
133
124
|
|
|
134
125
|
ISC © nagoc
|