release: v0.6.9
This commit is contained in:
parent
63384bc214
commit
10aee9755c
11 changed files with 16 additions and 10 deletions
|
|
@ -641,6 +641,9 @@ export type Config = {
|
|||
options?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
}
|
||||
}
|
||||
}
|
||||
options?: {
|
||||
|
|
@ -1009,6 +1012,9 @@ export type Model = {
|
|||
options: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
}
|
||||
}
|
||||
|
||||
export type McpLocalConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue