71600adba9
Build Docker Image / build (push) Failing after 1m40s
MCP (Model Context Protocol) server providing read-only access to a Gitea instance, gated by OAuth-issued JWT bearer tokens. See README.md for setup.
34 lines
591 B
JSON
34 lines
591 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"GiteaMcp": "Debug"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Gitea": {
|
|
"BaseUrl": "",
|
|
"AdminPat": "",
|
|
"RepoBlacklist": "",
|
|
"DefaultLimit": 50,
|
|
"MaxFileBytes": 1048576
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "",
|
|
"Audience": "gitea",
|
|
"SigningKey": {
|
|
"Current": "",
|
|
"Previous": ""
|
|
}
|
|
},
|
|
"Mcp": {
|
|
"OAuthDiscovery": {
|
|
"Issuer": "",
|
|
"AuthorizationEndpoint": "",
|
|
"TokenEndpoint": "",
|
|
"RegistrationEndpoint": ""
|
|
}
|
|
}
|
|
}
|