mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
9 lines
307 B
Markdown
9 lines
307 B
Markdown
<!--
|
|
name: 'System Reminder: MCP resource no displayable content'
|
|
description: Shown when MCP resource has no displayable content
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
<mcp-resource server="${ATTACHMENT_OBJECT.server}" uri="${ATTACHMENT_OBJECT.uri}">(No displayable content)</mcp-resource>
|