probably not useful, adding here for devcontainer attempt
Some checks failed
build rgb-board / build (push) Failing after 16s
Some checks failed
build rgb-board / build (push) Failing after 16s
This commit is contained in:
12
.continue/mcpServers/memory.yaml
Normal file
12
.continue/mcpServers/memory.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: memory
|
||||||
|
version: 1.0.0
|
||||||
|
schema: v1
|
||||||
|
mcpServers:
|
||||||
|
- name: memory
|
||||||
|
version: 0.0.1
|
||||||
|
command: docker
|
||||||
|
args:
|
||||||
|
- run
|
||||||
|
- -i
|
||||||
|
- --rm
|
||||||
|
- mcp/memory
|
||||||
15
.continue/mcpServers/sqlite.yaml
Normal file
15
.continue/mcpServers/sqlite.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: sqlite
|
||||||
|
version: 1.0.0
|
||||||
|
schema: v1
|
||||||
|
mcpServers:
|
||||||
|
- name: sqlite
|
||||||
|
version: 0.0.1
|
||||||
|
command: docker
|
||||||
|
args:
|
||||||
|
- run
|
||||||
|
- -i
|
||||||
|
- --rm
|
||||||
|
- -v /workspaces/go-2:/sqlite
|
||||||
|
- mcp/sqlite
|
||||||
|
- --db-path
|
||||||
|
- /sqlite/test.db
|
||||||
12
.continue/mcpServers/timeserver.yaml
Normal file
12
.continue/mcpServers/timeserver.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: time
|
||||||
|
version: 1.0.0
|
||||||
|
schema: v1
|
||||||
|
mcpServers:
|
||||||
|
- name: time
|
||||||
|
version: 0.0.1
|
||||||
|
command: docker
|
||||||
|
args:
|
||||||
|
- run
|
||||||
|
- -i
|
||||||
|
- --rm
|
||||||
|
- mcp/time
|
||||||
Reference in New Issue
Block a user