This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
from 1481224 Merge pull request #83 from Similarityoung/fix_integrate_test
add c8de2fa feat: add Pixiu with MCP samples
new 0ec1759 Merge pull request #84 from Similarityoung/add_mcp_test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
go.mod | 1 +
go.sum | 1 +
mcp/README.md | 125 +++++++++++++++
mcp/README_zh.md | 126 +++++++++++++++
mcp/pixiu/conf.yaml | 188 ++++++++++++++++++++++
mcp/server/server.go | 333 +++++++++++++++++++++++++++++++++++++++
mcp/test/mcp_test.go | 434 +++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 1208 insertions(+)
create mode 100644 mcp/README.md
create mode 100644 mcp/README_zh.md
create mode 100644 mcp/pixiu/conf.yaml
create mode 100644 mcp/server/server.go
create mode 100644 mcp/test/mcp_test.go