

本地测试:
cd ./
npx @modelcontextprotocol/inspector uv run tapdb-mcp-agent

发布:
1. 修改pyproject.toml中的版本号
2. rm -rf ./dist
3. python3.10 -m build
4. twine upload dist/*


