Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Branch protection
It's not possible to push to `main` without a PR.

## Developing
1. Clone this repo locally.
2. Run `uv venv` to create the Python virtual environment.
Expand All @@ -24,4 +27,4 @@
```
npx @modelcontextprotocol/inspector uvx --default-index https://test.pypi.org/simple/ --index https://pypi.org/simple/ mcp-sqlite@0.1.0rc2 test.db --metadata test.yml
```
- Tagging a commit with a non-release candidate tag (not containing `rc`) will trigger build and upload to PyPi.
- Tagging a commit with a non-release candidate tag (not containing `rc`) will trigger build and upload to PyPi.