architect
Generate architectural design feedback by submitting prompts via POST requests. Maintains conversation context for iterative design discussions using the MCP Server Template.
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Server Template
Related Tools
- @squirrelogic/mcp-feature-discussion
- @qpd-v/mcp-guide
- @sparesparrow/mcp-prompts
- @sparesparrow/mcp-prompts
- @cyanheads/mentor-mcp-server