LearnNewsExamplesServices
Frontmatter
id7877
titleUpdate MCP guides code blocks to be readonly
stateClosed
labels
documentationenhancementai
assigneestobiu
createdAtNov 23, 2025, 12:49 PM
updatedAtNov 23, 2025, 12:53 PM
githubUrlhttps://github.com/neomjs/neo/issues/7877
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 23, 2025, 12:53 PM

Update MCP guides code blocks to be readonly

Closed v11.9.0 documentationenhancementai
tobiu
tobiu commented on Nov 23, 2025, 12:49 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 the readonly modifier.

Files to Update:

  • learn/guides/mcp/CodeExecution.md
  • learn/guides/mcp/GitHubWorkflow.md
  • learn/guides/mcp/Introduction.md
  • learn/guides/mcp/KnowledgeBase.md
  • learn/guides/mcp/MemoryCore.md

Task:

  • Update all code block fences to include the readonly tag where appropriate (e.g., change javascript to javascript readonly).
tobiu assigned to @tobiu on Nov 23, 2025, 12:49 PM
tobiu added the documentation label on Nov 23, 2025, 12:49 PM
tobiu added the enhancement label on Nov 23, 2025, 12:49 PM
tobiu added the ai label on Nov 23, 2025, 12:49 PM
tobiu referenced in commit 1cef3d2 - "Update MCP guides code blocks to be readonly #7877" on Nov 23, 2025, 12:53 PM
tobiu closed this issue on Nov 23, 2025, 12:53 PM