@pharaoh-so/mcp 0.3.13 → 0.3.14
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 +24 -24
- package/package.json +1 -1
package/inspect-tools.json
CHANGED
|
@@ -724,46 +724,46 @@
|
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
"name": "pharaoh_account",
|
|
727
|
-
"description": "View your Pharaoh subscription status and manage billing. Toggle PR Guard and trigger graph refreshes.\n\nCALL THIS WHEN:\n• You want to check your subscription status\n• You need to update payment method, view invoices, or cancel\n• You want to know what plan you're on\n• You want to change which repo is active on the free tier\n• You want to enable or disable PR Guard on a repo\n• You want to refresh a repo's graph (re-map with latest code)\n• You want to open the Pharaoh dashboard to manage repos and settings visually",
|
|
727
|
+
"description": "View your Pharaoh subscription status and manage billing. Toggle PR Guard and trigger graph refreshes.\n\nPick one action and provide its fields. Each action has its own required and\noptional parameters; invalid combinations are rejected at parse time.\n\n• status — full account overview (plan, subscriptions, PR Guard, dashboard URL)\n• set_free_repo { repo } — change which repo is active on the free tier\n• refresh_repo { repo, full? } — re-map a single repo you own\n• refresh_all { force?, full? } — re-map every repo across your accessible orgs\n• enable_pr_guard { repos: [...] } — enable PR Guard on one or more repos, returns full status\n• disable_pr_guard { repos: [...] } — disable PR Guard on one or more repos, returns full status\n\nCALL THIS WHEN:\n• You want to check your subscription status\n• You need to update payment method, view invoices, or cancel\n• You want to know what plan you're on\n• You want to change which repo is active on the free tier\n• You want to enable or disable PR Guard on a repo\n• You want to refresh a repo's graph (re-map with latest code)\n• You want to open the Pharaoh dashboard to manage repos and settings visually\n\nFlag reference:\n force = skip smart-skip (already-on-current-version check). Bulk refresh only.\n full = force full remap, bypassing incremental diff. Use after schema changes.",
|
|
728
728
|
"inputSchema": {
|
|
729
729
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
730
730
|
"type": "object",
|
|
731
731
|
"properties": {
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
|
|
736
|
-
"
|
|
737
|
-
|
|
732
|
+
"action": {
|
|
733
|
+
"type": "string",
|
|
734
|
+
"enum": [
|
|
735
|
+
"status",
|
|
736
|
+
"set_free_repo",
|
|
737
|
+
"refresh_repo",
|
|
738
|
+
"refresh_all",
|
|
739
|
+
"enable_pr_guard",
|
|
740
|
+
"disable_pr_guard"
|
|
741
|
+
],
|
|
742
|
+
"description": "Which account action to perform"
|
|
743
|
+
},
|
|
744
|
+
"repo": {
|
|
745
|
+
"description": "Used by: set_free_repo (required), refresh_repo (required). Repo slug (owner/repo).",
|
|
746
|
+
"type": "string"
|
|
738
747
|
},
|
|
739
|
-
"
|
|
740
|
-
"description": "Repo slugs (owner/repo) to
|
|
748
|
+
"repos": {
|
|
749
|
+
"description": "Used by: enable_pr_guard, disable_pr_guard (required). Repo slugs (owner/repo) to toggle.",
|
|
741
750
|
"type": "array",
|
|
742
751
|
"items": {
|
|
743
752
|
"type": "string"
|
|
744
753
|
}
|
|
745
754
|
},
|
|
746
|
-
"set_free_repo": {
|
|
747
|
-
"description": "Repo slug (owner/repo) to set as your active free-tier repo",
|
|
748
|
-
"type": "string"
|
|
749
|
-
},
|
|
750
|
-
"refresh_repo": {
|
|
751
|
-
"description": "Repo slug (owner/repo) to re-map. Must belong to your org.",
|
|
752
|
-
"type": "string"
|
|
753
|
-
},
|
|
754
|
-
"refresh_all": {
|
|
755
|
-
"description": "Re-map all repos in your org (rate limited: once per hour)",
|
|
756
|
-
"type": "boolean"
|
|
757
|
-
},
|
|
758
755
|
"force": {
|
|
759
|
-
"description": "
|
|
756
|
+
"description": "Used by: refresh_all. Skip the 'already on current version' smart-skip check. Does NOT force full remap — use `full` for that.",
|
|
760
757
|
"type": "boolean"
|
|
761
758
|
},
|
|
762
759
|
"full": {
|
|
763
|
-
"description": "Force full remap, bypassing incremental
|
|
760
|
+
"description": "Used by: refresh_repo, refresh_all. Force full remap, bypassing incremental diff. Use after schema changes or to rebuild the graph from scratch.",
|
|
764
761
|
"type": "boolean"
|
|
765
762
|
}
|
|
766
|
-
}
|
|
763
|
+
},
|
|
764
|
+
"required": [
|
|
765
|
+
"action"
|
|
766
|
+
]
|
|
767
767
|
},
|
|
768
768
|
"annotations": {
|
|
769
769
|
"title": "Account Management",
|
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.14",
|
|
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",
|