This commit is contained in:
gpu 2026-01-18 13:30:39 +08:00
parent c45ca260ed
commit f343faec8f
2 changed files with 63 additions and 8 deletions

View File

@ -1,8 +1,53 @@
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
],
"disabled": false,
"autoApprove": [
"playwright_navigate",
"playwright_screenshot",
"playwright_click",
"playwright_iframe_click",
"playwright_iframe_fill",
"playwright_fill",
"playwright_select",
"playwright_hover",
"playwright_upload_file",
"playwright_evaluate",
"playwright_console_logs",
"playwright_resize",
"playwright_close",
"playwright_get",
"playwright_post",
"playwright_put",
"playwright_patch",
"playwright_delete",
"playwright_expect_response",
"playwright_assert_response",
"playwright_custom_user_agent",
"playwright_get_visible_text",
"playwright_get_visible_html",
"playwright_go_back",
"playwright_go_forward",
"playwright_drag",
"playwright_press_key",
"playwright_save_as_pdf",
"playwright_click_and_switch_tab",
"start_codegen_session",
"end_codegen_session",
"get_codegen_session",
"clear_codegen_session"
]
},
"mysql": {
"command": "node",
"args": ["D:/CodeManage/HaniBlindBox/server/scripts/mysql-mcp-server/index.js"],
"args": [
"D:/CodeManage/HaniBlindBox/server/scripts/mysql-mcp-server/index.js"
],
"env": {
"MYSQL_HOST": "192.168.195.16",
"MYSQL_PORT": "1887",
@ -10,11 +55,15 @@
"MYSQL_PASSWORD": "Dbt@com@123",
"MYSQL_DATABASE": "youdas"
},
"autoApprove": ["execute_sql"]
"autoApprove": [
"execute_sql"
]
},
"sqlserver": {
"command": "node",
"args": ["D:/CodeManage/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"],
"args": [
"D:/CodeManage/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"
],
"env": {
"MSSQL_SERVER": "192.168.195.15",
"MSSQL_PORT": "1433",
@ -22,11 +71,15 @@
"MSSQL_PASSWORD": "Dbt@com@123",
"MSSQL_DATABASE": "honey_box"
},
"autoApprove": ["execute_sql"]
"autoApprove": [
"execute_sql"
]
},
"admin-sqlserver": {
"command": "node",
"args": ["D:/CodeManage/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"],
"args": [
"D:/CodeManage/HaniBlindBox/server/scripts/mssql-mcp-server/index.js"
],
"env": {
"MSSQL_SERVER": "192.168.195.15",
"MSSQL_PORT": "1433",
@ -34,7 +87,9 @@
"MSSQL_PASSWORD": "Dbt@com@123",
"MSSQL_DATABASE": "honey_box_admin"
},
"autoApprove": ["execute_sql"]
"autoApprove": [
"execute_sql"
]
}
}
}
}

View File

@ -45,7 +45,7 @@
#### 1.1 仪表盘模块
- 数据概览卡片(今日注册、消费、订单)
- 快捷入口
- 广告账户管理
#### 1.2 用户管理模块(基础功能)
- 用户列表(搜索、分页)