This is an automated email from the ASF dual-hosted git repository.

FreeOnePlus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git


    from 916ba29  ci: comply with Apache action policy
     add 5208b88  feat: isolate legacy HTTP transport

No new revisions were added by this update.

Summary of changes:
 .env.example                                    |   5 +
 CHANGELOG.md                                    |   2 +
 README.md                                       |  36 ++--
 doris_mcp_server/auth/mcp_cors.py               |  10 +-
 doris_mcp_server/http_transport.py              | 151 ++++++++++++++++
 doris_mcp_server/main.py                        |  39 ++--
 doris_mcp_server/multiworker_app.py             |  57 +++---
 doris_mcp_server/utils/config.py                |   8 +
 test/protocol/test_http_transport_boundaries.py | 229 ++++++++++++++++++++++++
 test/protocol/test_mcp_v2_protocol.py           |  21 ++-
 test/protocol/test_multiworker_config.py        |  46 +++++
 test/security/test_mcp_cors.py                  |  29 ++-
 12 files changed, 568 insertions(+), 65 deletions(-)
 create mode 100644 doris_mcp_server/http_transport.py
 create mode 100644 test/protocol/test_http_transport_boundaries.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to