File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 55- Add ` create_app_guidelines ` MCP tool. [ #2599 ] ( https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2599 )
66- Add ` run_site_test ` MCP tool [ #2645 ] ( https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2645 ) :
77- Add ` create_sample_storefront_page ` MCP tool [ #2899 ] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2899 )
8- - fix ` logMCPMessage ` and add a test for this debugging util. [ #2989 ] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2989)
8+ - fix ` logMCPMessage ` and add a test for this debugging util. [ #2989 ] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2989 )
9+ - fix ` run_site_test ` accessibility tool response format. [ #3003 ] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3003)
Original file line number Diff line number Diff line change @@ -18,5 +18,12 @@ export async function runAccessibilityTest(siteUrl) {
1818
1919 await browser . close ( )
2020
21- return results
21+ return {
22+ content : [
23+ {
24+ type : 'text' ,
25+ text : JSON . stringify ( results )
26+ }
27+ ]
28+ }
2229}
You can’t perform that action at this time.
0 commit comments