Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7d93dcc
feat(percy): add Percy API client foundation and core query tools
DeRaowl Apr 4, 2026
86d8eee
feat(percy): add build creation, AI intelligence, diagnostics, and PR…
DeRaowl Apr 4, 2026
f666ea9
feat(percy): add composite workflows and auth status tool (27 tools t…
DeRaowl Apr 4, 2026
e6c28a9
fix(percy): export maskToken and fix client test mock exhaustion
DeRaowl Apr 4, 2026
858960e
fix(percy): resolve all lint errors — remove unused imports and varia…
DeRaowl Apr 4, 2026
b3fd4b1
feat(percy): add Phase 2 tools and comprehensive documentation
DeRaowl Apr 4, 2026
a199cee
feat(percy): add Phase 3 management and advanced tools (41 tools total)
DeRaowl Apr 4, 2026
ae5701a
docs(percy): rewrite complete tool reference with all 41 tools
DeRaowl Apr 4, 2026
3b83cd3
feat(percy): add percy_create_project tool (42 tools total)
DeRaowl Apr 4, 2026
5a7f045
fix(percy): fix create_project to use BrowserStack API and create_bui…
DeRaowl Apr 4, 2026
87923ed
feat(percy): add unified percy_create_percy_build tool (43 tools total)
DeRaowl Apr 4, 2026
6a63dd8
fix(percy): fix ensureProject to not send type param by default
DeRaowl Apr 4, 2026
8d8672c
fix(percy): fix URL snapshot instructions — correct CLI command and p…
DeRaowl Apr 4, 2026
407c328
refactor(percy): reorganize tools into CRUD structure, fix AI data fo…
DeRaowl Apr 5, 2026
8628dce
feat(percy): add configurable percy-config with org profile switching
DeRaowl Apr 5, 2026
2f9d550
feat(percy): secure config setup with interactive onboarding
DeRaowl Apr 5, 2026
36b171e
fix(percy): improve auth_status to detect token types and capabilities
DeRaowl Apr 5, 2026
a2eda93
feat(percy): add cross-project build clone tool (44 tools total)
DeRaowl Apr 5, 2026
d30ce17
fix(percy): critical fix — JSON:API client now returns unwrapped data
DeRaowl Apr 5, 2026
5446aeb
fix(percy): fix clone tool — proper snapshot ID extraction and target…
DeRaowl Apr 5, 2026
f545cda
fix(percy): fix clone tool comparison/tile creation payloads
DeRaowl Apr 6, 2026
721e655
feat(percy): add local rendering tools — percy_snapshot_urls and perc…
DeRaowl Apr 6, 2026
96d9a22
docs(percy): rewrite as command-only quick reference with tables
DeRaowl Apr 6, 2026
683c325
feat(percy): v2 tools with Basic Auth, auto-execution, and test case …
DeRaowl Apr 7, 2026
09d39f8
fix(percy): lint fixes for v2 build
DeRaowl Apr 7, 2026
664c3dd
fix(percy): use @percy/core directly for URL snapshots with test cases
DeRaowl Apr 7, 2026
dc93b94
fix(percy): use snapshots.yml for everything — testCase and widths in…
DeRaowl Apr 7, 2026
084def4
feat(percy): add 15 v3 tools — Figma, Insights, Test Cases, Discovery…
DeRaowl Apr 7, 2026
9e3302e
fix(percy): remove unused variable in figma-baseline
DeRaowl Apr 7, 2026
81e6319
fix(percy): insights endpoint is /insights/metrics not /insights/metr…
DeRaowl Apr 7, 2026
781f857
fix(percy): pass organization_id param to insights endpoint
DeRaowl Apr 7, 2026
e6ff204
feat(percy): add percy_get_ai_summary tool (21 v2 tools total)
DeRaowl Apr 7, 2026
d888743
feat(percy): unified percy_get_build tool + Claude skill for natural …
DeRaowl Apr 7, 2026
98d0c1c
docs(percy): simplify auth — just use .mcp.json env vars, no setup.sh
DeRaowl Apr 7, 2026
78630a1
refactor(percy): remove percy-config/, use standard MCP auth
DeRaowl Apr 8, 2026
aaa844c
feat(percy): add HTTP transport for remote MCP mode
DeRaowl Apr 8, 2026
2cb224b
feat(percy): add get_snapshot, get_comparison tools + smart routing s…
DeRaowl Apr 9, 2026
b652e6a
feat(percy): smart error handling — show usage help instead of raw AP…
DeRaowl Apr 9, 2026
d870428
fix(percy): don't rely on ai-enabled flag for AI summary availability
DeRaowl Apr 9, 2026
c0bae60
refactor(percy): rewrite get-build-detail with proper API response pa…
DeRaowl Apr 9, 2026
a8ce2bc
feat(percy): deep clone — downloads DOM resources for proper re-rende…
DeRaowl Apr 9, 2026
e745965
refactor(percy): rewrite clone as URL replay — uses Percy CLI for ful…
DeRaowl Apr 9, 2026
01a4a05
fix(percy): clone always creates build — falls back to screenshot copy
DeRaowl Apr 9, 2026
9a9b7da
fix(percy): add relationships.resources to snapshot creation in clone
DeRaowl Apr 9, 2026
6bc95bd
fix(percy): rewrite clone-build with correct API format and auto-routing
DeRaowl Apr 9, 2026
bfa9163
fix(percy): use percy upload for clone — works with any project type
DeRaowl Apr 9, 2026
34e488c
fix(percy): clone all widths/devices/browsers, not just first comparison
DeRaowl Apr 9, 2026
a001f0b
feat(percy): full-parity clone with all widths, browsers, and exact n…
DeRaowl Apr 9, 2026
a59a55d
fix(percy): force app-type project for screenshot clone
DeRaowl Apr 9, 2026
29feef6
feat(percy): add App Percy BYOS tool, session state, and richer tool …
DeRaowl Apr 16, 2026
b70e273
revert: restore src/index.ts to main
DeRaowl Apr 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tests.md
*.apk
*.ipa
.npmrc
.vscode/
.vscode/
Loading