> For the complete documentation index, see [llms.txt](https://docs.kula.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kula.digital/for-developers/changelog.md).

# Changelog & versioning

This page explains how the connector evolves and records notable changes.

## Versioning policy

* **The MCP protocol version is negotiated** per connection, so clients and the server agree on a compatible version at handshake time.
* **The tool surface is additive by default.** New tools and new optional parameters can appear at any time without warning — clients should ignore tools they don't recognise.
* **Breaking changes are announced.** Removing a tool, renaming it, removing a parameter, or changing a result shape in a non-additive way is a breaking change. We announce these ahead of time here and, where it matters, keep the old behaviour available during a transition window.
* **The event contract is versioned.** Data pushed into the platform carries a `schema_version` (currently `1.0`); the ingest endpoint defaults it when omitted.

## Compatibility expectations for clients

* Read tool annotations (`readOnlyHint`, `destructiveHint`) rather than assuming behaviour from a tool's name.
* Treat unknown fields in a result as forward-compatible — don't fail on them.
* Handle `401` by refreshing auth, and `403` as a permission-level signal (the token's [scope](/connect-claude-and-access/scopes.md) is too low for that tool).

## Discovering the live surface

The authoritative tool list is whatever the server advertises at connect time. The [tool reference](/for-developers/tools.md) mirrors it, and the [schema reference](/for-developers/schema.md) documents the tables behind the freeform query tools. When in doubt, ask a connected client to list its tools.

## Notable changes

> Dates are listed newest first.

* **Initial public documentation.** Owner, connector, skills, consultant, and developer guides published; OAuth connector front door and the full tool surface documented.

*Material changes will be appended here as they ship.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kula.digital/for-developers/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
