Skip to main content

Documentation Index

Fetch the complete documentation index at: https://codearchitect.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Available Tools

codearchitect_help

Discover available features - Start here with use codearchitect

store_session

Store AI conversation sessions in topic-named folders

get_session

Retrieve sessions with TOON format support (~40% token reduction)

search_session

Full-text search across all sessions with relevance scoring

Format

All tools follow MCP standard:
  • Request: JSON-RPC 2.0
  • Response: Structured JSON with success/error
  • Auth: None required (local only)

Response Format

Success:
{
  "success": true,
  "data": { ... },
  "message": "Operation completed"
}
Error:
{
  "success": false,
  "error": "ERROR_CODE",
  "message": "Error description"
}