@pharaoh-so/mcp 0.3.11 → 0.3.12
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/inspect-tools.json +6 -1
- package/package.json +1 -1
package/inspect-tools.json
CHANGED
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
},
|
|
168
168
|
"query": {
|
|
169
169
|
"type": "string",
|
|
170
|
+
"maxLength": 500,
|
|
170
171
|
"description": "Function name or partial match (e.g., \"notify\", \"fetch\", \"transform\")"
|
|
171
172
|
},
|
|
172
173
|
"module": {
|
|
@@ -755,7 +756,11 @@
|
|
|
755
756
|
"type": "boolean"
|
|
756
757
|
},
|
|
757
758
|
"force": {
|
|
758
|
-
"description": "
|
|
759
|
+
"description": "Bulk refresh only (refresh_all): skip the 'already on current version' check. Does NOT force full remap — use `full: true` for that. Ignored with refresh_repo.",
|
|
760
|
+
"type": "boolean"
|
|
761
|
+
},
|
|
762
|
+
"full": {
|
|
763
|
+
"description": "Force full remap, bypassing incremental-diff detection. Use after schema changes or to rebuild the graph from scratch. Combine with refresh_repo or refresh_all.",
|
|
759
764
|
"type": "boolean"
|
|
760
765
|
}
|
|
761
766
|
}
|
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.3.
|
|
4
|
+
"version": "0.3.12",
|
|
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",
|