MCP server for control Tabby terminal
Stars
67
Forks
7
Watchers
67
Open Issues
2
Overall repository health assessment
^1.8.0^0.12.0^2.8.5^4.18.2^3.22.4^7.1.0*********30
commits
Refactor Dockerfile to enhance build process: streamline dependency installation, optimize file copying, and improve volume management for output and node_modules.
83d04d6View on GitHubRefactor Dockerfile for improved structure and clarity: separate installation of dependencies, optimize layer caching, and streamline copying of necessary files for the production image.
889e614View on GitHubAdd Makefile for Docker build process and update GitHub Actions workflow to use Makefile. Update README.md for configuration section clarity.
420d913View on GitHubUpdate CHANGELOG.md: correct the description of configuration options for MCP servers for clarity and consistency.
21a0302View on GitHubUpdate README.md: clarify configuration section title and remove outdated STDIO server details for improved accuracy and clarity.
11e40f8View on GitHubUpdate CHANGELOG.md for version 0.0.2: add new features including Pair Programming Mode, Command History tracking, and Command Output Storage; fix JSON syntax errors and terminal buffer retrieval issues.
37022cdView on GitHubUpdate package version from 1.0.0 to 0.0.2 in package.json
3fa8079View on GitHubAdd export functionality to command history: implement export options for commands only, commands with output, JSON, CSV, and Markdown formats in CommandHistoryManagerService and CommandHistoryModalComponent. Enhance UI with dropdown for export options and clipboard copying features.
51ed36cView on GitHubAdd MCP hotkey functionality: implement McpHotkeyService and McpHotkeyProvider for managing MCP-related hotkeys, update McpConfigProvider to include new hotkey definitions, and enhance McpModule to integrate hotkey services.
1cd77c7View on GitHub