Enhance OAuth metadata endpoints and update authorization server URLs in responses
Some checks failed
test / test (push) Failing after 19s
docker / lint (pull_request) Failing after 21s
lint / lint (pull_request) Failing after 21s
lint / lint (push) Failing after 1m29s
docker / test (pull_request) Failing after 16s
test / test (pull_request) Failing after 18s
docker / docker-test (pull_request) Has been skipped
docker / docker-publish (pull_request) Has been skipped
Some checks failed
test / test (push) Failing after 19s
docker / lint (pull_request) Failing after 21s
lint / lint (pull_request) Failing after 21s
lint / lint (push) Failing after 1m29s
docker / test (pull_request) Failing after 16s
test / test (pull_request) Failing after 18s
docker / docker-test (pull_request) Has been skipped
docker / docker-publish (pull_request) Has been skipped
This commit is contained in:
@@ -57,7 +57,10 @@ Example response:
|
||||
```json
|
||||
{
|
||||
"resource": "https://git.hiddenden.cafe",
|
||||
"authorization_servers": ["https://git.hiddenden.cafe"],
|
||||
"authorization_servers": [
|
||||
"https://gitea-mcp.hiddenden.cafe",
|
||||
"https://git.hiddenden.cafe"
|
||||
],
|
||||
"bearer_methods_supported": ["header"],
|
||||
"scopes_supported": ["read:repository", "write:repository"],
|
||||
"resource_documentation": "https://hiddenden.cafe/docs/mcp-gitea"
|
||||
|
||||
Reference in New Issue
Block a user