@salesforcecli/mcp-provider-mobile-web
MCP server package @salesforce/mcp-provider-mobile-web
Install
agr install @salesforcecli/mcp-provider-mobile-web --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@salesforce/mcp-provider-mobile-web", "description": "MCP Provider for Mobile Web development tools and utilities", "version": "0.3.0", "author": "Salesforce", "license": "Apache-2.0", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/salesforcecli/mcp.git", "directory": "packages/mcp-provider-mobile-web" }, "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "eslint": "^9.35.0", "dedent": "^1.5.3", "@salesforce/mcp-provider-api": "^0.6.0", "@salesforce/eslint-plugin-lwc-graph-analyzer": "^1.1.0-beta.2", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^9.35.0", "@salesforce/prettier-config": "^0.0.3", "@types/node": "^22.16.5", "@vitest/coverage-istanbul": "^3.2.4", "prettier": "^3.3.3", "rimraf": "^6.0.1", "tar": "^7.4.3", "tsx": "^4.19.2", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0", "vite": "^7.1.5", "vitest": "^3.2.4" }, "files": [ "dist", "resources", "LICENSE.txt", "package.json" ], "scripts": { "build": "tsc --build tsconfig.build.json --verbose", "clean": "tsc --build tsconfig.build.json --clean", "clean-all": "yarn clean && rimraf node_modules", "format": "prettier --write "+(src|test|resources)/**/.+(ts|js|json)"", "lint": "eslint **/.ts --no-warn-ignored", "postclean": "rimraf dist && rimraf ./*.tgz", "package": "yarn pack", "test": "tsc --build tsconfig.json --noEmit && vitest run --coverage", "update-resources": "tsx src/scripts/update-type-declarations.ts" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-855a1ee93b002026-08-05