发布

  • fix(fff-mcp): answer pre-initialize probes instead of exiting (#797) (#798)
    e2e Tests / e2e (macos-latest) (push) Has been cancelled
    e2e Tests / e2e (ubuntu-latest) (push) Has been cancelled
    e2e Tests / e2e (windows-latest) (push) Has been cancelled
    e2e Tests / e2e (alpine-musl) (push) Has been cancelled
    Lua CI / lua-language-server type check (push) Has been cancelled
    Lua CI / luacheck lint (push) Has been cancelled
    Nix CI / check (push) Has been cancelled
    Python CI / Python bindings (macos-latest) (push) Has been cancelled
    Python CI / Python bindings (ubuntu-latest) (push) Has been cancelled
    Python CI / Python bindings (windows-latest) (push) Has been cancelled
    Build & Publish / Build Neovim aarch64-apple-darwin (push) Has been cancelled
    Build & Publish / Build Neovim aarch64-linux-android (push) Has been cancelled
    Build & Publish / Build Neovim aarch64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build Neovim aarch64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build Neovim aarch64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build Neovim x86_64-apple-darwin (push) Has been cancelled
    Build & Publish / Build Neovim x86_64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build Neovim x86_64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build Neovim x86_64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build C FFI aarch64-apple-darwin (push) Has been cancelled
    Build & Publish / Build C FFI aarch64-linux-android (push) Has been cancelled
    Build & Publish / Build C FFI aarch64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build C FFI aarch64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build C FFI aarch64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build C FFI x86_64-apple-darwin (push) Has been cancelled
    Build & Publish / Build C FFI x86_64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build C FFI x86_64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build C FFI x86_64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build MCP aarch64-apple-darwin (push) Has been cancelled
    Build & Publish / Build MCP aarch64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build MCP aarch64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build MCP aarch64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build MCP x86_64-apple-darwin (push) Has been cancelled
    Build & Publish / Build MCP x86_64-pc-windows-msvc (push) Has been cancelled
    Build & Publish / Build MCP x86_64-unknown-linux-gnu (push) Has been cancelled
    Build & Publish / Build MCP x86_64-unknown-linux-musl (push) Has been cancelled
    Build & Publish / Build Python wheels aarch64 (macos-latest) (push) Has been cancelled
    Build & Publish / Build Python wheels x86_64 (macos-latest) (push) Has been cancelled
    Build & Publish / Build Python wheels aarch64 (ubuntu-latest) (push) Has been cancelled
    Build & Publish / Build Python wheels x86_64 (ubuntu-latest) (push) Has been cancelled
    Build & Publish / Build Python wheels x86_64 (windows-latest) (push) Has been cancelled
    Build & Publish / Build Python sdist (push) Has been cancelled
    Rust CI / Test (macos-latest) (push) Has been cancelled
    Rust CI / Test (ubuntu-latest) (push) Has been cancelled
    Rust CI / Test (windows-latest) (push) Has been cancelled
    Rust CI / Fuzz Tests (macos-latest) (push) Has been cancelled
    Rust CI / Fuzz Tests (ubuntu-latest) (push) Has been cancelled
    Rust CI / Fuzz Tests (windows-latest) (push) Has been cancelled
    Rust CI / Build i686-unknown-linux-gnu (push) Has been cancelled
    Rust CI / cargo fmt (push) Has been cancelled
    Rust CI / cargo clippy (push) Has been cancelled
    Spelling / Spell Check with Typos (push) Has been cancelled
    Build & Publish / Release (push) Has been cancelled
    Build & Publish / Publish Python wheels to PyPI (push) Has been cancelled
    Build & Publish / Publish Rust crates (push) Has been cancelled
    Build & Publish / Publish npm packages (push) Has been cancelled

    frostbyte_neo 发布于 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

    下载附件