@pharaoh-so/mcp 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pharaoh-so/mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "MCP proxy for Pharaoh — maps codebases into queryable knowledge graphs for AI agents. Enables Claude Code in headless environments (VPS, SSH, CI) via device flow auth.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: pharaoh
3
3
  description: "Codebase knowledge graph — gives AI agents full architectural awareness. Query architecture, dependencies, blast radius, module context, and function search instead of reading files one at a time. Code intelligence via MCP: understand any codebase in seconds."
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  homepage: https://pharaoh.so
6
6
  metadata: {"emoji": "☥", "openclaw": {"always": true}, "tags": ["code-intelligence", "architecture", "mcp", "knowledge-graph", "dependencies", "codebase-understanding"]}
7
7
  ---
@@ -10,7 +10,7 @@ Pharaoh maps codebases into queryable knowledge graphs — functions, dependenci
10
10
 
11
11
  ## When to Use
12
12
 
13
- This skill is always active. It is not manually invoked — it loads on every session when Pharaoh tools are available.
13
+ This skill loads automatically in sessions where Pharaoh MCP tools are available. It is not manually invoked — it activates when the `pharaoh` MCP server is connected and tools like `get_codebase_map` are present.
14
14
 
15
15
  ## CRITICAL: Surface insight blocks
16
16