When starting docker-agent, I get a 404 error related to the LSP tools:
this is the toolsets section of my config file:
toolsets:
- type: shell
- type: filesystem
- type: todo
- type: memory
- type: fetch
- type: lsp
command: gopls
file_types: [".go"]
- type: lsp
command: typescript-language-server
args: ["--stdio"]
file_types: [".ts", ".tsx", ".js", ".jsx"]
- type: user_prompt
When starting docker-agent, I get a 404 error related to the LSP tools:
this is the toolsets section of my config file: