-
fix(fff-mcp): answer pre-initialize probes instead of exiting (#797) (#798)
e2e Tests / e2e (macos-latest) (push) Has been cancellede2e Tests / e2e (ubuntu-latest) (push) Has been cancellede2e Tests / e2e (windows-latest) (push) Has been cancellede2e Tests / e2e (alpine-musl) (push) Has been cancelledLua CI / lua-language-server type check (push) Has been cancelledLua CI / luacheck lint (push) Has been cancelledNix CI / check (push) Has been cancelledPython CI / Python bindings (macos-latest) (push) Has been cancelledPython CI / Python bindings (ubuntu-latest) (push) Has been cancelledPython CI / Python bindings (windows-latest) (push) Has been cancelledBuild & Publish / Build Neovim aarch64-apple-darwin (push) Has been cancelledBuild & Publish / Build Neovim aarch64-linux-android (push) Has been cancelledBuild & Publish / Build Neovim aarch64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build Neovim aarch64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build Neovim aarch64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build Neovim x86_64-apple-darwin (push) Has been cancelledBuild & Publish / Build Neovim x86_64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build Neovim x86_64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build Neovim x86_64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build C FFI aarch64-apple-darwin (push) Has been cancelledBuild & Publish / Build C FFI aarch64-linux-android (push) Has been cancelledBuild & Publish / Build C FFI aarch64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build C FFI aarch64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build C FFI aarch64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build C FFI x86_64-apple-darwin (push) Has been cancelledBuild & Publish / Build C FFI x86_64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build C FFI x86_64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build C FFI x86_64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build MCP aarch64-apple-darwin (push) Has been cancelledBuild & Publish / Build MCP aarch64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build MCP aarch64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build MCP aarch64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build MCP x86_64-apple-darwin (push) Has been cancelledBuild & Publish / Build MCP x86_64-pc-windows-msvc (push) Has been cancelledBuild & Publish / Build MCP x86_64-unknown-linux-gnu (push) Has been cancelledBuild & Publish / Build MCP x86_64-unknown-linux-musl (push) Has been cancelledBuild & Publish / Build Python wheels aarch64 (macos-latest) (push) Has been cancelledBuild & Publish / Build Python wheels x86_64 (macos-latest) (push) Has been cancelledBuild & Publish / Build Python wheels aarch64 (ubuntu-latest) (push) Has been cancelledBuild & Publish / Build Python wheels x86_64 (ubuntu-latest) (push) Has been cancelledBuild & Publish / Build Python wheels x86_64 (windows-latest) (push) Has been cancelledBuild & Publish / Build Python sdist (push) Has been cancelledRust CI / Test (macos-latest) (push) Has been cancelledRust CI / Test (ubuntu-latest) (push) Has been cancelledRust CI / Test (windows-latest) (push) Has been cancelledRust CI / Fuzz Tests (macos-latest) (push) Has been cancelledRust CI / Fuzz Tests (ubuntu-latest) (push) Has been cancelledRust CI / Fuzz Tests (windows-latest) (push) Has been cancelledRust CI / Build i686-unknown-linux-gnu (push) Has been cancelledRust CI / cargo fmt (push) Has been cancelledRust CI / cargo clippy (push) Has been cancelledSpelling / Spell Check with Typos (push) Has been cancelledBuild & Publish / Release (push) Has been cancelledBuild & Publish / Publish Python wheels to PyPI (push) Has been cancelledBuild & Publish / Publish Rust crates (push) Has been cancelledBuild & Publish / Publish npm packages (push) Has been cancelled发布于
2026-08-19 03:22:38 +00:00 rmcp 1.7.0 aborts startup on any pre-initialize request except ping, so a
client probing with server/discover (SEP-1442 stateless spec) killed the
process before it could fall back to the legacy handshake.Wrap the stdio transport so unsupported pre-init requests get -32601 and the
server keeps waiting for initialize. Full stateless support is out of scope.Closes #797
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件