{ "name": "@gsep/mcp", "version": "1.0.9", "description": "GSEP MCP Server — Universal AI agent security and evolution layer. C3+C4+C5 protection for any LLM via Model Context Protocol.", "keywords": [ "mcp", "gsep", "ai-safety", "prompt-injection", "llm-security", "model-context-protocol", "ai-agent" ], "author": "Luis Alfredo Velasquez Duran ", "license": "MIT", "homepage": "https://gsepcore.com", "repository": { "type": "git", "url": "https://github.com/gsepcore/gsep-mcp.git" }, "type": "module", "bin": { "gsep-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "test": "vitest run", "lint": "tsc --noEmit", "security": "npm audit --audit-level=high --omit=dev", "evals": "tsx evals/run-evals.ts", "evals:live": "tsx evals/run-evals.ts --mode=live", "prepublishOnly": "npm run build" }, "dependencies": { "@gsep/core": "^1.0.5", "@modelcontextprotocol/sdk": "^1.29.0", "fastify": "^5.3.2", "@fastify/cors": "^10.0.2", "zod": "^3.23.8", "dotenv": "^16.4.7" }, "devDependencies": { "typescript": "^5.4.5", "tsx": "^4.19.1", "vitest": "^3.2.4", "@types/node": "^22.0.0" }, "overrides": { "hono": "4.12.18", "ip-address": "10.2.0" }, "engines": { "node": ">=18.0.0" }, "mcpName": "io.github.gsepcore/gsep-mcp" }