log_pilot_mcp 1.1.0-beta.1
log_pilot_mcp: ^1.1.0-beta.1 copied to clipboard
MCP (Model Context Protocol) server for log_pilot. Exposes runtime log state to AI coding agents in Cursor, Claude Code, Windsurf, and other MCP-compatible tools.
example/lib/main.dart
void main() {
print('Run LogPilot MCP Server from the command line:');
print('dart run log_pilot_mcp --vm-service-uri=ws://127.0.0.1:8181/ws');
}