docs: retarget setup to Claude connectors
test / test (push) Has been cancelled
lint / lint (push) Has been cancelled
docker / test (pull_request) Successful in 13s
docker / lint (pull_request) Successful in 2m3s
lint / lint (pull_request) Successful in 16s
test / test (pull_request) Successful in 14s
docker / docker-test (pull_request) Successful in 42s
docker / docker-publish (pull_request) Has been skipped
test / test (push) Has been cancelled
lint / lint (push) Has been cancelled
docker / test (pull_request) Successful in 13s
docker / lint (pull_request) Successful in 2m3s
lint / lint (pull_request) Successful in 16s
test / test (pull_request) Successful in 14s
docker / docker-test (pull_request) Successful in 42s
docker / docker-publish (pull_request) Has been skipped
This commit is contained in:
@@ -12,14 +12,17 @@
|
||||
- Returns OAuth protected resource metadata used by MCP clients.
|
||||
- `GET /.well-known/oauth-authorization-server`
|
||||
- Returns OAuth authorization server metadata.
|
||||
- `POST /register`
|
||||
- Registers an OAuth client and persists the client metadata.
|
||||
- `POST /oauth/token`
|
||||
- Proxies OAuth authorization-code token exchange to Gitea.
|
||||
|
||||
## MCP Endpoints
|
||||
|
||||
- `GET /mcp/tools`: list tool definitions.
|
||||
- `POST /mcp/tool/call`: execute a tool.
|
||||
- `GET /mcp/sse` and `POST /mcp/sse`: MCP SSE transport.
|
||||
- `GET /mcp` and `POST /mcp`: streamable HTTP transport.
|
||||
- `GET /mcp/sse` and `POST /mcp/sse`: MCP SSE transport alias.
|
||||
- `POST /mcp/tool/call`: direct tool-call endpoint.
|
||||
|
||||
Authentication requirements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user