This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
commit 3d354b63c85e6d0aa1d1b0640e886c149862cc43 Merge: 1da9916 61d9c31 Author: Xin.Zh <[email protected]> AuthorDate: Sun Oct 12 20:47:12 2025 +0800 Merge pull request #91 from Similarityoung/mco_oauth feat(MCP): add MCP Oauth2 sample README.md | 8 +- README_CN.md | 8 +- mcp/README.md | 125 +--------------- mcp/README_zh.md | 128 +---------------- mcp/oauth/README.md | 206 ++++++++++++++++++++++++++ mcp/oauth/README_zh.md | 206 ++++++++++++++++++++++++++ mcp/{ => oauth}/pixiu/conf.yaml | 74 ++++++---- mcp/oauth/test/mcp_oauth_test.go | 294 ++++++++++++++++++++++++++++++++++++++ mcp/{ => simple}/README.md | 12 +- mcp/{ => simple}/README_zh.md | 12 +- mcp/{ => simple}/pixiu/conf.yaml | 0 mcp/{ => simple}/server/server.go | 0 mcp/{ => simple}/test/mcp_test.go | 15 +- tools/authserver/client.go | 107 ++++++++++++++ tools/authserver/handlers_test.go | 290 +++++++++++++++++++++++++++++++++++++ tools/authserver/jwt.go | 87 +++++++++++ tools/authserver/jwt_test.go | 133 +++++++++++++++++ tools/authserver/oauth.go | 189 ++++++++++++++++++++++++ tools/authserver/server.go | 49 +++++++ tools/authserver/store.go | 63 ++++++++ tools/authserver/util.go | 57 ++++++++ tools/authserver/wellknown.go | 71 +++++++++ 22 files changed, 1847 insertions(+), 287 deletions(-)
