UNPKG

@iqai/mcp-near-agent

Version:
73 lines 1.69 kB
{ "name": "@iqai/mcp-near-agent", "version": "0.0.5", "description": "Mcp server for Near", "main": "src/index.ts", "type": "module", "bin": { "mcp-near": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./src/index.ts", "require": "./src/index.js" }, "./tool-selector": { "import": "./src/tool-selector.ts", "require": "./src/tool-selector.js" } }, "repository": { "type": "git", "url": "git+https://github.com/IQAIcom/mcp-near.git" }, "keywords": [ "mcp", "Near", "iqagents" ], "author": "IQAI", "license": "ISC", "bugs": { "url": "https://github.com/IQAIcom/mcp-near/issues" }, "homepage": "https://github.com/IQAIcom/mcp-near#readme", "devDependencies": { "@biomejs/biome": "*", "@changesets/cli": "^2.29.4", "@types/node": "^22.15.29", "husky": "^9.1.7", "lint-staged": "^16.1.0", "shx": "^0.3.4", "typescript": "^5.8.3" }, "dependencies": { "@biomejs/biome": "*", "@near-js/client": "^2.0.2", "@types/node-cron": "^3.0.11", "dedent": "^1.6.0", "dotenv": "^16.5.0", "fastmcp": "^2.2.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", "viem": "^2.30.6", "zod": "^3.25.50" }, "scripts": { "build": "tsc && shx chmod +x dist/index.js", "watch": "tsc --watch", "start": "node dist/index.js", "publish-packages": "pnpm run build && changeset publish", "format": "biome format . --write", "lint": "biome check ." } }