import { tool } from "@opencode-ai/plugin"; import { callServerApiTool } from "./server_api_shared.js"; export default tool({ description: "读取当前受控项目的基本信息。", args: {}, execute: (_args, context) => callServerApiTool("get_project_context", {}, context.sessionID) });