From d176b03d5603af902141307edf03e594a5b4c976 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 2 Jan 2026 14:43:50 -0500 Subject: [PATCH] chore: bump version to 1.2.0 --- CHANGELOG.md | 9 ++++++--- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622c962..8336954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2026-01-02 ### Added -- Session token proxy: agents can request short-lived tokens for bulk operations + +#### Session Token Proxy +- **Session token proxy**: Agents can request short-lived tokens for bulk operations - `get_proxy_documentation` MCP tool: returns complete proxy API spec -- `request_session_token` MCP tool: creates scoped session tokens +- `request_session_token` MCP tool: creates scoped session tokens with TTL (max 1 hour) - `POST /api/v1/proxy` HTTP endpoint: accepts session tokens for direct API access +- Supports all 11 Grist operations (read, write, schema) via HTTP ## [1.1.0] - 2026-01-02 diff --git a/pyproject.toml b/pyproject.toml index bd0ac10..5d8a6f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "grist-mcp" -version = "1.1.0" +version = "1.2.0" description = "MCP server for AI agents to interact with Grist documents" requires-python = ">=3.14" dependencies = [