github-rest-mcp 1.0.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/README.md +123 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +55 -0
- package/dist/client.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +133 -0
- package/dist/index.js.map +1 -0
- package/dist/tools/actions.d.ts +25 -0
- package/dist/tools/actions.d.ts.map +1 -0
- package/dist/tools/actions.js +2202 -0
- package/dist/tools/actions.js.map +1 -0
- package/dist/tools/activity.d.ts +8 -0
- package/dist/tools/activity.d.ts.map +1 -0
- package/dist/tools/activity.js +385 -0
- package/dist/tools/activity.js.map +1 -0
- package/dist/tools/agent-tasks.d.ts +38 -0
- package/dist/tools/agent-tasks.d.ts.map +1 -0
- package/dist/tools/agent-tasks.js +78 -0
- package/dist/tools/agent-tasks.js.map +1 -0
- package/dist/tools/apps.d.ts +8 -0
- package/dist/tools/apps.d.ts.map +1 -0
- package/dist/tools/apps.js +402 -0
- package/dist/tools/apps.js.map +1 -0
- package/dist/tools/billing.d.ts +46 -0
- package/dist/tools/billing.d.ts.map +1 -0
- package/dist/tools/billing.js +145 -0
- package/dist/tools/billing.js.map +1 -0
- package/dist/tools/campaigns.d.ts +39 -0
- package/dist/tools/campaigns.d.ts.map +1 -0
- package/dist/tools/campaigns.js +69 -0
- package/dist/tools/campaigns.js.map +1 -0
- package/dist/tools/checks.d.ts +43 -0
- package/dist/tools/checks.d.ts.map +1 -0
- package/dist/tools/checks.js +171 -0
- package/dist/tools/checks.js.map +1 -0
- package/dist/tools/classroom.d.ts +25 -0
- package/dist/tools/classroom.d.ts.map +1 -0
- package/dist/tools/classroom.js +74 -0
- package/dist/tools/classroom.js.map +1 -0
- package/dist/tools/code-scanning.d.ts +35 -0
- package/dist/tools/code-scanning.d.ts.map +1 -0
- package/dist/tools/code-scanning.js +297 -0
- package/dist/tools/code-scanning.js.map +1 -0
- package/dist/tools/code-security.d.ts +25 -0
- package/dist/tools/code-security.d.ts.map +1 -0
- package/dist/tools/code-security.js +245 -0
- package/dist/tools/code-security.js.map +1 -0
- package/dist/tools/codes-of-conduct.d.ts +8 -0
- package/dist/tools/codes-of-conduct.d.ts.map +1 -0
- package/dist/tools/codes-of-conduct.js +27 -0
- package/dist/tools/codes-of-conduct.js.map +1 -0
- package/dist/tools/codespaces.d.ts +8 -0
- package/dist/tools/codespaces.d.ts.map +1 -0
- package/dist/tools/codespaces.js +555 -0
- package/dist/tools/codespaces.js.map +1 -0
- package/dist/tools/copilot.d.ts +17 -0
- package/dist/tools/copilot.d.ts.map +1 -0
- package/dist/tools/copilot.js +284 -0
- package/dist/tools/copilot.js.map +1 -0
- package/dist/tools/credentials.d.ts +10 -0
- package/dist/tools/credentials.d.ts.map +1 -0
- package/dist/tools/credentials.js +19 -0
- package/dist/tools/credentials.js.map +1 -0
- package/dist/tools/dependabot.d.ts +49 -0
- package/dist/tools/dependabot.d.ts.map +1 -0
- package/dist/tools/dependabot.js +311 -0
- package/dist/tools/dependabot.js.map +1 -0
- package/dist/tools/dependency-graph.d.ts +11 -0
- package/dist/tools/dependency-graph.d.ts.map +1 -0
- package/dist/tools/dependency-graph.js +45 -0
- package/dist/tools/dependency-graph.js.map +1 -0
- package/dist/tools/emojis.d.ts +8 -0
- package/dist/tools/emojis.d.ts.map +1 -0
- package/dist/tools/emojis.js +17 -0
- package/dist/tools/emojis.js.map +1 -0
- package/dist/tools/enterprise-team-memberships.d.ts +31 -0
- package/dist/tools/enterprise-team-memberships.d.ts.map +1 -0
- package/dist/tools/enterprise-team-memberships.js +82 -0
- package/dist/tools/enterprise-team-memberships.js.map +1 -0
- package/dist/tools/enterprise-team-organizations.d.ts +31 -0
- package/dist/tools/enterprise-team-organizations.d.ts.map +1 -0
- package/dist/tools/enterprise-team-organizations.js +82 -0
- package/dist/tools/enterprise-team-organizations.js.map +1 -0
- package/dist/tools/enterprise-teams.d.ts +28 -0
- package/dist/tools/enterprise-teams.d.ts.map +1 -0
- package/dist/tools/enterprise-teams.js +66 -0
- package/dist/tools/enterprise-teams.js.map +1 -0
- package/dist/tools/gists.d.ts +26 -0
- package/dist/tools/gists.d.ts.map +1 -0
- package/dist/tools/gists.js +231 -0
- package/dist/tools/gists.js.map +1 -0
- package/dist/tools/git.d.ts +58 -0
- package/dist/tools/git.d.ts.map +1 -0
- package/dist/tools/git.js +167 -0
- package/dist/tools/git.js.map +1 -0
- package/dist/tools/gitignore.d.ts +8 -0
- package/dist/tools/gitignore.d.ts.map +1 -0
- package/dist/tools/gitignore.js +27 -0
- package/dist/tools/gitignore.js.map +1 -0
- package/dist/tools/hosted-compute.d.ts +36 -0
- package/dist/tools/hosted-compute.d.ts.map +1 -0
- package/dist/tools/hosted-compute.js +77 -0
- package/dist/tools/hosted-compute.js.map +1 -0
- package/dist/tools/index.d.ts +45 -0
- package/dist/tools/index.d.ts.map +1 -0
- package/dist/tools/index.js +93 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/interactions.d.ts +8 -0
- package/dist/tools/interactions.d.ts.map +1 -0
- package/dist/tools/interactions.js +100 -0
- package/dist/tools/interactions.js.map +1 -0
- package/dist/tools/issues.d.ts +126 -0
- package/dist/tools/issues.d.ts.map +1 -0
- package/dist/tools/issues.js +746 -0
- package/dist/tools/issues.js.map +1 -0
- package/dist/tools/licenses.d.ts +28 -0
- package/dist/tools/licenses.d.ts.map +1 -0
- package/dist/tools/licenses.js +43 -0
- package/dist/tools/licenses.js.map +1 -0
- package/dist/tools/markdown.d.ts +10 -0
- package/dist/tools/markdown.d.ts.map +1 -0
- package/dist/tools/markdown.js +29 -0
- package/dist/tools/markdown.js.map +1 -0
- package/dist/tools/meta.d.ts +8 -0
- package/dist/tools/meta.d.ts.map +1 -0
- package/dist/tools/meta.js +51 -0
- package/dist/tools/meta.js.map +1 -0
- package/dist/tools/migrations.d.ts +33 -0
- package/dist/tools/migrations.d.ts.map +1 -0
- package/dist/tools/migrations.js +261 -0
- package/dist/tools/migrations.js.map +1 -0
- package/dist/tools/oidc.d.ts +17 -0
- package/dist/tools/oidc.d.ts.map +1 -0
- package/dist/tools/oidc.js +94 -0
- package/dist/tools/oidc.js.map +1 -0
- package/dist/tools/orgs.d.ts +26 -0
- package/dist/tools/orgs.d.ts.map +1 -0
- package/dist/tools/orgs.js +1304 -0
- package/dist/tools/orgs.js.map +1 -0
- package/dist/tools/packages.d.ts +8 -0
- package/dist/tools/packages.d.ts.map +1 -0
- package/dist/tools/packages.js +341 -0
- package/dist/tools/packages.js.map +1 -0
- package/dist/tools/private-registries.d.ts +10 -0
- package/dist/tools/private-registries.d.ts.map +1 -0
- package/dist/tools/private-registries.js +76 -0
- package/dist/tools/private-registries.js.map +1 -0
- package/dist/tools/projects.d.ts +50 -0
- package/dist/tools/projects.d.ts.map +1 -0
- package/dist/tools/projects.js +347 -0
- package/dist/tools/projects.js.map +1 -0
- package/dist/tools/pulls.d.ts +77 -0
- package/dist/tools/pulls.d.ts.map +1 -0
- package/dist/tools/pulls.js +374 -0
- package/dist/tools/pulls.js.map +1 -0
- package/dist/tools/rate-limit.d.ts +8 -0
- package/dist/tools/rate-limit.d.ts.map +1 -0
- package/dist/tools/rate-limit.js +17 -0
- package/dist/tools/rate-limit.js.map +1 -0
- package/dist/tools/reactions.d.ts +124 -0
- package/dist/tools/reactions.d.ts.map +1 -0
- package/dist/tools/reactions.js +214 -0
- package/dist/tools/reactions.js.map +1 -0
- package/dist/tools/repos.d.ts +56 -0
- package/dist/tools/repos.d.ts.map +1 -0
- package/dist/tools/repos.js +2514 -0
- package/dist/tools/repos.js.map +1 -0
- package/dist/tools/search.d.ts +12 -0
- package/dist/tools/search.d.ts.map +1 -0
- package/dist/tools/search.js +108 -0
- package/dist/tools/search.js.map +1 -0
- package/dist/tools/secret-scanning.d.ts +18 -0
- package/dist/tools/secret-scanning.d.ts.map +1 -0
- package/dist/tools/secret-scanning.js +148 -0
- package/dist/tools/secret-scanning.js.map +1 -0
- package/dist/tools/security-advisories.d.ts +112 -0
- package/dist/tools/security-advisories.d.ts.map +1 -0
- package/dist/tools/security-advisories.js +152 -0
- package/dist/tools/security-advisories.js.map +1 -0
- package/dist/tools/teams.d.ts +34 -0
- package/dist/tools/teams.d.ts.map +1 -0
- package/dist/tools/teams.js +392 -0
- package/dist/tools/teams.js.map +1 -0
- package/dist/tools/users.d.ts +8 -0
- package/dist/tools/users.d.ts.map +1 -0
- package/dist/tools/users.js +510 -0
- package/dist/tools/users.js.map +1 -0
- package/package.json +50 -0
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.dependabotTools = void 0;
|
|
4
|
+
// AUTO-GENERATED by scripts/generate.ts — DO NOT EDIT
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const client_js_1 = require("../client.js");
|
|
7
|
+
exports.dependabotTools = [
|
|
8
|
+
{
|
|
9
|
+
name: "github_dependabot_list_alerts_for_enterprise",
|
|
10
|
+
description: "List Dependabot alerts for an enterprise",
|
|
11
|
+
inputSchema: zod_1.z.object({
|
|
12
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
13
|
+
classification: zod_1.z.string().optional().describe("A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. Can be: `malware`, `general`"),
|
|
14
|
+
state: zod_1.z.string().optional().describe("A comma-separated list of states. If specified, only alerts with these states will be returned. Can be: `auto_dismissed`, `dismissed`, `fixed`, `open`"),
|
|
15
|
+
severity: zod_1.z.string().optional().describe("A comma-separated list of severities. If specified, only alerts with these severities will be returned. Can be: `low`, `medium`, `high`, `critical`"),
|
|
16
|
+
ecosystem: zod_1.z.string().optional().describe("A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned. Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`"),
|
|
17
|
+
package: zod_1.z.string().optional().describe("A comma-separated list of package names. If specified, only alerts for these packages will be returned."),
|
|
18
|
+
epss_percentage: zod_1.z.string().optional().describe("CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: - An exact number (`n`) - Comparators such as `>n`, `<n`, `>=n`, `<=n` - A range like `n..n`, where `n` is a number from 0.0 to 1.0 Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned."),
|
|
19
|
+
has: zod_1.z.unknown().optional().describe("Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned. Multiple `has` filters can be passed to filter for alerts that have all of the values. Currently, only `patch` is supported."),
|
|
20
|
+
assignee: zod_1.z.string().optional().describe("Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`) to return alerts assigned to any of the specified users. Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees."),
|
|
21
|
+
scope: zod_1.z.enum(["development", "runtime"]).optional().describe("The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned."),
|
|
22
|
+
sort: zod_1.z.enum(["created", "updated", "epss_percentage"]).optional().describe("The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage."),
|
|
23
|
+
direction: zod_1.z.enum(["asc", "desc"]).optional().describe("The direction to sort the results by."),
|
|
24
|
+
before: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
25
|
+
after: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
26
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
27
|
+
}),
|
|
28
|
+
handler: async (args) => {
|
|
29
|
+
return (0, client_js_1.githubRequest)("GET", `/enterprises/${args.enterprise}/dependabot/alerts`, undefined, { classification: args.classification, state: args.state, severity: args.severity, ecosystem: args.ecosystem, package: args.package, epss_percentage: args.epss_percentage, has: args.has, assignee: args.assignee, scope: args.scope, sort: args.sort, direction: args.direction, before: args.before, after: args.after, per_page: args.per_page });
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "github_dependabot_repository_access_for_org",
|
|
34
|
+
description: "Lists the repositories Dependabot can access in an organization",
|
|
35
|
+
inputSchema: zod_1.z.object({
|
|
36
|
+
org: zod_1.z.string().describe("org"),
|
|
37
|
+
page: zod_1.z.number().optional().describe("The page number of results to fetch."),
|
|
38
|
+
per_page: zod_1.z.number().optional().describe("Number of results per page.")
|
|
39
|
+
}),
|
|
40
|
+
handler: async (args) => {
|
|
41
|
+
return (0, client_js_1.githubRequest)("GET", `/organizations/${args.org}/dependabot/repository-access`, undefined, { page: args.page, per_page: args.per_page });
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "github_dependabot_update_repository_access_for_org",
|
|
46
|
+
description: "Updates Dependabot's repository access list for an organization",
|
|
47
|
+
inputSchema: zod_1.z.object({
|
|
48
|
+
org: zod_1.z.string().describe("org"),
|
|
49
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
50
|
+
}),
|
|
51
|
+
handler: async (args) => {
|
|
52
|
+
return (0, client_js_1.githubRequest)("PATCH", `/organizations/${args.org}/dependabot/repository-access`, args.body, undefined);
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "github_dependabot_set_repository_access_default_level",
|
|
57
|
+
description: "Set the default repository access level for Dependabot",
|
|
58
|
+
inputSchema: zod_1.z.object({
|
|
59
|
+
org: zod_1.z.string().describe("org"),
|
|
60
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
61
|
+
}),
|
|
62
|
+
handler: async (args) => {
|
|
63
|
+
return (0, client_js_1.githubRequest)("PUT", `/organizations/${args.org}/dependabot/repository-access/default-level`, args.body, undefined);
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
name: "github_dependabot_list_alerts_for_org",
|
|
68
|
+
description: "List Dependabot alerts for an organization",
|
|
69
|
+
inputSchema: zod_1.z.object({
|
|
70
|
+
org: zod_1.z.string().describe("org"),
|
|
71
|
+
classification: zod_1.z.string().optional().describe("A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. Can be: `malware`, `general`"),
|
|
72
|
+
state: zod_1.z.string().optional().describe("A comma-separated list of states. If specified, only alerts with these states will be returned. Can be: `auto_dismissed`, `dismissed`, `fixed`, `open`"),
|
|
73
|
+
severity: zod_1.z.string().optional().describe("A comma-separated list of severities. If specified, only alerts with these severities will be returned. Can be: `low`, `medium`, `high`, `critical`"),
|
|
74
|
+
ecosystem: zod_1.z.string().optional().describe("A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned. Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`"),
|
|
75
|
+
package: zod_1.z.string().optional().describe("A comma-separated list of package names. If specified, only alerts for these packages will be returned."),
|
|
76
|
+
epss_percentage: zod_1.z.string().optional().describe("CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: - An exact number (`n`) - Comparators such as `>n`, `<n`, `>=n`, `<=n` - A range like `n..n`, where `n` is a number from 0.0 to 1.0 Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned."),
|
|
77
|
+
artifact_registry_url: zod_1.z.string().optional().describe("A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned."),
|
|
78
|
+
artifact_registry: zod_1.z.string().optional().describe("A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory`"),
|
|
79
|
+
has: zod_1.z.unknown().optional().describe("Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned. Multiple `has` filters can be passed to filter for alerts that have all of the values."),
|
|
80
|
+
assignee: zod_1.z.string().optional().describe("Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`) to return alerts assigned to any of the specified users. Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees."),
|
|
81
|
+
runtime_risk: zod_1.z.string().optional().describe("A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`"),
|
|
82
|
+
scope: zod_1.z.enum(["development", "runtime"]).optional().describe("The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned."),
|
|
83
|
+
sort: zod_1.z.enum(["created", "updated", "epss_percentage"]).optional().describe("The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage."),
|
|
84
|
+
direction: zod_1.z.enum(["asc", "desc"]).optional().describe("The direction to sort the results by."),
|
|
85
|
+
before: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
86
|
+
after: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
87
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
88
|
+
}),
|
|
89
|
+
handler: async (args) => {
|
|
90
|
+
return (0, client_js_1.githubRequest)("GET", `/orgs/${args.org}/dependabot/alerts`, undefined, { classification: args.classification, state: args.state, severity: args.severity, ecosystem: args.ecosystem, package: args.package, epss_percentage: args.epss_percentage, artifact_registry_url: args.artifact_registry_url, artifact_registry: args.artifact_registry, has: args.has, assignee: args.assignee, runtime_risk: args.runtime_risk, scope: args.scope, sort: args.sort, direction: args.direction, before: args.before, after: args.after, per_page: args.per_page });
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: "github_dependabot_list_org_secrets",
|
|
95
|
+
description: "List organization secrets",
|
|
96
|
+
inputSchema: zod_1.z.object({
|
|
97
|
+
org: zod_1.z.string().describe("org"),
|
|
98
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
99
|
+
page: zod_1.z.number().optional().describe("The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
100
|
+
}),
|
|
101
|
+
handler: async (args) => {
|
|
102
|
+
return (0, client_js_1.githubRequest)("GET", `/orgs/${args.org}/dependabot/secrets`, undefined, { per_page: args.per_page, page: args.page });
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
name: "github_dependabot_get_org_public_key",
|
|
107
|
+
description: "Get an organization public key",
|
|
108
|
+
inputSchema: zod_1.z.object({
|
|
109
|
+
org: zod_1.z.string().describe("org")
|
|
110
|
+
}),
|
|
111
|
+
handler: async (args) => {
|
|
112
|
+
return (0, client_js_1.githubRequest)("GET", `/orgs/${args.org}/dependabot/secrets/public-key`, undefined, undefined);
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: "github_dependabot_get_org_secret",
|
|
117
|
+
description: "Get an organization secret",
|
|
118
|
+
inputSchema: zod_1.z.object({
|
|
119
|
+
org: zod_1.z.string().describe("org"),
|
|
120
|
+
secret_name: zod_1.z.string().describe("secret_name")
|
|
121
|
+
}),
|
|
122
|
+
handler: async (args) => {
|
|
123
|
+
return (0, client_js_1.githubRequest)("GET", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}`, undefined, undefined);
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
name: "github_dependabot_create_or_update_org_secret",
|
|
128
|
+
description: "Create or update an organization secret",
|
|
129
|
+
inputSchema: zod_1.z.object({
|
|
130
|
+
org: zod_1.z.string().describe("org"),
|
|
131
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
132
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
133
|
+
}),
|
|
134
|
+
handler: async (args) => {
|
|
135
|
+
return (0, client_js_1.githubRequest)("PUT", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}`, args.body, undefined);
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: "github_dependabot_delete_org_secret",
|
|
140
|
+
description: "Delete an organization secret",
|
|
141
|
+
inputSchema: zod_1.z.object({
|
|
142
|
+
org: zod_1.z.string().describe("org"),
|
|
143
|
+
secret_name: zod_1.z.string().describe("secret_name")
|
|
144
|
+
}),
|
|
145
|
+
handler: async (args) => {
|
|
146
|
+
return (0, client_js_1.githubRequest)("DELETE", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}`, undefined, undefined);
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
name: "github_dependabot_list_selected_repos_for_org_secret",
|
|
151
|
+
description: "List selected repositories for an organization secret",
|
|
152
|
+
inputSchema: zod_1.z.object({
|
|
153
|
+
org: zod_1.z.string().describe("org"),
|
|
154
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
155
|
+
page: zod_1.z.number().optional().describe("The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
156
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
157
|
+
}),
|
|
158
|
+
handler: async (args) => {
|
|
159
|
+
return (0, client_js_1.githubRequest)("GET", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}/repositories`, undefined, { page: args.page, per_page: args.per_page });
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
name: "github_dependabot_set_selected_repos_for_org_secret",
|
|
164
|
+
description: "Set selected repositories for an organization secret",
|
|
165
|
+
inputSchema: zod_1.z.object({
|
|
166
|
+
org: zod_1.z.string().describe("org"),
|
|
167
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
168
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
169
|
+
}),
|
|
170
|
+
handler: async (args) => {
|
|
171
|
+
return (0, client_js_1.githubRequest)("PUT", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}/repositories`, args.body, undefined);
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
name: "github_dependabot_add_selected_repo_to_org_secret",
|
|
176
|
+
description: "Add selected repository to an organization secret",
|
|
177
|
+
inputSchema: zod_1.z.object({
|
|
178
|
+
org: zod_1.z.string().describe("org"),
|
|
179
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
180
|
+
repository_id: zod_1.z.string().describe("repository_id")
|
|
181
|
+
}),
|
|
182
|
+
handler: async (args) => {
|
|
183
|
+
return (0, client_js_1.githubRequest)("PUT", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}/repositories/${args.repository_id}`, undefined, undefined);
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
name: "github_dependabot_remove_selected_repo_from_org_secret",
|
|
188
|
+
description: "Remove selected repository from an organization secret",
|
|
189
|
+
inputSchema: zod_1.z.object({
|
|
190
|
+
org: zod_1.z.string().describe("org"),
|
|
191
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
192
|
+
repository_id: zod_1.z.string().describe("repository_id")
|
|
193
|
+
}),
|
|
194
|
+
handler: async (args) => {
|
|
195
|
+
return (0, client_js_1.githubRequest)("DELETE", `/orgs/${args.org}/dependabot/secrets/${args.secret_name}/repositories/${args.repository_id}`, undefined, undefined);
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
name: "github_dependabot_list_alerts_for_repo",
|
|
200
|
+
description: "List Dependabot alerts for a repository",
|
|
201
|
+
inputSchema: zod_1.z.object({
|
|
202
|
+
owner: zod_1.z.string().describe("owner"),
|
|
203
|
+
repo: zod_1.z.string().describe("repo"),
|
|
204
|
+
classification: zod_1.z.string().optional().describe("A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned. Can be: `malware`, `general`"),
|
|
205
|
+
state: zod_1.z.string().optional().describe("A comma-separated list of states. If specified, only alerts with these states will be returned. Can be: `auto_dismissed`, `dismissed`, `fixed`, `open`"),
|
|
206
|
+
severity: zod_1.z.string().optional().describe("A comma-separated list of severities. If specified, only alerts with these severities will be returned. Can be: `low`, `medium`, `high`, `critical`"),
|
|
207
|
+
ecosystem: zod_1.z.string().optional().describe("A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned. Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`"),
|
|
208
|
+
package: zod_1.z.string().optional().describe("A comma-separated list of package names. If specified, only alerts for these packages will be returned."),
|
|
209
|
+
manifest: zod_1.z.string().optional().describe("A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned."),
|
|
210
|
+
epss_percentage: zod_1.z.string().optional().describe("CVE Exploit Prediction Scoring System (EPSS) percentage. Can be specified as: - An exact number (`n`) - Comparators such as `>n`, `<n`, `>=n`, `<=n` - A range like `n..n`, where `n` is a number from 0.0 to 1.0 Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned."),
|
|
211
|
+
has: zod_1.z.unknown().optional().describe("Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned. Multiple `has` filters can be passed to filter for alerts that have all of the values. Currently, only `patch` is supported."),
|
|
212
|
+
assignee: zod_1.z.string().optional().describe("Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`) to return alerts assigned to any of the specified users. Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees."),
|
|
213
|
+
scope: zod_1.z.enum(["development", "runtime"]).optional().describe("The scope of the vulnerable dependency. If specified, only alerts with this scope will be returned."),
|
|
214
|
+
sort: zod_1.z.enum(["created", "updated", "epss_percentage"]).optional().describe("The property by which to sort the results. `created` means when the alert was created. `updated` means when the alert's state last changed. `epss_percentage` sorts alerts by the Exploit Prediction Scoring System (EPSS) percentage."),
|
|
215
|
+
direction: zod_1.z.enum(["asc", "desc"]).optional().describe("The direction to sort the results by."),
|
|
216
|
+
before: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
217
|
+
after: zod_1.z.string().optional().describe("A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
218
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
219
|
+
}),
|
|
220
|
+
handler: async (args) => {
|
|
221
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependabot/alerts`, undefined, { classification: args.classification, state: args.state, severity: args.severity, ecosystem: args.ecosystem, package: args.package, manifest: args.manifest, epss_percentage: args.epss_percentage, has: args.has, assignee: args.assignee, scope: args.scope, sort: args.sort, direction: args.direction, before: args.before, after: args.after, per_page: args.per_page });
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
name: "github_dependabot_get_alert",
|
|
226
|
+
description: "Get a Dependabot alert",
|
|
227
|
+
inputSchema: zod_1.z.object({
|
|
228
|
+
owner: zod_1.z.string().describe("owner"),
|
|
229
|
+
repo: zod_1.z.string().describe("repo"),
|
|
230
|
+
alert_number: zod_1.z.string().describe("alert_number")
|
|
231
|
+
}),
|
|
232
|
+
handler: async (args) => {
|
|
233
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependabot/alerts/${args.alert_number}`, undefined, undefined);
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: "github_dependabot_update_alert",
|
|
238
|
+
description: "Update a Dependabot alert",
|
|
239
|
+
inputSchema: zod_1.z.object({
|
|
240
|
+
owner: zod_1.z.string().describe("owner"),
|
|
241
|
+
repo: zod_1.z.string().describe("repo"),
|
|
242
|
+
alert_number: zod_1.z.string().describe("alert_number"),
|
|
243
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
244
|
+
}),
|
|
245
|
+
handler: async (args) => {
|
|
246
|
+
return (0, client_js_1.githubRequest)("PATCH", `/repos/${args.owner}/${args.repo}/dependabot/alerts/${args.alert_number}`, args.body, undefined);
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
name: "github_dependabot_list_repo_secrets",
|
|
251
|
+
description: "List repository secrets",
|
|
252
|
+
inputSchema: zod_1.z.object({
|
|
253
|
+
owner: zod_1.z.string().describe("owner"),
|
|
254
|
+
repo: zod_1.z.string().describe("repo"),
|
|
255
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
256
|
+
page: zod_1.z.number().optional().describe("The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
257
|
+
}),
|
|
258
|
+
handler: async (args) => {
|
|
259
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependabot/secrets`, undefined, { per_page: args.per_page, page: args.page });
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
name: "github_dependabot_get_repo_public_key",
|
|
264
|
+
description: "Get a repository public key",
|
|
265
|
+
inputSchema: zod_1.z.object({
|
|
266
|
+
owner: zod_1.z.string().describe("owner"),
|
|
267
|
+
repo: zod_1.z.string().describe("repo")
|
|
268
|
+
}),
|
|
269
|
+
handler: async (args) => {
|
|
270
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependabot/secrets/public-key`, undefined, undefined);
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
name: "github_dependabot_get_repo_secret",
|
|
275
|
+
description: "Get a repository secret",
|
|
276
|
+
inputSchema: zod_1.z.object({
|
|
277
|
+
owner: zod_1.z.string().describe("owner"),
|
|
278
|
+
repo: zod_1.z.string().describe("repo"),
|
|
279
|
+
secret_name: zod_1.z.string().describe("secret_name")
|
|
280
|
+
}),
|
|
281
|
+
handler: async (args) => {
|
|
282
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependabot/secrets/${args.secret_name}`, undefined, undefined);
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
name: "github_dependabot_create_or_update_repo_secret",
|
|
287
|
+
description: "Create or update a repository secret",
|
|
288
|
+
inputSchema: zod_1.z.object({
|
|
289
|
+
owner: zod_1.z.string().describe("owner"),
|
|
290
|
+
repo: zod_1.z.string().describe("repo"),
|
|
291
|
+
secret_name: zod_1.z.string().describe("secret_name"),
|
|
292
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
293
|
+
}),
|
|
294
|
+
handler: async (args) => {
|
|
295
|
+
return (0, client_js_1.githubRequest)("PUT", `/repos/${args.owner}/${args.repo}/dependabot/secrets/${args.secret_name}`, args.body, undefined);
|
|
296
|
+
},
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
name: "github_dependabot_delete_repo_secret",
|
|
300
|
+
description: "Delete a repository secret",
|
|
301
|
+
inputSchema: zod_1.z.object({
|
|
302
|
+
owner: zod_1.z.string().describe("owner"),
|
|
303
|
+
repo: zod_1.z.string().describe("repo"),
|
|
304
|
+
secret_name: zod_1.z.string().describe("secret_name")
|
|
305
|
+
}),
|
|
306
|
+
handler: async (args) => {
|
|
307
|
+
return (0, client_js_1.githubRequest)("DELETE", `/repos/${args.owner}/${args.repo}/dependabot/secrets/${args.secret_name}`, undefined, undefined);
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
];
|
|
311
|
+
//# sourceMappingURL=dependabot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependabot.js","sourceRoot":"","sources":["../../src/tools/dependabot.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const dependencyGraphTools: {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
inputSchema: z.ZodObject<{
|
|
6
|
+
owner: z.ZodString;
|
|
7
|
+
repo: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
10
|
+
}[];
|
|
11
|
+
//# sourceMappingURL=dependency-graph.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependency-graph.d.ts","sourceRoot":"","sources":["../../src/tools/dependency-graph.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,oBAAoB;;;;;;;oBAqBP,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;GAgB5C,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.dependencyGraphTools = void 0;
|
|
4
|
+
// AUTO-GENERATED by scripts/generate.ts — DO NOT EDIT
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const client_js_1 = require("../client.js");
|
|
7
|
+
exports.dependencyGraphTools = [
|
|
8
|
+
{
|
|
9
|
+
name: "github_dependency_graph_diff_range",
|
|
10
|
+
description: "Get a diff of the dependencies between commits",
|
|
11
|
+
inputSchema: zod_1.z.object({
|
|
12
|
+
owner: zod_1.z.string().describe("owner"),
|
|
13
|
+
repo: zod_1.z.string().describe("repo"),
|
|
14
|
+
basehead: zod_1.z.string().describe("basehead"),
|
|
15
|
+
name: zod_1.z.string().optional().describe("The full path, relative to the repository root, of the dependency manifest file.")
|
|
16
|
+
}),
|
|
17
|
+
handler: async (args) => {
|
|
18
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependency-graph/compare/${args.basehead}`, undefined, { name: args.name });
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: "github_dependency_graph_export_sbom",
|
|
23
|
+
description: "Export a software bill of materials (SBOM) for a repository.",
|
|
24
|
+
inputSchema: zod_1.z.object({
|
|
25
|
+
owner: zod_1.z.string().describe("owner"),
|
|
26
|
+
repo: zod_1.z.string().describe("repo")
|
|
27
|
+
}),
|
|
28
|
+
handler: async (args) => {
|
|
29
|
+
return (0, client_js_1.githubRequest)("GET", `/repos/${args.owner}/${args.repo}/dependency-graph/sbom`, undefined, undefined);
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "github_dependency_graph_create_repository_snapshot",
|
|
34
|
+
description: "Create a snapshot of dependencies for a repository",
|
|
35
|
+
inputSchema: zod_1.z.object({
|
|
36
|
+
owner: zod_1.z.string().describe("owner"),
|
|
37
|
+
repo: zod_1.z.string().describe("repo"),
|
|
38
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
39
|
+
}),
|
|
40
|
+
handler: async (args) => {
|
|
41
|
+
return (0, client_js_1.githubRequest)("POST", `/repos/${args.owner}/${args.repo}/dependency-graph/snapshots`, args.body, undefined);
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
//# sourceMappingURL=dependency-graph.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dependency-graph.js","sourceRoot":"","sources":["../../src/tools/dependency-graph.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,6BAAwB;AACxB,4CAA6C;AAEhC,QAAA,oBAAoB,GAAG;IAClC;QACE,IAAI,EAAE,oCAAoC;QAC1C,WAAW,EAAE,gDAAgD;QAC7D,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;YACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;YACjC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC;YACzC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,kFAAkF,CAAC;SACzH,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,UAAU,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,6BAA6B,IAAI,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC7I,CAAC;KACF;IACD;QACE,IAAI,EAAE,qCAAqC;QAC3C,WAAW,EAAE,8DAA8D;QAC3E,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;YACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;SAClC,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,UAAU,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,wBAAwB,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAC/G,CAAC;KACF;IACD;QACE,IAAI,EAAE,oDAAoD;QAC1D,WAAW,EAAE,oDAAoD;QACjE,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;YACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;YACjC,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;SAC1F,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,MAAM,EAAE,UAAU,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,6BAA6B,EAAE,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QACrH,CAAC;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emojis.d.ts","sourceRoot":"","sources":["../../src/tools/emojis.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,WAAW;;;;oBAKE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;GAI5C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emojisTools = void 0;
|
|
4
|
+
// AUTO-GENERATED by scripts/generate.ts — DO NOT EDIT
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const client_js_1 = require("../client.js");
|
|
7
|
+
exports.emojisTools = [
|
|
8
|
+
{
|
|
9
|
+
name: "github_emojis_get",
|
|
10
|
+
description: "Get emojis",
|
|
11
|
+
inputSchema: zod_1.z.object({}),
|
|
12
|
+
handler: async (args) => {
|
|
13
|
+
return (0, client_js_1.githubRequest)("GET", `/emojis`, undefined, undefined);
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
];
|
|
17
|
+
//# sourceMappingURL=emojis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emojis.js","sourceRoot":"","sources":["../../src/tools/emojis.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,6BAAwB;AACxB,4CAA6C;AAEhC,QAAA,WAAW,GAAG;IACzB;QACE,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,YAAY;QACzB,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC;QACzB,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAC/D,CAAC;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const enterpriseTeamMembershipsTools: ({
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
inputSchema: z.ZodObject<{
|
|
6
|
+
enterprise: z.ZodString;
|
|
7
|
+
enterprise_team: z.ZodString;
|
|
8
|
+
per_page: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
inputSchema: z.ZodObject<{
|
|
16
|
+
enterprise: z.ZodString;
|
|
17
|
+
enterprise_team: z.ZodString;
|
|
18
|
+
body: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19
|
+
}, z.core.$strip>;
|
|
20
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
21
|
+
} | {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
inputSchema: z.ZodObject<{
|
|
25
|
+
enterprise: z.ZodString;
|
|
26
|
+
enterprise_team: z.ZodString;
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
30
|
+
})[];
|
|
31
|
+
//# sourceMappingURL=enterprise-team-memberships.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enterprise-team-memberships.d.ts","sourceRoot":"","sources":["../../src/tools/enterprise-team-memberships.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,8BAA8B;;;;;;;;;oBAUjB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;oBAYnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;oBAwBnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IA4B5C,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enterpriseTeamMembershipsTools = void 0;
|
|
4
|
+
// AUTO-GENERATED by scripts/generate.ts — DO NOT EDIT
|
|
5
|
+
const zod_1 = require("zod");
|
|
6
|
+
const client_js_1 = require("../client.js");
|
|
7
|
+
exports.enterpriseTeamMembershipsTools = [
|
|
8
|
+
{
|
|
9
|
+
name: "github_enterprise_team_memberships_list",
|
|
10
|
+
description: "List members in an enterprise team",
|
|
11
|
+
inputSchema: zod_1.z.object({
|
|
12
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
13
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
14
|
+
per_page: zod_1.z.number().optional().describe("The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\""),
|
|
15
|
+
page: zod_1.z.number().optional().describe("The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"")
|
|
16
|
+
}),
|
|
17
|
+
handler: async (args) => {
|
|
18
|
+
return (0, client_js_1.githubRequest)("GET", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships`, undefined, { per_page: args.per_page, page: args.page });
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: "github_enterprise_team_memberships_bulk_add",
|
|
23
|
+
description: "Bulk add team members",
|
|
24
|
+
inputSchema: zod_1.z.object({
|
|
25
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
26
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
27
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
28
|
+
}),
|
|
29
|
+
handler: async (args) => {
|
|
30
|
+
return (0, client_js_1.githubRequest)("POST", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships/add`, args.body, undefined);
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "github_enterprise_team_memberships_bulk_remove",
|
|
35
|
+
description: "Bulk remove team members",
|
|
36
|
+
inputSchema: zod_1.z.object({
|
|
37
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
38
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
39
|
+
body: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()).optional().describe("Request body (JSON object)")
|
|
40
|
+
}),
|
|
41
|
+
handler: async (args) => {
|
|
42
|
+
return (0, client_js_1.githubRequest)("POST", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships/remove`, args.body, undefined);
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
name: "github_enterprise_team_memberships_get",
|
|
47
|
+
description: "Get enterprise team membership",
|
|
48
|
+
inputSchema: zod_1.z.object({
|
|
49
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
50
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
51
|
+
username: zod_1.z.string().describe("username")
|
|
52
|
+
}),
|
|
53
|
+
handler: async (args) => {
|
|
54
|
+
return (0, client_js_1.githubRequest)("GET", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships/${args.username}`, undefined, undefined);
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: "github_enterprise_team_memberships_add",
|
|
59
|
+
description: "Add team member",
|
|
60
|
+
inputSchema: zod_1.z.object({
|
|
61
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
62
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
63
|
+
username: zod_1.z.string().describe("username")
|
|
64
|
+
}),
|
|
65
|
+
handler: async (args) => {
|
|
66
|
+
return (0, client_js_1.githubRequest)("PUT", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships/${args.username}`, undefined, undefined);
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: "github_enterprise_team_memberships_remove",
|
|
71
|
+
description: "Remove team membership",
|
|
72
|
+
inputSchema: zod_1.z.object({
|
|
73
|
+
enterprise: zod_1.z.string().describe("enterprise"),
|
|
74
|
+
enterprise_team: zod_1.z.string().describe("enterprise-team"),
|
|
75
|
+
username: zod_1.z.string().describe("username")
|
|
76
|
+
}),
|
|
77
|
+
handler: async (args) => {
|
|
78
|
+
return (0, client_js_1.githubRequest)("DELETE", `/enterprises/${args.enterprise}/teams/${args.enterprise_team}/memberships/${args.username}`, undefined, undefined);
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
];
|
|
82
|
+
//# sourceMappingURL=enterprise-team-memberships.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enterprise-team-memberships.js","sourceRoot":"","sources":["../../src/tools/enterprise-team-memberships.ts"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,6BAAwB;AACxB,4CAA6C;AAEhC,QAAA,8BAA8B,GAAG;IAC5C;QACE,IAAI,EAAE,yCAAyC;QAC/C,WAAW,EAAE,oCAAoC;QACjD,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,+LAA+L,CAAC;YACzO,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,8LAA8L,CAAC;SACrO,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,cAAc,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QACpK,CAAC;KACF;IACD;QACE,IAAI,EAAE,6CAA6C;QACnD,WAAW,EAAE,uBAAuB;QACpC,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;SAC1F,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,MAAM,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QACtI,CAAC;KACF;IACD;QACE,IAAI,EAAE,gDAAgD;QACtD,WAAW,EAAE,0BAA0B;QACvC,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,IAAI,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;SAC1F,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,MAAM,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,qBAAqB,EAAE,IAAI,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QACzI,CAAC;KACF;IACD;QACE,IAAI,EAAE,wCAAwC;QAC9C,WAAW,EAAE,gCAAgC;QAC7C,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC;SAC1C,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,gBAAgB,IAAI,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAClJ,CAAC;KACF;IACD;QACE,IAAI,EAAE,wCAAwC;QAC9C,WAAW,EAAE,iBAAiB;QAC9B,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC;SAC1C,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,KAAK,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,gBAAgB,IAAI,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAClJ,CAAC;KACF;IACD;QACE,IAAI,EAAE,2CAA2C;QACjD,WAAW,EAAE,wBAAwB;QACrC,WAAW,EAAE,OAAC,CAAC,MAAM,CAAC;YACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;YAC7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;YACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC;SAC1C,CAAC;QACF,OAAO,EAAE,KAAK,EAAE,IAAyB,EAAE,EAAE;YAC3C,OAAO,IAAA,yBAAa,EAAC,QAAQ,EAAE,gBAAgB,IAAI,CAAC,UAAU,UAAU,IAAI,CAAC,eAAe,gBAAgB,IAAI,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QACrJ,CAAC;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const enterpriseTeamOrganizationsTools: ({
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
inputSchema: z.ZodObject<{
|
|
6
|
+
enterprise: z.ZodString;
|
|
7
|
+
enterprise_team: z.ZodString;
|
|
8
|
+
per_page: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
inputSchema: z.ZodObject<{
|
|
16
|
+
enterprise: z.ZodString;
|
|
17
|
+
enterprise_team: z.ZodString;
|
|
18
|
+
body: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19
|
+
}, z.core.$strip>;
|
|
20
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
21
|
+
} | {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
inputSchema: z.ZodObject<{
|
|
25
|
+
enterprise: z.ZodString;
|
|
26
|
+
enterprise_team: z.ZodString;
|
|
27
|
+
org: z.ZodString;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
handler: (args: Record<string, any>) => Promise<unknown>;
|
|
30
|
+
})[];
|
|
31
|
+
//# sourceMappingURL=enterprise-team-organizations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enterprise-team-organizations.d.ts","sourceRoot":"","sources":["../../src/tools/enterprise-team-organizations.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,gCAAgC;;;;;;;;;oBAUnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;oBAYnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;oBAwBnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IA4B5C,CAAC"}
|