From 44a43a0b0c6b3f47dc5f1207f6f3d64a5bc23944 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Mon, 23 Jun 2025 18:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20sdk=20=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=A6=96=E9=A1=B5=E7=9A=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk-tutorial/index.md | 7 +------ zh/sdk-tutorial/index.md | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sdk-tutorial/index.md b/sdk-tutorial/index.md index 8e4b088..834d389 100644 --- a/sdk-tutorial/index.md +++ b/sdk-tutorial/index.md @@ -40,11 +40,6 @@ Currently, openmcp-sdk only supports ESM-style imports. ## Usage -Here's the English translation with proper technical formatting: - -```markdown -First, let's create a new TypeScript project: - ```bash mkdir clever-agent && cd clever-agent npm init -y @@ -60,7 +55,7 @@ Then install openmcp-sdk: npm install openmcp-sdk ``` -Now let's create a main.ts file - with just a few lines of code, we can deploy the above configuration as a working agent: +Now let's create a main.ts file - with just a few lines of code, we can deploy the configuration as a working agent: ```typescript import { OmAgent } from 'openmcp-sdk/service/sdk'; diff --git a/zh/sdk-tutorial/index.md b/zh/sdk-tutorial/index.md index 640daea..2412c5a 100644 --- a/zh/sdk-tutorial/index.md +++ b/zh/sdk-tutorial/index.md @@ -60,7 +60,7 @@ tsc --init npm install openmcp-sdk ``` -然后我们创建文件 main.ts,直接简单几行代码就能把上面的配置部署成一个 agent: +然后我们创建文件 main.ts,直接简单几行代码就能把配置部署成一个 agent: ```typescript import { OmAgent } from 'openmcp-sdk/service/sdk';