Frontmatter
| id | 7877 |
| title | Update MCP guides code blocks to be readonly |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Nov 23, 2025, 12:49 PM |
| updatedAt | Nov 23, 2025, 12:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7877 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 23, 2025, 12:53 PM |
The new MCP guides created in
learn/guides/mcp/currently use standard code blocks (e.g., ```javascript). To ensure they are correctly rendered as static, read-only blocks within the Neo.mjs Portal application's learning section, they need to be updated to use thereadonlymodifier.Files to Update:
learn/guides/mcp/CodeExecution.mdlearn/guides/mcp/GitHubWorkflow.mdlearn/guides/mcp/Introduction.mdlearn/guides/mcp/KnowledgeBase.mdlearn/guides/mcp/MemoryCore.mdTask:
readonlytag where appropriate (e.g., changejavascript tojavascript readonly).