Skip to content

Commit 4d1f7cd

Browse files
committed
chore: refine server logic and reduce useless tools
1 parent 54dbec5 commit 4d1f7cd

File tree

1 file changed

+1
-1
lines changed
  • server/mcp_server_vefaas_function/src/mcp_server_vefaas_function

1 file changed

+1
-1
lines changed

server/mcp_server_vefaas_function/src/mcp_server_vefaas_function/vefaas_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def validate_and_set_region(region: str = None) -> str:
9090
2. Find most suitable template from all the templates and use `get_application_template_detail` to get template code.
9191
3. Create/Release vefaas function.
9292
4. Create/Release vefaas application.
93-
- MUST EDIT vefaas.yml: Add application_id to `vefaas.yml` immediately after application created successfully.
93+
- MUST EDIT vefaas.yml after application created successfully: Add application_id to `vefaas.yml` immediately after application created successfully.
9494
9595
""")
9696
def create_vefaas_application(function_id: Required[str], function_name: Required[str], gateway_name: Required[str], region: Optional[str] = None):

0 commit comments

Comments
 (0)