chore: rename @qwen-code/sdk-typescript to @qwen-code/sdk

This commit is contained in:
mingholy.lmh
2025-12-05 21:47:26 +08:00
parent 0e9255b122
commit 96d458fa8c
20 changed files with 31 additions and 37 deletions

View File

@@ -37,7 +37,7 @@ export type McpSdkServerConfigWithInstance = {
* @example
* ```typescript
* import { z } from 'zod';
* import { tool, createSdkMcpServer } from '@qwen-code/sdk-typescript';
* import { tool, createSdkMcpServer } from '@qwen-code/sdk';
*
* const calculatorTool = tool(
* 'calculate_sum',

View File

@@ -32,7 +32,7 @@ export type SdkMcpToolDefinition<Schema extends ZodRawShape = ZodRawShape> = {
* @example
* ```typescript
* import { z } from 'zod';
* import { tool } from '@qwen-code/sdk-typescript';
* import { tool } from '@qwen-code/sdk';
*
* const calculatorTool = tool(
* 'calculate_sum',