diff --git a/.husky/pre-commit b/.husky/pre-commit index 8663487..106fb1e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged pnpm run build diff --git a/package.json b/package.json index 74b8793..93620fa 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "agentic-knowledge-mcp", - "version": "0.1.6", + "version": "0.1.7", "description": "A Model Context Protocol server for agentic knowledge guidance with web-based documentation loading and intelligent search instructions", "type": "module", - "main": "packages/mcp-server/dist/index.js", + "main": "packages/cli/dist/index.js", "bin": { "agentic-knowledge": "packages/cli/dist/index.js" },