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,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"GiteaMcp": "Information"
|
||||
}
|
||||
},
|
||||
"Jwt": {
|
||||
"Audience": "gitea"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user