[Sprint 1] feat: Implement page tools (3 tools) #176
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement multi-page app structure tools for building complete Dash applications.
Acceptance Criteria
mcp_server/page_tools.pypage_createtool:name: string, path: string, layout_ref?: stringpage_add_navbartool:pages: array, options: objectpage_set_authtool:page_ref: string, auth_config: objectTechnical Notes
These tools generate Dash multi-page app structures. They create configuration, not running apps.
Dependencies
Completed: Page tools implemented.
Tools Added:
page_create- Create pages with routing and layout referencespage_add_navbar- Generate top/side navigation with DMC AppShellpage_set_auth- Configure authentication (basic, oauth, custom)Features:
Commit:
12133f6