package.json•883 B
{
"name": "@danielsimonjr/fzf-mcp",
"version": "1.1.1",
"description": "MCP server for fzf fuzzy finder (self-contained with bundled fzf binary)",
"main": "index.js",
"bin": {
"fzf-mcp": "./index.js"
},
"files": [
"index.js",
"install-fzf.js",
"bin/",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node install-fzf.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"fzf",
"fuzzy-finder",
"search",
"file-search",
"filter"
],
"author": "Daniel Simon Jr. (https://github.com/danielsimonjr)",
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2"
},
"repository": {
"type": "git",
"url": "https://github.com/danielsimonjr/fzf-mcp.git"
},
"homepage": "https://github.com/danielsimonjr/fzf-mcp"
}