From f83bb9ed61730b2e174d6a576c11eada90293ff3 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 12 Jul 2026 20:53:44 -0500 Subject: [PATCH] docs: MokoCLI branding casing (lowercase mokocli in URLs) Authored-by: Moko Consulting --- API.md | 2 +- ARCHITECTURE.md | 2 +- Home.md | 8 ++++---- INSTALLATION.md | 2 +- MANIFEST-STANDARD.-.md | 4 ++-- changelog-template.-.md | 2 +- configuration.md | 2 +- contributing.md | 2 +- deployment.md | 4 ++-- development.md | 4 ++-- faq.md | 2 +- security.md | 2 +- testing.md | 2 +- troubleshooting.md | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/API.md b/API.md index b9d5f04..a306997 100644 --- a/API.md +++ b/API.md @@ -55,7 +55,7 @@ List all configured connections. No parameters. --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Revision | Date | Author | Description | |---|---|---|---| diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 788f924..c7c5be8 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -65,7 +65,7 @@ Multi-instance support is a core use case -- managing staging, production, and d --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Revision | Date | Author | Description | |---|---|---|---| diff --git a/Home.md b/Home.md index 612a599..a1b7d20 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ # Template-MCP -Template repository for creating mokocli-compliant Model Context Protocol (MCP) API servers. Provides scaffolding, configuration patterns, and architecture conventions for bridging AI assistants with REST APIs through a standardized tool interface. +Template repository for creating MokoCLI-compliant Model Context Protocol (MCP) API servers. Provides scaffolding, configuration patterns, and architecture conventions for bridging AI assistants with REST APIs through a standardized tool interface. | Field | Value | |---|---| @@ -17,7 +17,7 @@ Template repository for creating mokocli-compliant Model Context Protocol (MCP) - **REST API bridge** -- standardized pattern for exposing any REST API as MCP tools - **TypeScript-first** -- strict mode, ES modules, full type safety - **Build tooling** -- Makefile and npm scripts for build, dev, clean, lint -- **mokocli compliant** -- governance conventions, templates, and file headers +- **MokoCLI compliant** -- governance conventions, templates, and file headers ## Guides @@ -48,11 +48,11 @@ Template repository for creating mokocli-compliant Model Context Protocol (MCP) --- -> [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki) +> [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki) --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Revision | Date | Author | Description | |---|---|---|---| diff --git a/INSTALLATION.md b/INSTALLATION.md index 16ec554..d4441ae 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -94,7 +94,7 @@ Run `npm run setup` to create the config file. --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) . [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Revision | Date | Author | Description | |---|---|---|---| diff --git a/MANIFEST-STANDARD.-.md b/MANIFEST-STANDARD.-.md index 55f3bb0..59cccce 100644 --- a/MANIFEST-STANDARD.-.md +++ b/MANIFEST-STANDARD.-.md @@ -30,8 +30,8 @@ All fields are set through the Metadata field / API. | Field | Required | Description | |-------|----------|-------------| | `platform` | Yes | Target platform: `joomla`, `dolibarr`, `go`, `node`, `mcp`, `generic` | -| `standards-version` | Yes | mokocli version this repo conforms to | -| `standards-source` | Yes | URL to the mokocli repo | +| `standards-version` | Yes | MokoCLI version this repo conforms to | +| `standards-source` | Yes | URL to the MokoCLI repo | ### build diff --git a/changelog-template.-.md b/changelog-template.-.md index 34e0b68..cbed941 100644 --- a/changelog-template.-.md +++ b/changelog-template.-.md @@ -56,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/configuration.md b/configuration.md index eb89539..8fa5171 100644 --- a/configuration.md +++ b/configuration.md @@ -172,7 +172,7 @@ Use the `list_connections` tool (built into every Template-MCP server) to verify --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/contributing.md b/contributing.md index 7cf26d0..48c3d56 100644 --- a/contributing.md +++ b/contributing.md @@ -179,7 +179,7 @@ Add new tools in `src/index.ts`. If a tool needs complex logic, extract helper f --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/deployment.md b/deployment.md index 2e46b31..95fa709 100644 --- a/deployment.md +++ b/deployment.md @@ -150,7 +150,7 @@ MCP server repos follow this naming convention: | `pre-release.yml` | Push to dev | Pre-release builds | | `pr-check.yml` | Pull request | Build and lint validation | | `security-audit.yml` | Schedule | npm dependency audit | -| `repo-health.yml` | Schedule | mokocli compliance | +| `repo-health.yml` | Schedule | MokoCLI compliance | | `cleanup.yml` | Schedule | Prune old artifacts | | `notify.yml` | Release/failure | Event notifications | @@ -165,7 +165,7 @@ MCP server repos follow this naming convention: --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/development.md b/development.md index 19af27e..73a6811 100644 --- a/development.md +++ b/development.md @@ -272,11 +272,11 @@ return formatResponse(result); - [Installation](INSTALLATION) -- prerequisites and setup - [API Reference](API) -- tool reference and connection parameters - [Architecture](ARCHITECTURE) -- design decisions and data flow -- [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki) -- central standards wiki +- [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki) -- central standards wiki --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Revision | Date | Author | Description | |---|---|---|---| diff --git a/faq.md b/faq.md index e8e7bef..49469bf 100644 --- a/faq.md +++ b/faq.md @@ -132,7 +132,7 @@ echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | node dist/in --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/security.md b/security.md index fe201e9..af9b17d 100644 --- a/security.md +++ b/security.md @@ -198,7 +198,7 @@ Before releasing an MCP server: --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/testing.md b/testing.md index b047bd7..890d205 100644 --- a/testing.md +++ b/testing.md @@ -153,7 +153,7 @@ Before merging to `main`: --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---| diff --git a/troubleshooting.md b/troubleshooting.md index 90f01db..cf83fe2 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -331,7 +331,7 @@ cat ~/..json | jq '.connections | keys' --- -*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [mokocli](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* +*Repo: [Template-MCP](https://git.mokoconsulting.tech/MokoConsulting/Template-MCP) · [MokoCLI](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki)* | Field | Value | |---|---|