lazymac-mcp-ai-cost-optimizer 1.0.0

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 (3) hide show
  1. package/README.md +1 -0
  2. package/index.js +2 -0
  3. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # lazymac-mcp-ai-cost-optimizer
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ #\!/usr/bin/env node
2
+ console.error("Use: npx mcp-remote https://api.lazy-mac.com/ai-cost-optimizer/mcp");
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "lazymac-mcp-ai-cost-optimizer",
3
+ "version": "1.0.0",
4
+ "description": "Cloudflare Workers MCP server wrapper: ai-cost-optimizer",
5
+ "mcpName": "io.github.lazymac2x/ai-cost-optimizer",
6
+ "main": "index.js",
7
+ "bin": { "ai-cost-optimizer-mcp": "index.js" },
8
+ "keywords": ["mcp", "model-context-protocol", "cloudflare-workers"],
9
+ "author": "lazymac2x",
10
+ "license": "MIT",
11
+ "homepage": "https://api.lazy-mac.com/ai-cost-optimizer/mcp"
12
+ }