Back to Search

neonia_dev_architect

0.2.0

Returns a project-layout template for a supported stack identifier.

$0.002 / call (Standard Tier)
Updated: Sep 21, 2026

Overview

A fail-closed catalog of project layout templates and stack-specific implementation practices.

Example Input

JSON payload sent to this tool:

{
  "operation": "lookup",
  "stack": "rust-axum"
}

Example Output

Formatted JSON response returned by this tool:

{
  "status": "success",
  "operation": "lookup",
  "supported_stacks": ["nextjs", "rust-axum"],
  "template": {"requested_stack": "rust-axum", "stack": "rust-axum", "tree": "src/...", "configs": {}, "best_practices": []}
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neonia_dev_architect",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}