UNPKG

@iqai/mcp-near-agent

Version:
71 lines 1.78 kB
{ "name": "@iqai/mcp-near-agent", "version": "0.1.2", "description": "Mcp server for Near", "main": "dist/index.js", "type": "module", "bin": { "mcp-near-agent": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "Near", "iqagents" ], "author": "IQAI", "repository": { "type": "git", "url": "git+https://github.com/IQAIcom/mcp-near-agent.git" }, "license": "ISC", "homepage": "https://github.com/IQAIcom/mcp-near-agent#readme", "bugs": { "url": "https://github.com/IQAIcom/mcp-near-agent/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "@near-js/client": "^2.0.2", "dedent": "^1.6.0", "dotenv": "^17.0.1", "gql.tada": "^1.8.10", "graphql-request": "^7.1.2", "mcps-logger": "^1.0.0", "near-api-js": "6.0.2", "node-cron": "^4.1.0", "ts-node": "^10.9.2", "viem": "^2.30.6", "zod": "^3.25.50", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@biomejs/biome": "*", "@changesets/cli": "^2.29.4", "@types/node": "^24.0.4", "@types/node-cron": "^3.0.11", "husky": "^9.1.7", "lint-staged": "^16.1.0", "shx": "^0.3.4", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "lint-staged": { "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [ "biome check --write --organize-imports-enabled=false --no-errors-on-unmatched" ] }, "scripts": { "build": "tsc && shx chmod +x dist/index.js", "watch": "tsc --watch", "test": "vitest run", "start": "node dist/index.js", "publish-packages": "pnpm run build && changeset publish", "format": "biome format ./src --write", "lint": "biome check ./src" } }