agent-zero/webui/components/projects/AGENTS.md
Alessandro 521172b489
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
Revamp MCP server configuration
Add project-scoped MCP server configuration with global/project merge semantics, a richer settings UI, and chat composer access. Introduce MCP config scanning plus project-aware status/detail/log/apply APIs while preserving the raw JSON editor. Strengthen MCP runtime handling for dotted tool names, timeouts, status accuracy, and project-aware tool execution, with focused regression coverage.
2026-06-09 17:29:25 +02:00

994 B

Project Components DOX

Purpose

  • Own WebUI project creation, selection, editing, secrets, model, skill, MCP server, and file-structure components.

Ownership

  • projects-store.js owns project state and actions.
  • project-create.html, project-list.html, and project-selector.html own project creation and navigation UI.
  • project-edit*.html files own project editing subsections.
  • project-file-structure-test.html owns file-structure test UI.

Local Contracts

  • Keep project API payloads synchronized with backend project handlers.
  • Do not expose project secrets in logs, URLs, or long-lived frontend state unnecessarily.
  • Preserve scoped settings interactions with plugins, models, skills, and MCP servers.

Work Guidance

  • Verify project edit flows when changing shared project store state.

Verification

  • Smoke-test create, select, edit, secrets, LLM, skills, MCP servers, and file-structure flows after changes.

Child DOX Index

No child DOX files.