app-server README omits implemented plugin/share RPCs
Open 💬 2 comments Opened Jun 1, 2026 by bar-d
What happened?
The app-server README method list documents plugin endpoints up through plugin/skill/read, then jumps to skills/changed.
The current protocol and message processor also expose implemented plugin share endpoints:
plugin/share/saveplugin/share/updateTargetsplugin/share/listplugin/share/checkoutplugin/share/delete
These do not appear in the README method list.
Expected behavior
The app-server README should document the implemented plugin/share/* RPCs, or clearly mark them as intentionally omitted if they are not intended for clients yet.
Additional context
I searched open issues and PRs for terms including plugin/share/save, plugin/share/updateTargets, plugin/share/list, and app-server README, and did not find an existing open item that appears to cover this documentation gap.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗