app-server README lists nonexistent tool/requestUserInput method

Open 💬 0 comments Opened Jun 1, 2026 by bar-d

What happened?

The app-server README method list includes:

tool/requestUserInput

However, the generated protocol types and Rust protocol definition use the server-initiated method name:

item/tool/requestUserInput

The same README later uses item/tool/requestUserInput in the request_user_input section, so the method list appears to have a stale or shortened method name.

Expected behavior

The app-server README should consistently document the actual server request method as item/tool/requestUserInput.

Additional context

I searched open issues and PRs for terms including tool/requestUserInput, item/tool/requestUserInput, requestUserInput, and app-server README, and did not find an existing open item that appears to cover this method-name mismatch.

View original on GitHub ↗