feat(mcp): account tags & triggers tools (account_to_actors), v1.8.0#19
Merged
salimovartem merged 1 commit intoJun 10, 2026
Merged
Conversation
…p to 1.8.0 New curated tools: saveAccountActors (link Tags/AccountTriggers actors to a (name, currency) pair or one account; replace semantics, formId-scoped) and getDataFieldActorsByActor / saveDataFieldActorsByActor / getDataFieldActorsByForm / saveDataFieldActorsByForm (data triggers bound to an actor's or form's data field). getAccounts gains tag / ungrouped / withTags / withTriggers. New 'Account tags & triggers' section in the simulator-finance skill (AccountTriggers data schema, zone-transition firing semantics, replace warning), matching docs/entities/accounts.md section, eval scenarios + dry fixtures, re-dumped drift spec (pong-server MR 1826), README/ARCHITECTURE tool tables, discovery artifacts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
What
Exposes the backend's
account_to_actorsmechanism — actors attached to accounts — as curated MCP tools, with full skill coverage. Account tags and triggers are ordinary actors of theTags/AccountTriggerssystem forms linked to accounts; this PR makes that workable end-to-end from the plugin.New curated tools (96 → 101)
saveAccountActors— REPLACE the actors linked to a(nameId, currencyId)pair (account tags, account triggers) or to ONE account viaaccountId(per-account triggers). Description mandatesformIdscoping: an unscoped pair-level call wipes the pair's tags and pair-level triggers alike.getDataFieldActorsByActor/saveDataFieldActorsByActor/getDataFieldActorsByForm/saveDataFieldActorsByForm— DATA triggers (valueType=data+operator/comparisonValue) bound to a data field of one actor or of every actor of a form. The colliding query/pathformIdon the form route is disambiguated viaParam.WireastriggerFormId.getAccountsgainstag,ungrouped,withTags,withTriggers(reading tags/triggers goes through it — papi has no GET for pair links).Skill & docs
simulator-finance: new Account tags & triggers section — system-form discovery viagetForms(formTypes="system"), theAccountTriggersdata schema (incl.[{title,value}]select shape), zone-transition firing semantics (lowerZone/normalZone/upperZone, fires only on zone change), webhook delivery to users with access to the trigger actor, replace-semantics warnings,dataField-is-a-field-id note; tag/trigger activation phrases in the frontmatter (discovery regenerated).docs/entities/accounts.md: matching reference section.docs/ARCHITECTURE.md: new tool-table row (+ previously-unlistedcreateAccountPair), curated-tool figure → ~100.Backend dependency
pong-server MR declaring the five
operationIds on/papi/1.0/accounts/actors/*(swagger metadata only): https://git.corezoid.com/pong/pong-server/-/merge_requests/1826.papi-openapi.jsonre-dumped from develop + that change — drift gate green.Verification
make build,make vet,go test ./...(incl. drift gate against the re-dumped spec),make discovery; pong-server file eslint-clean. Manifests bumped to 1.8.0 (.codex-pluginleft at its divergent 1.10.0 — pre-existing inconsistency, not touched).🤖 Generated with Claude Code