UNPKG

@hpbyte/h-codex-mcp

Version:

Model Context Protocol for h-codexx

36 lines 781 B
{ "name": "@hpbyte/h-codex-mcp", "version": "0.1.9", "description": "Model Context Protocol for h-codexx", "author": "Htoo Pyae Lwin", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "dist/index.js", "files": [ "dist", "README.md" ], "keywords": [ "model-context-protocol", "code-indexing" ], "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "zod": "^3.25.76", "@hpbyte/h-codex-core": "0.1.9" }, "devDependencies": { "@types/node": "^20.19.9", "tsx": "^4.7.0", "typescript": "^5.8.3" }, "scripts": { "clean": "rm -rf dist", "build": "pnpm run clean && tsc --build --force", "start": "tsx src/index.ts" } }