{ "name": "agentforge-trust-mcp", "version": "0.3.0", "description": "MCP server for AgentForge — trust audit (check_trust, evaluate_policy, list_trusted, recommend) plus action tools (discover, broadcast_search, call_tool, register_agent) so any agent can find and use 100+ MCP servers in one connection.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "agentforge-trust-mcp": "./dist/index.js" }, "type": "module", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "type-check": "tsc --noEmit", "prepublishOnly": "tsc" }, "keywords": [ "mcp", "model-context-protocol", "agentforge", "trust", "trust-score", "security", "audit", "ai-agents", "llm-tools", "claude", "anthropic", "eu-compliance", "gdpr" ], "author": "AgentForge (https://agentforge.community)", "license": "MIT", "homepage": "https://agentforge.community/trust", "repository": { "type": "git", "url": "git+https://github.com/KOVY/agent-hub.git", "directory": "packages/mcp-trust-server" }, "bugs": { "url": "https://github.com/KOVY/agent-hub/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" }, "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" } }