From c6017346291e2a187940505a0675f7b3652cb663 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Thu, 21 May 2026 17:22:45 +0000 Subject: [PATCH] chore: rename .gitea/ to .mokogitea/ [skip ci] Authored-by: Moko Consulting --- .gitea/ISSUE_TEMPLATE/mcp_api_integration.md | 48 -------------------- 1 file changed, 48 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/mcp_api_integration.md diff --git a/.gitea/ISSUE_TEMPLATE/mcp_api_integration.md b/.gitea/ISSUE_TEMPLATE/mcp_api_integration.md deleted file mode 100644 index ee978fc..0000000 --- a/.gitea/ISSUE_TEMPLATE/mcp_api_integration.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -name: API Integration Request -about: Request integration with a new REST API or service -title: '[API] ' -labels: 'enhancement, api-integration' -assignees: '' - ---- - -## API Integration Request - -### Target API -- **Service Name**: [e.g., Akeeba Backup, Joomla Web Services] -- **API Documentation**: [URL to API docs] -- **API Type**: [REST / GraphQL / SOAP] -- **Authentication**: [API Key / OAuth / Bearer Token / Basic Auth] - -### Proposed Tools -List the MCP tools this integration would provide: - -| Tool Name | HTTP Method | Endpoint | Description | -|---|---|---|---| -| `service_list` | GET | `/api/items` | List all items | -| `service_get` | GET | `/api/items/{id}` | Get single item | -| `service_create` | POST | `/api/items` | Create item | - -### Multi-Connection -- [ ] Single instance only -- [ ] Multiple instances (production, staging, dev) -- [ ] Multi-tenant (one connection per client) - -### Use Case -Describe the workflow this integration enables for AI assistants. - -### Priority -- [ ] Critical — blocking current work -- [ ] High — needed soon -- [ ] Medium — would improve workflow -- [ ] Low — nice to have - -### Existing Alternatives -Are there other ways to accomplish this today? If so, why is an MCP integration better? - -### Checklist -- [ ] API documentation is available and accessible -- [ ] API supports the required authentication method -- [ ] I have tested the API endpoints manually -- [ ] The integration follows the Template-MCP architecture pattern