Rename package to mcpimg, ignore .mcp.json

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fdciabdul
2026-03-24 21:22:53 +07:00
parent b06d351354
commit f122245d91
4 changed files with 12 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "mcp-image-generator",
"name": "mcpimg",
"version": "1.0.2",
"description": "MCP server for AI image generation via OpenRouter, Together AI, Replicate, and fal.ai",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-image-generator": "dist/index.js"
"mcpimg": "dist/index.js"
},
"files": [
"dist",