mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Added accelerator and providers fields to SemanticStatus interface. - Updated checkSemanticStatus function to retrieve ONNX providers and accelerator type. - Introduced detectGpuSupport function to identify available GPU modes (CUDA, DirectML). - Modified installSemantic function to support GPU acceleration modes and clean up ONNX Runtime installations. - Updated package requirements in PKG-INFO for semantic-gpu and semantic-directml extras. - Added new source files for GPU support and enrichment functionalities. - Updated tests to cover new features and ensure comprehensive testing.
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"chrome-devtools-mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"ccw-tools": {
|
|
"command": "ccw-mcp",
|
|
"args": [],
|
|
"env": {
|
|
"CCW_ENABLED_TOOLS": "write_file,edit_file,smart_search,core_memory"
|
|
}
|
|
}
|
|
}
|
|
} |