@coinbase/agentkit-model-context-protocol
Version:
Model Context Protocol Extension of Coinbase Agentkit
54 lines (53 loc) • 1.61 kB
JSON
{
"name": "@coinbase/agentkit-model-context-protocol",
"version": "0.2.0",
"description": "Model Context Protocol Extension of Coinbase Agentkit",
"repository": "https://github.com/coinbase/agentkit",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint -c .eslintrc.json \"src/**/*.ts\"",
"lint:fix": "eslint -c .eslintrc.json \"src/**/*.ts\" --fix",
"format": "prettier -c .prettierrc --write \"**/*.{ts,js,cjs,json,md}\"",
"format:check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\"",
"check": "tsc --noEmit",
"test": "npx jest --no-cache --testMatch='**/*.test.ts'",
"test:dry-run": "npm install && npm ci && npm publish --dry-run",
"test:e2e": "npx jest --no-cache --testMatch=**/e2e.ts --coverageThreshold '{}'",
"test:types": "tsd --files src/tests/types.test-d.ts",
"clean": "rm -rf dist/*",
"prepack": "tsc",
"docs": "typedoc --entryPoints ./src --entryPointStrategy expand --exclude ./src/tests/**/*.ts",
"docs:serve": "http-server ./docs",
"dev": "tsc --watch"
},
"keywords": [
"coinbase",
"sdk",
"crypto",
"cdp",
"agentkit",
"ai",
"agent",
"nodejs",
"typescript",
"mcp"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@coinbase/agentkit": "^0.3.0"
},
"peerDependencies": {
"@coinbase/agentkit": ">=0.1.0"
}
}