Skip to content

Commit 65207ed

Browse files
Release mcp v0.9.1
Publish v0.9.1. Includes: - Publish the complete MCP landing page Markdown representation - Remove the unroutable gpt-5.2-pro model from aggregate MCP contract data - Sync Runway conditional input rules into MCP contract data - Add Seedream layer decomposition to the aggregate MCP catalog - Reject removed safety checker inputs in MCP requests - Add Seedance 2.5 to the aggregate MCP contract
1 parent d930032 commit 65207ed

8 files changed

Lines changed: 304 additions & 15 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runapi-mcp",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "AI image generation, video generation, music creation, text-to-speech — 130+ models from 18 providers via RunAPI MCP server.",
55
"repository": "https://github.com/runapi-ai/mcp",
66
"author": {

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v0.9.1](https://github.com/runapi-ai/mcp/releases/tag/v0.9.1) - 2026-08-12
4+
5+
### Added
6+
- Add the Seedream layer decomposition contract to aggregate MCP discovery and execution.
7+
- Expose Seedance 2.5 fields and validation through the aggregate MCP server.
8+
9+
### Changed
10+
- Publish the complete MCP landing page content and structured metadata in its Markdown representation.
11+
12+
### Removed
13+
- Stop advertising the retired gpt-5.2-pro model.
14+
Migration: Use a currently advertised GPT model instead; gpt-5.2 remains available through Chat Completions but no longer supports Responses.
15+
16+
### Fixed
17+
- Expose the Runway text-only and first-frame aspect_ratio rules from the shared Input Contract.
18+
- Reject enable_safety_checker for Hailuo 02 Pro image-to-video and Wan 2.7 video edit requests.
19+
20+
321
## [v0.9.0](https://github.com/runapi-ai/mcp/releases/tag/v0.9.0) - 2026-08-10
422

523
### Breaking

0 commit comments

Comments
 (0)