File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed
Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " evil-mcp-server" ,
2+ "name" : " @promptfoo/ evil-mcp-server" ,
33 "version" : " 1.0.0" ,
44 "description" : " MCP server that simulates malicious behaviors for security testing" ,
5- "main" : " dist/index.js" ,
5+ "keywords" : [
6+ " mcp" ,
7+ " security" ,
8+ " testing"
9+ ],
10+ "files" : [" dist" ],
11+ "homepage" : " https://github.com/promptfoo/evil-mcp-server#readme" ,
12+ "bugs" : {
13+ "url" : " https://github.com/promptfoo/evil-mcp-server/issues"
14+ },
15+ "repository" : {
16+ "type" : " git" ,
17+ "url" : " git+https://github.com/promptfoo/evil-mcp-server.git"
18+ },
19+ "license" : " ISC" ,
20+ "author" : " " ,
621 "type" : " module" ,
22+ "main" : " dist/index.js" ,
23+ "types" : " ./dist/index.d.ts" ,
724 "bin" : {
8- "evil-mcp-server" : " ./ dist/index.js"
25+ "evil-mcp-server" : " dist/index.js"
926 },
1027 "scripts" : {
1128 "build" : " tsc" ,
1835 "run:stdio" : " npm install && tsx src/index.ts" ,
1936 "run:http" : " npm install && tsx src/index.ts --http"
2037 },
21- "keywords" : [
22- " mcp" ,
23- " security" ,
24- " testing"
25- ],
26- "author" : " " ,
27- "license" : " ISC" ,
2838 "dependencies" : {
2939 "@modelcontextprotocol/sdk" : " ^1.15.0" ,
3040 "express" : " ^4.21.2" ,
4050 "engines" : {
4151 "node" : " >=18"
4252 }
43- }
53+ }
You can’t perform that action at this time.
0 commit comments