sync_storage
Automate git add, commit, and push operations for the Knowledge MCP Server's datastore to ensure changes are saved and updated across sessions. Returns detailed status and results for each step.
Instructions
Force git add, commit, and push all changes in the knowledge datastore. Returns: {success: bool, message: str, files_committed: int, pushed: bool, push_error?: str, commit_message: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |