Documentation
¶
Overview ¶
Package resource defines MCP resource name constants used as URI suffixes and display names in resource listings.
Index ¶
Constants ¶
View Source
const ( // Constitution is the MCP resource name for the constitution file. Constitution = "constitution" // Tasks is the MCP resource name for the tasks file. Tasks = "tasks" // Conventions is the MCP resource name for the conventions file. Conventions = "conventions" // Architecture is the MCP resource name for the architecture file. Architecture = "architecture" // Decisions is the MCP resource name for the decisions file. Decisions = "decisions" // Learnings is the MCP resource name for the learnings file. Learnings = "learnings" // Glossary is the MCP resource name for the glossary file. Glossary = "glossary" // Playbook is the MCP resource name for the agent playbook file. Playbook = "playbook" // Agent is the MCP resource name for the assembled context packet. Agent = "agent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.