# Changelog

Changes to the MCP server, the API and these docs, newest first.

Canonical: https://chikaraintel.com/docs/changelog

## 2026-09-22: Developer documentation

Public docs for the MCP server and the REST API: quickstarts, twelve tool pages, fourteen endpoint pages and the data model behind them.

Every page has a plain markdown twin at the same path with `.md` added, and the full set is indexed at `/llms.txt`.

## 2026-09-16: MCP server 1.1.0: statements

`get_person` returns statements from the person's five most recent annotated articles, split into what they said and what others said about them.

`get_event` returns the annotated statements on each source article. `search_events` reports a count per annotation type.

## 2026-09-11: MCP sign-in with OAuth

Claude and other MCP clients can connect by signing in through the browser. API keys still work for clients without OAuth.
