kb-tool 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6921,7 +6921,7 @@ Found ${parts.join(", ")}. Run with --deep for LLM-assisted checks.`
6921
6921
 
6922
6922
  // src/commands/mcp.ts
6923
6923
  import { Command as Command9 } from "commander";
6924
- import { startMcpServer } from "kb-mcp-server";
6924
+ import { startMcpServer } from "kb-mcp";
6925
6925
  function makeMcpCommand() {
6926
6926
  return new Command9("mcp").description("Start MCP server (stdio)").action(async () => {
6927
6927
  await startMcpServer();