v0.4.2 preview

This commit is contained in:
FreeOnePlus
2025-06-26 20:23:54 +08:00
parent 97006a756d
commit 8526cb75fe
6 changed files with 151 additions and 72 deletions

View File

@@ -20,7 +20,7 @@ build-backend = "hatchling.build"
[project]
name = "mcp-doris-server"
version = "0.4.0"
version = "0.4.2"
description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris"
authors = [
{name = "Yijia Su", email = "freeoneplus@apache.org"}
@@ -42,7 +42,7 @@ classifiers = [
dependencies = [
# Core MCP dependencies
"mcp>=1.8.0",
"mcp>=1.8.0,<2.0.0",
# Database drivers
"aiomysql>=0.2.0",
"PyMySQL>=1.1.0",