πŸ“„ File detail

tools/MCPTool/prompt.ts

🧩 .tsπŸ“ 4 linesπŸ’Ύ 119 bytesπŸ“ text
← Back to All Files

🎯 Use case

This module implements the β€œMCPTool” tool (M C P) β€” something the model can call at runtime alongside other agent tools. On the API surface it exposes PROMPT and DESCRIPTION β€” mainly types, interfaces, or factory objects.

Generated from folder role, exports, dependency roots, and inline comments β€” not hand-reviewed for every path.

🧠 Inline summary

// Actual prompt and description are overridden in mcpClient.ts export const PROMPT = '' export const DESCRIPTION = ''

πŸ“€ Exports (heuristic)

  • PROMPT
  • DESCRIPTION

πŸ–₯️ Source preview

// Actual prompt and description are overridden in mcpClient.ts
export const PROMPT = ''
export const DESCRIPTION = ''