Metaplex MCP Server

{ "name": "mpl-404-server", "version": "0.1.0", "description": "MCP server for working with MPL-404 (mpl-hybrid)", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "ts-node-esm src/index.ts", "test": "jest", "test:integration": "jest --config jest.integration.config.js", "test:e2e": "jest --config jest.e2e.config.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@project-serum/anchor": "^0.26.0", "@solana/web3.js": "^1.87.6", "@testing-library/jest-dom": "^6.1.5", "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }