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.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user