|
@@ -23,7 +23,7 @@ mcp = FastMCP("instrument-config")
|
|
|
@mcp.tool(
|
|
@mcp.tool(
|
|
|
name="project.list",
|
|
name="project.list",
|
|
|
title="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"},
|
|
tags={"project", "list"},
|
|
|
)
|
|
)
|
|
|
def project_list() -> dict[str, Any]:
|
|
def project_list() -> dict[str, Any]:
|