UNPKG
github-as-app
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
MCP server for GitHub App operations
github.com/hiragram/github-as-app
hiragram/github-as-app
github-as-app
/
dist
/
github-client.d.ts
8 lines
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Octokit
}
from
'@octokit/rest'
;
export
declare
function
getGitHubClient
(
):
Promise
<
Octokit
>;
export
interface
GitHubContext
{
owner
:
string
;
repo
:
string
; }
export
declare
function
parseRepository
(
repository
:
string
):
GitHubContext
;
//# sourceMappingURL=github-client.d.ts.map