@pranavchavda/shopify-mcp-stdio-client
Version:
STDIO MCP Client for Shopify e-commerce tools - bridges legacy STDIO clients to modern HTTP/SSE MCP servers
47 lines • 1.09 kB
JSON
{
"name": "@pranavchavda/shopify-mcp-stdio-client",
"version": "1.2.1",
"description": "STDIO MCP Client for Shopify e-commerce tools - bridges legacy STDIO clients to modern HTTP/SSE MCP servers",
"main": "dist/index.js",
"type": "module",
"bin": {
"shopify-mcp-stdio": "./dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node index.js",
"test": "node test.js",
"demo": "node demo.js",
"build": "node build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"stdio",
"shopify",
"e-commerce",
"bridge",
"compatibility",
"claude",
"ai-tools"
],
"author": "Pranav Chavda <pranav@ideasoutright.com>",
"license": "MIT",
"dependencies": {},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pranavchavda/shopify-mcp-server"
},
"homepage": "https://webhook-listener-pranavchavda.replit.app",
"files": [
"dist/index.js",
"README.md",
"LICENSE"
]
}