Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
26 lines
890 B
YAML
26 lines
890 B
YAML
# Exercise the model-facing LSP tool through the shipped ACP app and Loader entry path.
|
|
# The scenario workspace supplies the deterministic stdio server used by this test composition.
|
|
- id: base
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
|
config:
|
|
path: ../cordis.yml
|
|
patches:
|
|
- insert:
|
|
- id: lsp
|
|
name: '@deepseek-ai/dsh-lsp'
|
|
- id: lsp-stdio
|
|
name: '@deepseek-ai/dsh-lsp-stdio'
|
|
config:
|
|
servers:
|
|
fixture:
|
|
command: !!js process.execPath
|
|
args: ['./lsp-server.mjs']
|
|
extensionToLanguage:
|
|
'.ts': typescript
|
|
- id: timeout-policy
|
|
name: '@deepseek-ai/dsh-tool-call-timeout-policy'
|
|
- id: tool-lsp
|
|
name: '@deepseek-ai/dsh-tool-lsp'
|
|
config:
|
|
maxLocations: 1
|