This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch chore/mcp-vendor-update in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 664901fd542a08af67df52882d24217e458d1d38 Author: Hongtao Gao <[email protected]> AuthorDate: Sat Jun 13 23:50:56 2026 +0000 chore(mcp): fix stale gitignore entry for license artifacts --- mcp/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/.gitignore b/mcp/.gitignore index a456a3530..37188959e 100644 --- a/mcp/.gitignore +++ b/mcp/.gitignore @@ -26,4 +26,4 @@ dist/ inspector-config.json banyandb-data/ -mcp-server-licenses/ \ No newline at end of file +mcp-licenses/ \ No newline at end of file
