v0.1.1: Add MCP support, Express, chalk logging

- Add MCP server for Claude Code integration (claude-browse-mcp)
- Switch to Express for HTTP server
- Add chalk + log-symbols for terminal output
- Add GitHub Actions publish workflow with trusted publisher

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adam Ladachowski
2026-02-06 20:52:42 +01:00
parent 8ddbab4b52
commit 36bab7088e
2 changed files with 48 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@aladac/claude-browse",
"version": "0.1.0",
"version": "0.1.1",
"description": "Headless browser automation for Claude Code using Playwright WebKit",
"type": "module",
"main": "dist/index.js",