소스 검색

docs(server): 更新project.list工具的详细描述

yangkaixiang 3 주 전
부모
커밋
422eedb98f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      instrument_config_mcp/server.py

+ 1 - 1
instrument_config_mcp/server.py

@@ -23,7 +23,7 @@ mcp = FastMCP("instrument-config")
 @mcp.tool(
     name="project.list",
     title="Project List",
-    description="List enabled projects configured in sys_config for instrument-config tools.",
+    description="List enabled projects configured in sys_config for instrument-config tools. 在执行其他工具前,询问用户要查询哪一个项目,根据用户的选择查询对应项目。",
     tags={"project", "list"},
 )
 def project_list() -> dict[str, Any]: