@recapt/mcp 0.0.20 → 0.0.22

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/cli/index.js CHANGED
@@ -11,7 +11,7 @@ import path from "path";
11
11
  import { fileURLToPath } from "url";
12
12
  var __filename = fileURLToPath(import.meta.url);
13
13
  var __dirname = path.dirname(__filename);
14
- var SKILLS_DIR = path.resolve(__dirname, "../../../skills");
14
+ var SKILLS_DIR = path.resolve(__dirname, "../../skills");
15
15
  var AGENTS_DIR = ".agents/recapt";
16
16
  var AGENTS_MD = "AGENTS.md";
17
17
  var MARKER_START = "<!-- recapt:skills -->";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recapt/mcp",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "MCP exposing recapt behavioral intelligence to AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",