File tree 1 file changed +17
-14
lines changed
1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " redis" ,
3
- "version" : " 1.0.0" ,
4
- "main" : " index.js" ,
2
+ "name" : " @modelcontextprotocol/server-redis" ,
3
+ "version" : " 0.1.0" ,
4
+ "description" : " MCP server for using Redis" ,
5
+ "license" : " MIT" ,
6
+ "author" : " Anthropic, PBC (https://anthropic.com)" ,
7
+ "homepage" : " https://modelcontextprotocol.io" ,
8
+ "bugs" : " https://github.com/modelcontextprotocol/servers/issues" ,
5
9
"type" : " module" ,
6
10
"bin" : {
7
11
"redis" : " ./build/index.js"
8
12
},
9
- "scripts" : {
10
- "build" : " tsc && node -e \" require('fs').chmodSync('build/index.js', '755')\" "
11
- },
12
13
"files" : [
13
14
" build"
14
15
],
15
- "keywords" : [],
16
- "author" : " " ,
17
- "license" : " ISC" ,
18
- "description" : " " ,
19
- "devDependencies" : {
20
- "@types/node" : " ^22.10.2" ,
21
- "typescript" : " ^5.7.2"
16
+ "scripts" : {
17
+ "build" : " tsc && shx chmod +x build/*.js" ,
18
+ "prepare" : " npm run build" ,
19
+ "watch" : " tsc --watch"
22
20
},
23
21
"dependencies" : {
24
- "@modelcontextprotocol/sdk" : " ^0.4.0" ,
22
+ "@modelcontextprotocol/sdk" : " ^1.7.0" ,
23
+ "@types/node" : " ^22.10.2" ,
25
24
"@types/redis" : " ^4.0.10" ,
26
25
"redis" : " ^4.7.0"
26
+ },
27
+ "devDependencies" : {
28
+ "shx" : " ^0.3.4" ,
29
+ "typescript" : " ^5.7.2"
27
30
}
28
31
}
You can’t perform that action at this time.
0 commit comments