get_storage_status
Check git status of the Knowledge MCP Server datastore to monitor uncommitted changes, verify remote sync, and debug storage issues. Use before sync operations or when changes aren't persisting.
Instructions
Shows git status of the knowledge datastore.
When to use this tool:
Checking for uncommitted changes
Verifying sync status with remote
Debugging storage issues
Understanding current branch
Reviewing repository state
Key features:
Shows uncommitted file count
Displays current branch
Shows last commit info
Indicates remote sync status
Provides detailed git status
You should:
Use before sync operations
Check when changes aren't persisting
Verify remote configuration
Monitor uncommitted changes
Debug sync failures
DO NOT use when:
Just need server info
Don't need git details
Already know status
Returns: {success: bool, storage_path: str, has_changes: bool, current_branch: str, last_commit: str, remote_status: str, uncommitted_files: int, status_details: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |