EDT-MCP metadata workflow
Purpose and trigger
Use this skill to inspect or change exact 1C metadata objects, members, roles,
rights, RLS, or extension composition through structured EDT-MCP operations.
Operating rule
Read and apply the common operating rules before this workflow.
Task boundary
Resolve the exact project and metadata FQN. Use edt-mcp-project-forms for
managed-form structure and edt-mcp-project-query-dcs for DCS content; never
edit metadata XML to bypass the structured surface.
Primary workflow
- Resolve metadata by programmatic
Name, never by localized synonym. Only
the FQN type token is bilingual (for example Catalog/Справочник). Read
the target with get_metadata_details, including the current writable
surface when needed.
- Use
find_references only for targets supported by its current help; use the
relevant mutation preview and bounded consumer checks for other targets.
- Consult the current guide, preview destructive or cascading effects, then
use the smallest
create_metadata, modify_metadata,
rename_metadata_object, delete_metadata, or adopt_metadata_object
operation.
- For roles and RLS, follow the current guide's ordering and effective-rights
model, re-read the complete affected state, and treat partial application as
possible until readback proves otherwise.
- For extension work, identify the base and exact extension project. Call
adopt_metadata_object with the base as projectName and an explicit
extensionProjectName when more than one extension is possible. Adoption
covers the metadata object; route BSL override/interception work to
edt-mcp-project-local-fix and validate the extension afterward.
- Re-read the target, validate it, and re-check relevant references. Use an
authorized runtime test when effective access or RLS behavior is acceptance.
Authority rule
Rename, delete, cascade, force, adoption, rights/RLS changes, and rollback need
authority for their exact targets and consequences. A preview is not approval.
Stop rule
Stop on ambiguous FQN, unsupported mutation, incomplete destructive preview,
missing authority, failed persistence/readback, or required runtime proof that
cannot be performed safely.
Completion signal
Return the exact metadata target, confirmed structured diff and persistence,
targeted validation/reference evidence, effective-rights evidence when
applicable, and explicit runtime or completeness gaps.
1---2name: edt-mcp-project-metadata3description: Inspect and safely change 1C metadata, including roles, rights, and RLS, through current EDT-MCP structured operations. Not for raw XML edits or plugin development.4---56# EDT-MCP metadata workflow78## Purpose and trigger910Use this skill to inspect or change exact 1C metadata objects, members, roles,11rights, RLS, or extension composition through structured EDT-MCP operations.1213## Operating rule1415Read and apply [the common operating rules](../COMMON.md) before this workflow.1617## Task boundary1819Resolve the exact project and metadata FQN. Use `edt-mcp-project-forms` for20managed-form structure and `edt-mcp-project-query-dcs` for DCS content; never21edit metadata XML to bypass the structured surface.2223## Primary workflow24251. Resolve metadata by programmatic `Name`, never by localized synonym. Only26 the FQN type token is bilingual (for example `Catalog`/`Справочник`). Read27 the target with `get_metadata_details`, including the current writable28 surface when needed.292. Use `find_references` only for targets supported by its current help; use the30 relevant mutation preview and bounded consumer checks for other targets.313. Consult the current guide, preview destructive or cascading effects, then32 use the smallest `create_metadata`, `modify_metadata`,33 `rename_metadata_object`, `delete_metadata`, or `adopt_metadata_object`34 operation.354. For roles and RLS, follow the current guide's ordering and effective-rights36 model, re-read the complete affected state, and treat partial application as37 possible until readback proves otherwise.385. For extension work, identify the base and exact extension project. Call39 `adopt_metadata_object` with the base as `projectName` and an explicit40 `extensionProjectName` when more than one extension is possible. Adoption41 covers the metadata object; route BSL override/interception work to42 `edt-mcp-project-local-fix` and validate the extension afterward.436. Re-read the target, validate it, and re-check relevant references. Use an44 authorized runtime test when effective access or RLS behavior is acceptance.4546## Authority rule4748Rename, delete, cascade, force, adoption, rights/RLS changes, and rollback need49authority for their exact targets and consequences. A preview is not approval.5051## Stop rule5253Stop on ambiguous FQN, unsupported mutation, incomplete destructive preview,54missing authority, failed persistence/readback, or required runtime proof that55cannot be performed safely.5657## Completion signal5859Return the exact metadata target, confirmed structured diff and persistence,60targeted validation/reference evidence, effective-rights evidence when61applicable, and explicit runtime or completeness gaps.