# Quick Commands Reference
## Installation and Usage
```bash
# Install and run with uvx (recommended)
uvx qlik-sense-mcp-server
# Install from PyPI
pip install qlik-sense-mcp-server
# Run installed package
qlik-sense-mcp-server
```
## Development
```bash
# Setup development environment
make dev
# See all available commands
make help
# Build package
make build
```
## Version Management
```bash
# Bump version and create PR
make version-patch # 1.0.0 -> 1.0.1
make version-minor # 1.0.0 -> 1.1.0
make version-major # 1.0.0 -> 2.0.0
```
## Publishing
```bash
# After merging PR with version bump
git tag v1.0.1
git push origin v1.0.1
# GitHub Actions will automatically publish to PyPI
```
## Git History Reset
```bash
# Clean all git history (DESTRUCTIVE)
make git-clean
```
## Prerequisites for Development
- Python 3.12+
- GitHub CLI (`gh`) for PR creation
- PyPI account and API token in GitHub secrets (`PYPI_API_TOKEN`)
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bintocher/qlik-sense-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server