@ordercore/mcp
Advanced tools
@@ -20,2 +20,7 @@ #!/usr/bin/env node | ||
| // Local cache key only — the /downloads assets are unversioned | ||
| // (ordercore-mcp-<os>-<arch>.zip), so this deliberately does NOT track the | ||
| // npm package version. Bump it only when the downloaded BINARY changes; | ||
| // bumping it for an npm-only change would force every user to re-download | ||
| // an identical binary. | ||
| const VERSION = '0.2.17'; | ||
@@ -22,0 +27,0 @@ const BASE = (process.env.ORDERCORE_MCP_DOWNLOAD_BASE || 'https://ordercore.ai/downloads').replace(/\/+$/, ''); |
+34
-10
| { | ||
| "name": "@ordercore/mcp", | ||
| "version": "0.2.17", | ||
| "description": "Zero-config MCP server for OrderCore — give an AI agent a commerce catalog + idempotent checkout. No signup: runs a read-only sandbox with no key.", | ||
| "mcpName": "ai.ordercore/ordercore-mcp", | ||
| "version": "0.2.18", | ||
| "description": "Zero-config MCP server for OrderCore \u2014 give an AI agent a commerce catalog + idempotent checkout. No signup: runs a read-only sandbox with no key.", | ||
| "type": "module", | ||
| "bin": { "ordercore-mcp": "bin/ordercore-mcp.mjs" }, | ||
| "files": ["bin/", "README.md"], | ||
| "engines": { "node": ">=18" }, | ||
| "bin": { | ||
| "ordercore-mcp": "bin/ordercore-mcp.mjs" | ||
| }, | ||
| "files": [ | ||
| "bin/", | ||
| "README.md" | ||
| ], | ||
| "engines": { | ||
| "node": ">=18" | ||
| }, | ||
| "keywords": [ | ||
| "mcp", "model-context-protocol", "ordercore", "commerce", "checkout", | ||
| "orders", "ai-agents", "agentic-commerce", "claude", "openai" | ||
| "mcp", | ||
| "model-context-protocol", | ||
| "ordercore", | ||
| "commerce", | ||
| "checkout", | ||
| "orders", | ||
| "ai-agents", | ||
| "agentic-commerce", | ||
| "claude", | ||
| "openai" | ||
| ], | ||
@@ -16,5 +32,13 @@ "author": "Cloudpeakify s.r.o.", | ||
| "homepage": "https://ordercore.ai", | ||
| "repository": { "type": "git", "url": "https://github.com/RulezZzOr/ordercore-examples.git", "directory": "sdk/mcp" }, | ||
| "bugs": { "url": "https://ordercore.ai/support" }, | ||
| "publishConfig": { "access": "public" } | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/RulezZzOr/ordercore-examples.git", | ||
| "directory": "sdk/mcp" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://ordercore.ai/support" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| } | ||
| } |
7871
5.95%119
4.39%