{ "name": "symbol-mcp-server", "version": "0.4.0", "description": "Read-only MCP server exposing the Symbol blockchain REST API as task-level tools", "type": "module", "license": "MIT", "mcpName": "io.github.inotakeh/symbol", "engines": { "node": ">=22" }, "bin": { "symbol-mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.build.json", "typecheck": "tsc --noEmit", "test": "vitest run", "lint": "biome check .", "format": "biome format --write ." }, "keywords": [ "symbol", "xym", "blockchain", "mcp", "model-context-protocol" ], "repository": { "type": "git", "url": "git+https://github.com/inotakeh/symbol-mcp-server.git" }, "homepage": "https://github.com/inotakeh/symbol-mcp-server#readme", "bugs": { "url": "https://github.com/inotakeh/symbol-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "zod": "4.6.1" }, "devDependencies": { "@biomejs/biome": "2.5.12", "@modelcontextprotocol/client": "2.0.0", "@types/node": "22.20.2", "typescript": "7.0.2", "vitest": "5.0.1" } }