UNPKG

maplestorysea-mcp-server

Version:

NEXON MapleStory SEA API MCP Server for Claude Desktop - Complete character info, union details, guild data, rankings optimized for SEA servers

94 lines (93 loc) 2.53 kB
{ "name": "maplestorysea-mcp-server", "version": "2.0.7", "description": "NEXON MapleStory SEA API MCP Server for Claude Desktop - Complete character info, union details, guild data, rankings optimized for SEA servers", "main": "dist/index.js", "bin": { "maplestorysea-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest --testPathPatterns=integration", "test:unit": "jest --testPathPatterns=unit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "typecheck": "tsc --noEmit", "prepare": "npm run build", "mcp": "node dist/index.js", "benchmark": "./benchmarks/run-benchmarks.sh", "benchmark:perf": "npx ts-node benchmarks/performance-benchmark.ts", "benchmark:load": "npx ts-node benchmarks/load-test.ts" }, "keywords": [ "maplestory", "maplestory-sea", "sea-api", "mcp", "nexon", "model-context-protocol", "claude", "claude-desktop", "mcp-server", "api", "typescript", "ai-assistant", "gaming", "mmorpg", "character-data", "union", "guild", "ranking", "maple", "game-api", "anthropic", "southeast-asia" ], "author": "ljy9303", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Moscato-Bianco/maplestorysea-mcp-server.git" }, "bugs": { "url": "https://github.com/Moscato-Bianco/maplestorysea-mcp-server/issues" }, "homepage": "https://github.com/Moscato-Bianco/maplestorysea-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ajv": "^8.17.1", "axios": "^1.7.0", "commander": "^12.1.0", "winston": "^3.14.0" }, "devDependencies": { "@jest/globals": "^30.0.3", "@types/jest": "^30.0.0", "@types/json-schema": "^7.0.15", "@types/node": "^20.19.1", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.0", "jest": "^30.0.3", "json-schema": "^0.4.0", "prettier": "^3.2.0", "ts-jest": "^29.4.0", "typescript": "^5.4.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ] }