From a0fe341cd8bcd2c7fb01088192d77c5d75f8659a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Thu, 21 May 2026 17:23:23 +0000 Subject: [PATCH] chore: rename .gitea/ to .mokogitea/ [skip ci] Authored-by: Moko Consulting --- .../ISSUE_TEMPLATE/mcp_connection_issue.md | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .mokogitea/ISSUE_TEMPLATE/mcp_connection_issue.md diff --git a/.mokogitea/ISSUE_TEMPLATE/mcp_connection_issue.md b/.mokogitea/ISSUE_TEMPLATE/mcp_connection_issue.md new file mode 100644 index 0000000..2be863b --- /dev/null +++ b/.mokogitea/ISSUE_TEMPLATE/mcp_connection_issue.md @@ -0,0 +1,67 @@ +--- +name: MCP Connection Issue +about: Report a connection, authentication, or API communication issue +title: '[CONNECTION] ' +labels: 'bug, mcp-connection' +assignees: '' + +--- + +## Connection Issue + +### Issue Type +- [ ] Authentication failure (401/403) +- [ ] Connection refused / timeout +- [ ] TLS / SSL certificate error +- [ ] Wrong connection used (wrong environment) +- [ ] Config file not found / parse error +- [ ] API response error (4xx / 5xx) + +### MCP Server +- **Server Name**: [e.g., mcp_mokowaas] +- **Server Version**: [e.g., 1.0.0] +- **Node.js Version**: [e.g., 20.x] + +### Connection Details +- **Connection Name**: [e.g., production, staging, default] +- **API Base URL**: [e.g., https://api.example.com] *(do not include API keys)* +- **Insecure Mode**: [Yes / No] + +### Error Message +``` +Paste the exact error message here +``` + +### Steps to Reproduce +1. Configure connection with `npm run setup` +2. Call tool `...` with parameters `...` +3. See error + +### Expected Behavior +What should have happened. + +### Debugging Attempted +- [ ] Tested API directly with curl +- [ ] Verified API key is valid +- [ ] Checked config file exists and is valid JSON +- [ ] Tested with `list_connections` tool +- [ ] Ran server manually: `node dist/index.js 2> debug.log` + +### Config File +```json +{ + "defaultConnection": "...", + "connections": { + "connection_name": { + "baseUrl": "https://...", + "apiKey": "REDACTED" + } + } +} +``` +*(Redact all API keys and tokens)* + +### Environment +- **OS**: [e.g., macOS 14, Ubuntu 22.04, Windows 11] +- **Claude Code Version**: [e.g., latest] +- **Registration**: [.mcp.json / ~/.claude.json]