You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation section explaining how to use the new template
maintenance scripts for keeping MCP servers synchronized with
template updates.
Includes:
- Instructions for merging template updates
- Script installation for existing projects
- References to detailed script documentation
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,27 @@ To add CLI functionality to your MCP server (like the Wayback Machine example):
321
321
322
322
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
323
323
324
+
## Maintaining Your MCP Server
325
+
326
+
### Template Updates
327
+
328
+
This template includes scripts to help you merge updates from the template into your derived MCP server:
329
+
330
+
1.**Merge Updates**: Use `scripts/merge-template-updates.sh` to selectively merge template improvements while preserving your customizations.
331
+
332
+
2.**Analyze Differences**: Use `scripts/analyze-template-diff.sh` to understand what has changed between your server and the template.
333
+
334
+
See `scripts/README.md` for detailed documentation on using these maintenance scripts.
335
+
336
+
### Installing Scripts in Existing Projects
337
+
338
+
If you created your MCP server before these scripts were added:
0 commit comments