change pipy project name

This commit is contained in:
FreeOnePlus
2025-06-27 12:44:57 +08:00
parent 8526cb75fe
commit 26e8bc1149
3 changed files with 6 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ Doris MCP (Model Context Protocol) Server is a backend service built with Python
- **🎯 Centralized Configuration Management**: All security keywords now managed through single configuration source with consistent enforcement across all components
- **🔧 MCP Version Compatibility**: Resolved MCP library version conflicts with intelligent compatibility layer supporting both MCP 1.8.x and 1.9.x versions
- **🚀 Production Reliability**: Enhanced error handling, connection diagnostics, and automatic recovery from database connection issues
- **🙏 Community Contribution**: Special thanks to Hailin Xie for supporting the doris-mcp-server project by graciously transferring the PyPI project to the community free of charge, contributing to open source. The mcp-doris-server repository will be retained but no longer maintained, with ongoing development continuing on the doris-mcp-server repository
> **🔧 Key Improvements**: Resolved connection stability issues, unified security keyword management, added comprehensive environment variable configuration for security policies, and fixed MCP library version compatibility conflicts.
@@ -63,13 +64,13 @@ Doris MCP (Model Context Protocol) Server is a backend service built with Python
```bash
# Install the latest version
pip install mcp-doris-server
pip install doris-mcp-server
# Install specific version
pip install mcp-doris-server==0.4.2
pip install doris-mcp-server==0.4.2
```
> **💡 Command Compatibility**: After installation, both `doris-mcp-server` and `mcp-doris-server` commands are available for backward compatibility. You can use either command interchangeably.
> **💡 Command Compatibility**: After installation, both `doris-mcp-server` commands are available for backward compatibility. You can use either command interchangeably.
### Start Streamable HTTP Mode (Web Service)

View File

@@ -19,7 +19,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mcp-doris-server"
name = "doris-mcp-server"
version = "0.4.2"
description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris"
authors = [
@@ -148,9 +148,7 @@ Changelog = "https://github.com/apache/doris-mcp-server/blob/main/CHANGELOG.md"
[project.scripts]
doris-mcp-server = "doris_mcp_server.main:main_sync"
mcp-doris-server = "doris_mcp_server.main:main_sync"
doris-mcp-client = "doris_mcp_server.client:main"
mcp-doris-client = "doris_mcp_server.client:main"
[tool.hatch.build.targets.wheel]
packages = ["doris_mcp_server"]

2
uv.lock generated
View File

@@ -948,7 +948,7 @@ wheels = [
[[package]]
name = "mcp-doris-server"
version = "0.4.1.1"
version = "0.4.2"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },