@nbakka/mcp-appium 2.0.48 → 2.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/server.js +2 -2
- package/package.json +1 -1
package/lib/server.js
CHANGED
|
@@ -496,7 +496,7 @@ function extractFileIdFromUrl(url) {
|
|
|
496
496
|
// ----------------------
|
|
497
497
|
// TOOL 1: Export Figma to PDF
|
|
498
498
|
// ----------------------
|
|
499
|
-
|
|
499
|
+
tool(
|
|
500
500
|
"mobile_export_figma_pdf",
|
|
501
501
|
"Export Figma file as PDF",
|
|
502
502
|
{
|
|
@@ -562,7 +562,7 @@ export const mobile_export_figma_pdf = tool(
|
|
|
562
562
|
// ----------------------
|
|
563
563
|
// TOOL 2: Upload PDF to OpenAI with Jira Info
|
|
564
564
|
// ----------------------
|
|
565
|
-
|
|
565
|
+
tool(
|
|
566
566
|
"upload_pdf_to_openai",
|
|
567
567
|
"Upload a PDF to OpenAI API along with Jira summary & description",
|
|
568
568
|
{
|