Files
shockbot/agents/shared.ts
T
2025-10-17 22:26:24 -04:00

7 lines
301 B
TypeScript

import { mcpServerName } from "../mcp/config.ts";
export const instructions = `- use the ${mcpServerName} MCP server to interact with github
- if ${mcpServerName} is not available or doesn't include the functionality you need, describe why and bail
- do not under any circumstances use the gh cli
`;