This commit is contained in:
Josh at WLTechBlog
2025-08-14 18:55:38 -05:00
parent d6209cd34f
commit dc6b288aa4
19 changed files with 4127 additions and 0 deletions

View File

@@ -15,6 +15,17 @@ This architecture provides several benefits:
- No need to reconnect for each command
- Better performance
## MCP Server
Cremote includes a Model Context Protocol (MCP) server that provides a structured API for LLMs and AI agents. Instead of using CLI commands, the MCP server offers:
- **State Management**: Automatic tracking of tabs, history, and iframe context
- **Intelligent Abstractions**: High-level tools that combine multiple operations
- **Better Error Handling**: Rich error context for debugging
- **Automatic Screenshots**: Built-in screenshot capture for documentation
See the [MCP Server Documentation](mcp/README.md) for setup and usage instructions.
## Prerequisites
- Go 1.16 or higher