sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
65 lines (64 loc) • 1.85 kB
JSON
{
"name": "sfcc-dev-mcp",
"version": "1.0.10",
"description": "MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools",
"main": "dist/index.js",
"bin": {
"sfcc-dev-mcp": "./dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taurgis/sfcc-dev-mcp.git"
},
"homepage": "https://github.com/taurgis/sfcc-dev-mcp#readme",
"bugs": {
"url": "https://github.com/taurgis/sfcc-dev-mcp/issues"
},
"scripts": {
"build": "tsc && rm -rf ./dist/docs && cp -r ./docs ./dist/docs",
"start": "node dist/main.js",
"dev": "tsx src/main.ts",
"inspector": "npx @modelcontextprotocol/inspector node dist/main.js",
"convert-docs": "node scripts/convert-docs.js",
"convert-docs:test": "node scripts/convert-docs.js --test",
"convert-docs:limit": "node scripts/convert-docs.js --limit 5",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:check": "eslint . --max-warnings 0",
"prepublishOnly": "npm run build",
"prepare": "husky"
},
"keywords": [
"mcp",
"salesforce",
"commerce-cloud",
"sfcc",
"development",
"logs",
"debugging",
"webdav"
],
"author": "Thomas Theunen <thomas.theunen@forward.eu>",
"license": "ISC",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"webdav": "^5.7.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/eslint": "^9.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"eslint": "^9.33.0",
"husky": "^9.1.7",
"jest": "^30.0.5",
"ts-jest": "^29.4.1",
"tsx": "^4.19.0",
"typescript": "^5.5.0",
"typescript-eslint": "^8.39.0"
}
}