feat(sync): add Claude home sync parity across providers
This commit is contained in:
@@ -30,9 +30,11 @@ export type KiroSteeringFile = {
|
||||
}
|
||||
|
||||
export type KiroMcpServer = {
|
||||
command: string
|
||||
command?: string
|
||||
args?: string[]
|
||||
env?: Record<string, string>
|
||||
url?: string
|
||||
headers?: Record<string, string>
|
||||
}
|
||||
|
||||
export type KiroBundle = {
|
||||
|
||||
@@ -14,6 +14,9 @@ export type QwenMcpServer = {
|
||||
args?: string[]
|
||||
env?: Record<string, string>
|
||||
cwd?: string
|
||||
httpUrl?: string
|
||||
url?: string
|
||||
headers?: Record<string, string>
|
||||
}
|
||||
|
||||
export type QwenSetting = {
|
||||
|
||||
@@ -19,6 +19,7 @@ export type WindsurfMcpServerEntry = {
|
||||
args?: string[]
|
||||
env?: Record<string, string>
|
||||
serverUrl?: string
|
||||
url?: string
|
||||
headers?: Record<string, string>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user