1da170f870
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 21s
Non-workflow docs/config only (CLAUDE.md, README, branch-protection, ISSUE_TEMPLATE/config.yml, ci-issue-reporter). Workflow files, manifest schema, and Makefile install paths left for the forge-rebrand gate. Authored-by: Moko Consulting
1.5 KiB
1.5 KiB
CLAUDE.md
This file provides guidance to Claude Code when working with this repository.
Project Overview
joomla-api-mcp -- MCP server for Joomla Web Services API operations
| Field | Value |
|---|---|
| Platform | mcp-server |
| Language | TypeScript |
| Default branch | main |
| License | GPL-3.0-or-later |
| Wiki | joomla-api-mcp Wiki |
| Standards | MokoStandards |
Common Commands
npm install # Install dependencies
npm run build # Compile TypeScript
npm run dev # Development mode
Architecture
This is an MCP (Model Context Protocol) server. Key files:
src/index.ts-- server entry point and tool registrationsrc/config.ts-- configuration loadingsrc/tools/-- individual tool implementationsdist/-- compiled output (gitignored)
Rules
-
Workflow directory:
.mokogitea/(not.gitea/or.github/) -
Never commit
.claude/,.mcp.json,TODO.md, or*.min.css/*.min.js -
Attribution: use
Authored-by: Moko Consultingin commits -
Branch strategy: develop on
dev, merge tomainfor release -
Minification: handled at build time (CI) and runtime (MokoMinifyHelper for Joomla templates)
-
Wiki: documentation lives in the MokoGitea wiki, not in
docs/files -
Standards: this repo follows MokoStandards