UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

23 lines (21 loc) 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccessMcpResourceDescription = getAccessMcpResourceDescription; function getAccessMcpResourceDescription() { return `## access_mcp_resource Description: Request to access a resource provided by a connected MCP server. Resources represent data sources that can be used as context, such as files, API responses, or system information. Parameters: - server_name: (required) The name of the MCP server providing the resource - uri: (required) The URI identifying the specific resource to access Usage: <access_mcp_resource> <server_name>server name here</server_name> <uri>resource URI here</uri> </access_mcp_resource> Example: Requesting to access an MCP resource <access_mcp_resource> <server_name>weather-server</server_name> <uri>weather://san-francisco/current</uri> </access_mcp_resource>`; } //# sourceMappingURL=access-mcp-resource.js.map