@freelancercom/phabricator-mcp 2.0.4 → 2.0.5
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/tools/diffusion.js
CHANGED
|
@@ -32,11 +32,12 @@ export function registerDiffusionTools(server, client) {
|
|
|
32
32
|
constraints: jsonCoerce(z.object({
|
|
33
33
|
ids: z.array(z.coerce.number()).optional().describe('Commit IDs'),
|
|
34
34
|
phids: z.array(z.string()).optional().describe('Commit PHIDs'),
|
|
35
|
-
|
|
35
|
+
repositories: z.array(z.string()).optional().describe('Repository PHIDs'),
|
|
36
36
|
identifiers: z.array(z.string()).optional().describe('Commit identifiers (hashes)'),
|
|
37
|
-
|
|
37
|
+
authors: z.array(z.string()).optional().describe('Author PHIDs'),
|
|
38
|
+
auditors: z.array(z.string()).optional().describe('Auditor user/project PHIDs'),
|
|
38
39
|
responsiblePHIDs: z.array(z.string()).optional().describe('User PHIDs responsible (as author or auditor)'),
|
|
39
|
-
statuses: z.array(z.string()).optional().describe('Audit statuses:
|
|
40
|
+
statuses: z.array(z.string()).optional().describe('Audit statuses: none, needs-audit, concern-raised, partially-audited, audited, needs-verification'),
|
|
40
41
|
query: z.string().optional().describe('Full-text search query'),
|
|
41
42
|
})).optional().describe('Search constraints'),
|
|
42
43
|
attachments: jsonCoerce(z.object({
|
package/dist/tools/file.js
CHANGED
|
@@ -19,7 +19,7 @@ export function registerFileTools(server, client) {
|
|
|
19
19
|
ids: z.array(z.coerce.number()).optional().describe('File IDs'),
|
|
20
20
|
phids: z.array(z.string()).optional().describe('File PHIDs'),
|
|
21
21
|
authorPHIDs: z.array(z.string()).optional().describe('Author PHIDs'),
|
|
22
|
-
|
|
22
|
+
name: z.string().optional().describe('File name substring search'),
|
|
23
23
|
dateCreatedStart: z.coerce.number().optional().describe('Created after (epoch timestamp)'),
|
|
24
24
|
dateCreatedEnd: z.coerce.number().optional().describe('Created before (epoch timestamp)'),
|
|
25
25
|
})).optional().describe('Search constraints'),
|
|
@@ -28,9 +28,9 @@ export function registerHarbormasterTools(server, client) {
|
|
|
28
28
|
constraints: jsonCoerce(z.object({
|
|
29
29
|
ids: z.array(z.coerce.number()).optional().describe('Build IDs'),
|
|
30
30
|
phids: z.array(z.string()).optional().describe('Build PHIDs'),
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
statuses: z.array(z.string()).optional().describe('Build statuses: building, passed, failed, aborted, error, paused
|
|
31
|
+
buildables: z.array(z.string()).optional().describe('Buildable PHIDs'),
|
|
32
|
+
plans: z.array(z.string()).optional().describe('Build plan PHIDs'),
|
|
33
|
+
statuses: z.array(z.string()).optional().describe('Build statuses: building, passed, failed, aborted, error, paused'),
|
|
34
34
|
initiatorPHIDs: z.array(z.string()).optional().describe('PHIDs of users/objects that initiated the build'),
|
|
35
35
|
})).optional().describe('Search constraints'),
|
|
36
36
|
attachments: jsonCoerce(z.object({
|
|
@@ -122,8 +122,8 @@ export function registerHarbormasterTools(server, client) {
|
|
|
122
122
|
constraints: jsonCoerce(z.object({
|
|
123
123
|
ids: z.array(z.coerce.number()).optional().describe('Build plan IDs'),
|
|
124
124
|
phids: z.array(z.string()).optional().describe('Build plan PHIDs'),
|
|
125
|
-
statuses: z.array(z.string()).optional().describe('Plan statuses'),
|
|
126
|
-
|
|
125
|
+
statuses: z.array(z.string()).optional().describe('Plan statuses: "active", "disabled"'),
|
|
126
|
+
match: z.string().optional().describe('Search for build plans by name substring'),
|
|
127
127
|
})).optional().describe('Search constraints'),
|
|
128
128
|
order: z.string().optional().describe('Result order'),
|
|
129
129
|
limit: z.coerce.number().max(100).optional().describe('Maximum results (max 100)'),
|
package/dist/tools/maniphest.js
CHANGED
|
@@ -13,7 +13,7 @@ export function registerManiphestTools(server, client) {
|
|
|
13
13
|
priorities: z.array(z.coerce.number()).optional().describe('Priority levels'),
|
|
14
14
|
subtypes: z.array(z.string()).optional().describe('Task subtypes'),
|
|
15
15
|
columnPHIDs: z.array(z.string()).optional().describe('Workboard column PHIDs'),
|
|
16
|
-
|
|
16
|
+
projects: z.array(z.string()).optional().describe('Project PHIDs (tasks tagged with these projects)'),
|
|
17
17
|
query: z.string().optional().describe('Full-text search query'),
|
|
18
18
|
createdStart: z.coerce.number().optional().describe('Created after (epoch timestamp)'),
|
|
19
19
|
createdEnd: z.coerce.number().optional().describe('Created before (epoch timestamp)'),
|
package/dist/tools/owners.js
CHANGED
|
@@ -8,8 +8,8 @@ export function registerOwnersTools(server, client) {
|
|
|
8
8
|
ids: z.array(z.coerce.number()).optional().describe('Package IDs'),
|
|
9
9
|
phids: z.array(z.string()).optional().describe('Package PHIDs'),
|
|
10
10
|
owners: z.array(z.string()).optional().describe('Owner user or project PHIDs'),
|
|
11
|
-
|
|
12
|
-
paths: z.array(z.
|
|
11
|
+
repositories: z.array(z.string()).optional().describe('Repository PHIDs'),
|
|
12
|
+
paths: z.array(z.string()).optional().describe('Code paths to search for (e.g. "/src/foo.ts")'),
|
|
13
13
|
statuses: z.array(z.string()).optional().describe('Package statuses'),
|
|
14
14
|
dominion: z.array(z.string()).optional().describe('Ownership strength: "strong" (default) or "weak"'),
|
|
15
15
|
autoReview: z.array(z.string()).optional().describe('Auto-review setting: "none", "subscribe", "review", "block"'),
|
package/dist/tools/paste.js
CHANGED
|
@@ -7,7 +7,7 @@ export function registerPasteTools(server, client) {
|
|
|
7
7
|
constraints: jsonCoerce(z.object({
|
|
8
8
|
ids: z.array(z.coerce.number()).optional().describe('Paste IDs'),
|
|
9
9
|
phids: z.array(z.string()).optional().describe('Paste PHIDs'),
|
|
10
|
-
|
|
10
|
+
authors: z.array(z.string()).optional().describe('Author PHIDs'),
|
|
11
11
|
languages: z.array(z.string()).optional().describe('Languages'),
|
|
12
12
|
statuses: z.array(z.string()).optional().describe('Statuses: active, archived'),
|
|
13
13
|
query: z.string().optional().describe('Full-text search query'),
|
package/package.json
CHANGED