7 lines
301 B
TypeScript
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
|
|
`;
|