probably not useful, adding here for devcontainer attempt
Some checks failed
build rgb-board / build (push) Failing after 16s

This commit is contained in:
2025-05-20 03:49:58 +00:00
parent 856471ec7d
commit 6e5c6bc89e
3 changed files with 39 additions and 0 deletions

View 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