Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/forge-mcp:add-resourceThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /add-resource Add read-only data to an MCP server as a resource. ## Workflow 1. Understand — what data? static or template? format? 2. Design URI scheme 3. Generate handler file 4. Register with `server.registerResource()` 5. Test and verify
Add read-only data to an MCP server as a resource.
server.registerResource()npx claudepluginhub randyquaye/forge-mcp --plugin forge-mcp/add-resourceDeprecated alias that forwards to /portaljs-add-resource. This alias will be removed in the next minor release; use /portaljs-add-resource instead.