package.json•906 B
{
"name": "greply-mcp",
"version": "1.1.1",
"description": "MCP server wrapping the greply CLI",
"type": "module",
"private": false,
"bin": {
"greply-mcp": "server.mjs"
},
"files": [
"server.mjs",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node server.mjs"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"greply": "^0.1.13",
"zod": "^3.25.76"
},
"keywords": [
"cli",
"grep",
"search",
"mcp",
"wrapper"
],
"license": "MIT",
"author": "Anthony Ruffino",
"repository": {
"type": "git",
"url": "git+https://github.com/AnthonyRuffino/greply-mcp.git"
},
"bugs": {
"url": "https://github.com/AnthonyRuffino/greply-mcp/issues"
},
"homepage": "https://github.com/AnthonyRuffino/greply-mcp#readme"
}