UNPKG

@agentauth/sdk

Version:

MCP-native identity generation and authentication for AI agents.

51 lines 1.08 kB
{ "name": "@agentauth/sdk", "version": "0.1.2", "description": "MCP-native identity generation and authentication for AI agents.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc -w", "test": "vitest run" }, "keywords": [ "agentauth", "agentauth-id", "authentication", "identity", "self-authenticating", "uuid", "mcp", "mcp-servers", "sdk", "ai-agents", "model-context-protocol" ], "author": "AgentAuth Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/agentcorelabs/agentauth.git", "directory": "packages/agentauth-sdk" }, "homepage": "https://github.com/agentcorelabs/agentauth#readme", "bugs": { "url": "https://github.com/agentcorelabs/agentauth/issues" }, "files": [ "dist", "README.md", "LICENSE" ], "type": "module", "dependencies": { "@agentauth/core": "0.1.1" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }