mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Bryanmorgan/add mcp description support (#825)
This commit is contained in:
parent
dd08582f81
commit
e95a6086fc
8 changed files with 246 additions and 74 deletions
|
|
@ -49,6 +49,8 @@ export class MCPServerConfig {
|
|||
// Common
|
||||
readonly timeout?: number,
|
||||
readonly trust?: boolean,
|
||||
// Metadata
|
||||
readonly description?: string,
|
||||
) {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue