Skip to main content
Glama
index.md1.25 kB
--- title: "Kodit Developer Documentation" linkTitle: Developer Docs weight: 99 --- ## Database All database operations are handled by SQLAlchemy and Alembic. ### Creating a Database Migration 1. Make changes to your models 2. Ensure the model is referenced in [alembic's env.py](https://github.com/helixml/kodit/blob/main/src/kodit/migrations/env.py) 3. Remove the temporary DB if it exists from a previous migration: `rm -f .kodit.db` 4. Run `alembic upgrade head` to create a temporary DB to compute the upgrade 5. Run `alembic revision --autogenerate -m "your message"` 6. The new migration will be applied when you next run a kodit command ## Releasing Performing a release is designed to be fully automated. If you spot opportunities to improve the CI to help performing an automated release, please do so. 1. Create a new release in GitHub. 2. Set the version number. Use patch versions for bugfixes or minor small improvements. Use minor versions when adding significant new functionality. Use major versions for overhauls. 3. Generate the release notes. <- this could be improved, because we use a strict pr/commit naming structure. 4. Wait for all jobs to succeed, then you should be able to brew install, pipx install, etc.

Latest Blog Posts

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/helixml/kodit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server