From dd4734e455faa32f10cd86e44b07ebf61e7b31a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20J=C3=A4gle?= Date: Wed, 22 Oct 2025 12:22:28 +0200 Subject: [PATCH 1/2] fix: entry point for npx --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, From c1259bd5fd6651948e2c432c5282953894f62a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20J=C3=A4gle?= Date: Wed, 22 Oct 2025 12:22:57 +0200 Subject: [PATCH 2/2] chore: pre-commit --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) 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