{ "name": "@mfdaves/okf-mcp", "version": "0.9.1", "description": "Local-first Open Knowledge Format validator, graph index, CLI, and MCP stdio server.", "homepage": "https://github.com/mfdaves/okf-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/mfdaves/okf-mcp.git" }, "bugs": { "url": "https://github.com/mfdaves/okf-mcp/issues" }, "mcpName": "io.github.mfdaves/okf-mcp", "type": "commonjs", "main": "src/index.js", "bin": { "okf": "bin/okf-mcp.js", "okf-mcp": "bin/okf-mcp.js" }, "scripts": { "test": "node --test", "check": "node --test", "self:validate": "node bin/okf-mcp.js --root okf/okf-mcp validate", "pack:check": "npm pack --dry-run", "package:smoke": "node scripts/package-smoke.js", "prepublishOnly": "npm run check && npm run self:validate", "inspect": "node bin/okf-mcp.js --help", "start": "node bin/okf-mcp.js" }, "keywords": [ "mcp", "okf", "open-knowledge-format", "markdown", "knowledge-graph", "agents" ], "license": "MIT", "files": [ "bin", "src", ".agents", "okf", "okf.project.yaml", "server.json", "README.md", "LICENSE" ], "engines": { "node": ">=22" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/server": "2.0.0", "commonmark": "^0.31.2", "js-yaml": "^5.2.3", "minisearch": "7.2.0" }, "devDependencies": { "@modelcontextprotocol/client": "2.0.0" } }