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.

15 lines
251 B
YAML

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