diff --git a/.gitea/ISSUE_TEMPLATE/mcp_connection_issue.md b/.gitea/ISSUE_TEMPLATE/mcp_connection_issue.md deleted file mode 100644 index e7031a8..0000000 --- a/.gitea/ISSUE_TEMPLATE/mcp_connection_issue.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -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]