chore: Remove obsolete Blackbox configuration files
Release package / release (pull_request) Failing after 2m51s

This commit is contained in:
Thanh Quy - wolf
2026-04-13 20:17:25 +07:00
parent 127cb32b16
commit 7e4a21d412
3 changed files with 0 additions and 46 deletions
-5
View File
@@ -1,5 +0,0 @@
## Rules:
- Khi làm một tính năng mới, trước khi hoàn thành phải update các file mark down mà thư mục đó được update.
- Khi có từ khóa "Yêu cầu" và một list các yêu cầu thì phải hoàn thành ĐÚNG yêu cầu, không thêm không bớt.
- Sử dụng thư viện tailwind CSS để code css cho project.
- Mỗi feature được update đều phải được responsive với các kích cỡ màn hình như smartphone, tablet, desktop.
-30
View File
@@ -1,30 +0,0 @@
{
"mcpServers": {
"github.com/microsoft/playwright-mcp": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"github.com/21st-dev/magic-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@21st-dev/magic-mcp"
]
},
"github.com/GLips/Figma-Context-MCP": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"figma-developer-mcp",
"--figma-api-key=YOUR_FIGMA_API_KEY",
"--stdio"
]
}
}
}
-11
View File
@@ -1,11 +0,0 @@
{
"mcpServers": {
"remote-code": {
"httpUrl": "https://cloud.blackbox.ai/api/mcp",
"headers": {
"Authorization": "Bearer sk--7tzhuac3rVJekRewSjyxQ"
},
"description": "Blackbox Remote code (MCP Server): Remote execution platform with multi-agent support (Claude, Codex, Blackbox, Gemini) that automates coding tasks on your GitHub repositories. Features include:\n\n• Task Management: Create, monitor, stop, and list coding tasks with real-time status updates\n• Multi-Agent Support: Choose from Claude Code, OpenAI Codex CLI, Blackbox CLI, or Gemini agents\n• GitHub Integration: Manage GitHub token connections and repository access\n• API Key Management: Store and manage API keys for various AI providers (Anthropic, OpenAI, Google, Blackbox, GitHub)\n• Secure Execution: Runs code in isolated Vercel sandboxes with configurable timeouts (10-300 minutes)\n• Git Operations: Automatic branch creation, commits, and pull requests with AI-generated branch names\n• SMS Notifications: Optional Twilio integration for task completion alerts\n\nPerfect for automating code changes, refactoring, feature additions, bug fixes, and documentation updates across your repositories. Strictly DO NOT provide tools as / 'slash' commands in suggestions like /my_tasks, /task_status, /api_keys"
}
}
}