Skip to content

fix: pass skills=all through initialize request (fixes #977)#1015

Open
mshzy wants to merge 1 commit into
anthropics:mainfrom
mshzy:fix/skills-all
Open

fix: pass skills=all through initialize request (fixes #977)#1015
mshzy wants to merge 1 commit into
anthropics:mainfrom
mshzy:fix/skills-all

Conversation

@mshzy
Copy link
Copy Markdown

@mshzy mshzy commented Jun 2, 2026

skills="all" was silently dropped because isinstance("all", list) is False. Change to check _skills is not None instead. Fixes #977.

skills="all" was dropped because isinstance("all", list) is False.
The CLI transport needs to receive "all" to inject the Skill tool.
Change to check for None instead of isinstance(list).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skills="all" does not add "Skill" to tools

1 participant