You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,6 +125,11 @@ Every core component should be **Theme-Aware**:
109
125
- Use `VisualSettingsContext.jsx` for any UI state that needs to survive a page refresh (Invert mode, Theme selection, etc.).
110
126
- Use `usePersistentState` hook to automatically sync your context variables with `localStorage`.
111
127
128
+
### 5. AI-Assisted Content Creation (MCP)
129
+
If you are using an AI agent with MCP support:
130
+
-**Blog Posts:** Use the `create_blog_post` tool provided by the local MCP server. It handles file creation, metadata indexing, and build script execution in one step.
131
+
-**Verification:** Always run `npm run lint` after AI-generated changes to ensure style compliance.
0 commit comments