feat: add PipefyClient methods for skill tool names - #706
Open
adriannoes wants to merge 5 commits into
Open
adriannoes wants to merge 5 commits into
adriannoes wants to merge 5 commits into
Conversation
SDK agents can call the AI automation family, verified member removal, and phase fill without a separate MCP-only path. The AI filter, the removal check, and the editable-field filter live on the client. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
…fill The tools keep the confirm token and elicitation. Skip and no-back-channel fills delegate before a second phase read, and a phase with nothing editable does not write. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
…card fill member remove now reads members back and returns warning. card fill uses the same no-write rule as the client instead of a local short-circuit. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
…eport Those two MCP names are projections. SDK callers use the methods that already exist, and the MCP aliases stay. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
…ntracts Parity, the SDK readme, and the changelog describe which names exist on the client and when a phase fill skips the write. Signed-off-by: Adrianno Esnarriaga <esadrianno@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Skills cite MCP tool names that
PipefyClientdoes not have. An agent that builds its tools from the client cannot call those operations.This PR:
get_ai_automationget_ai_automationsdelete_ai_automationremove_member_from_pipefill_card_phase_fieldsfill_card_phase_fieldswhen a form can be shown.For the two projection tools:
get_pipeandget_pipe_reportsinstead ofget_labelsandget_pipe_report.label listandreport-pipe getkeep local projection.Intentional behavior changes:
skip_elicitation(or no back channel) no longer writes when the phase has no editable fields.member removereads members back and returnswarning.Test plan
dev(includes feat(sdk): create_ai_agent writes behaviors, and agent inputs prepare them #704): 298 passedtest_automation_list_human_table_omits_nested_columnsuv run pytest -m "not integration"uv run ruff check . && uv run ruff format --check .Docs / skills
docs/parity.mdupdated when MCP ↔ CLI coverage changedskills/updated in this PR (or a paired PR)Also updated:
docs/sdk/README.mddocs/mcp/tools/pipes-and-cards.mdCHANGELOG.mdLegal / contributions
git commit -s)COMPLIANCE.mdwhen applicableCloses #696