From 176a1bde1c9e2fdcd6c9dc37a4b20247173dbd88 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Thu, 21 May 2026 17:22:46 +0000 Subject: [PATCH] chore: rename .gitea/ to .mokogitea/ [skip ci] Authored-by: Moko Consulting --- .gitea/ISSUE_TEMPLATE/mcp_tool_request.md | 49 ----------------------- 1 file changed, 49 deletions(-) delete mode 100644 .gitea/ISSUE_TEMPLATE/mcp_tool_request.md diff --git a/.gitea/ISSUE_TEMPLATE/mcp_tool_request.md b/.gitea/ISSUE_TEMPLATE/mcp_tool_request.md deleted file mode 100644 index 2fe76d9..0000000 --- a/.gitea/ISSUE_TEMPLATE/mcp_tool_request.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: New MCP Tool Request -about: Request a new tool to be added to this MCP server -title: '[TOOL] ' -labels: 'enhancement, mcp-tool' -assignees: '' - ---- - -## Tool Request - -### Tool Name -Proposed tool name (snake_case): `resource_action` - -### Description -What should this tool do? What API endpoint(s) does it map to? - -### API Endpoint(s) -- **Method**: [GET / POST / PUT / PATCH / DELETE] -- **Endpoint**: `/api/v1/...` -- **Auth**: [API Key / Token / None] - -### Parameters - -| Parameter | Type | Required | Description | -|---|---|---|---| -| `id` | number | Yes | Resource ID | -| `search` | string | No | Search filter | - -### Expected Response -```json -{ - "id": 1, - "name": "Example" -} -``` - -### Use Case -Describe when and why someone would use this tool from Claude or another AI assistant. - -### Connection Scope -- [ ] Works with all connections -- [ ] Specific to certain API versions -- [ ] Requires additional permissions - -### Checklist -- [ ] I have checked this tool does not already exist -- [ ] I have verified the API endpoint exists and is documented -- [ ] The proposed name follows the `resource_action` convention