tv_update
Update the MCP server to the latest version using git fast-forward and reinstall dependencies when needed. Safely skips update on non-git, dirty, non-main, or diverged repositories.
Instructions
Update this MCP server to the latest version: git fast-forward of origin/main + npm ci when dependencies changed. Safe by design — refuses on non-git installs, dirty working trees, non-main branches, or diverged history. After a successful update the MCP server must be restarted to load the new code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||