{ "name": "iz-tolk-mcp", "version": "1.3.1", "mcpName": "io.github.izzzzzi/iz-tolk-mcp", "description": "MCP server for Tolk smart contract compiler — compile, analyze, and explore TON smart contracts from any MCP-compatible AI assistant", "type": "module", "main": "dist/index.js", "bin": { "iz-tolk-mcp": "dist/cli.js" }, "scripts": { "build": "tsc && node scripts/copy-content.js", "start": "node dist/cli.js", "dev": "tsx src/cli.ts", "test": "vitest run", "lint": "biome check src/ test/", "lint:fix": "biome check --write src/ test/", "format": "biome format --write src/ test/", "release": "semantic-release", "prepare": "husky" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "tolk", "ton", "smart-contracts", "compiler" ], "author": "izzzzzi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/izzzzzi/izTolkMcp.git" }, "homepage": "https://github.com/izzzzzi/izTolkMcp#readme", "bugs": { "url": "https://github.com/izzzzzi/izTolkMcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@ton/core": "^0.63.1", "@ton/tolk-js": "^1.3.0", "zod": "^4.3.6" }, "devDependencies": { "@biomejs/biome": "^2.4.4", "@semantic-release/changelog": "^6.0.0", "@semantic-release/exec": "^6.0.0", "@semantic-release/git": "^10.0.0", "@types/node": "^25.3.2", "husky": "^9.1.7", "lint-staged": "^16.2.7", "semantic-release": "^25.0.3", "tsx": "^4.0.0", "typescript": "^5.7.0", "vitest": "^4.0.18" } }