You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
268 B
YAML

name: sqlite
version: 1.0.0
schema: v1
mcpServers:
- name: sqlite
version: 0.0.1
command: docker
args:
- run
- -i
- -v
- /workspaces/rgb-led-board:/sqlite
- --rm
- mcp/sqlite
- --db-path
- /sqlite/test.db