Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/mcp_server_vefaas_function/PUBLISHING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ python -m twine upload --repository testpypi dist/*
然后从 TestPyPI 安装测试:

```bash
pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
pip install --index-url https://test.pypi.org/simple/mcp-server-vefaas-function
```

## 注意事项
Expand All @@ -92,4 +92,4 @@ pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
4. 确保代码质量,最好在发布前运行测试
5. 保护好您的 PyPI 账号凭证

祝您发布顺利!
祝您发布顺利!
2 changes: 1 addition & 1 deletion server/mcp_server_vefaas_function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ veFaaS MCP Server 提供创建、更新、发布 veFaaS 函数以及管理应用
}
}
```
如果github访问有问题,也可以用pypi源
如果 github 访问有问题,也可以用 pypi 源
```json
{
"mcpServers": {
Expand Down
2 changes: 1 addition & 1 deletion server/mcp_server_vefaas_function/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-server-vefaas-function"
version = "0.0.5"
version = "0.0.6"
description = "MCP server for managing veFaaS (Volc Engine Function as a Service) functions"
readme = "README.md"
requires-python = ">=3.12"
Expand Down