MCP Server Template
by stevennevins
architect
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 |