Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ git_release_latest = false
git_release_name = "Schema v{{ version }}"
git_tag_name = "schema-v{{ version }}"
publish = false
release = false
semver_check = false

[[package]]
Expand Down
4 changes: 2 additions & 2 deletions docs/protocol/v2/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Nothing about v2 changes the underlying JSON-RPC framing, so a single connection
| `session/new` | `mcpServers` now optional. Response no longer includes `modes` |
| `session/load` | **Removed**. Use `session/resume` with `"replayFrom": { "type": "start" }` |
| `session/resume` | Gains optional `replayFrom`. Required (no capability marker) |
| `session/list` | Baseline no capability |
| `session/close` | Baseline no capability |
| `session/list` | Required. No capability |
| `session/close` | Required. No capability |
| `session/delete` | Unchanged. Still optional via `session.delete` capability |
| `session/prompt` | Unchanged shape. **Response semantics redesigned** (see [Prompt lifecycle](#the-new-prompt-lifecycle)) |
| `session/cancel` | Unchanged name. Completion now reported via `state_update` instead of the prompt response |
Expand Down
7 changes: 7 additions & 0 deletions schema/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Loading