run_augment_prompt
Enhance development workflows by sending prompts to the Augment coding agent for AI-driven code generation and optimization within the AI Development Pipeline MCP.
Instructions
Send a prompt to the local Augment coding agent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"prompt": {
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}