File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
server/mcp_server_vefaas_function Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ python -m twine upload --repository testpypi dist/*
8181然后从 TestPyPI 安装测试:
8282
8383``` bash
84- pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
84+ pip install --index-url https://test.pypi.org/simple/mcp-server-vefaas-function
8585```
8686
8787## 注意事项
@@ -92,4 +92,4 @@ pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
92924 . 确保代码质量,最好在发布前运行测试
93935 . 保护好您的 PyPI 账号凭证
9494
95- 祝您发布顺利!
95+ 祝您发布顺利!
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ veFaaS MCP Server 提供创建、更新、发布 veFaaS 函数以及管理应用
2424 }
2525}
2626```
27- 如果github访问有问题,也可以用pypi源
27+ 如果 github 访问有问题,也可以用 pypi 源
2828``` json
2929{
3030 "mcpServers" : {
Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-server-vefaas-function"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44description = " MCP server for managing veFaaS (Volc Engine Function as a Service) functions"
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments