@pharaoh-so/mcp 0.2.9 → 0.2.10
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/README.md +1 -1
- package/package.json +1 -1
- package/skills/pharaoh/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ claude mcp add pharaoh -- npx @pharaoh-so/mcp
|
|
|
51
51
|
If you have a browser available (desktop, laptop), you can connect directly via SSE instead:
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
claude mcp add --transport sse pharaoh https://mcp.pharaoh.so/sse
|
|
54
|
+
claude mcp add --transport sse --scope user pharaoh https://mcp.pharaoh.so/sse
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
This uses OAuth in the browser and doesn't require this package.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pharaoh-so/mcp",
|
|
3
3
|
"mcpName": "so.pharaoh/pharaoh",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.10",
|
|
5
5
|
"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.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
package/skills/pharaoh/SKILL.md
CHANGED
|
@@ -72,7 +72,7 @@ Full docs at [pharaoh.so/docs](https://pharaoh.so/docs).
|
|
|
72
72
|
|
|
73
73
|
**Direct SSE** (desktop with browser, uses OAuth):
|
|
74
74
|
```
|
|
75
|
-
claude mcp add pharaoh https://mcp.pharaoh.so/sse
|
|
75
|
+
claude mcp add --transport sse --scope user pharaoh https://mcp.pharaoh.so/sse
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
**Headless** (VPS/SSH/containers, uses device flow — authorize on any device):
|