architect
Generate architectural design feedback using natural language input and maintain context with optional conversation ID through POST requests to the LLM Architect tool on the MCP Server Template platform.
Instructions
MCP server for the LLM Architect tool. Exposes resource "/llm-architect/chat" accepting POST requests with a prompt and optional conversationId, and interacts with the llm chat CLI to provide architectural design feedback while maintaining conversation context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversationId | No | Optional conversation ID for context | |
input | Yes | Input prompt to process |