@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.
Files changed (2) hide show
  1. package/lib/server.js +2 -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
- export const mobile_export_figma_pdf = tool(
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
- export const upload_pdf_to_openai = tool(
565
+ tool(
566
566
  "upload_pdf_to_openai",
567
567
  "Upload a PDF to OpenAI API along with Jira summary & description",
568
568
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"