mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
fix(context): keep mcp progress event internal
This commit is contained in:
parent
fabc1e9e35
commit
ac92c148fa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export interface KtxMcpToolResult<T extends NonArrayObject = NonArrayObject> {
|
|||
isError?: true;
|
||||
}
|
||||
|
||||
export interface KtxMcpProgressEvent {
|
||||
interface KtxMcpProgressEvent {
|
||||
progress: number;
|
||||
total?: number;
|
||||
message: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue