feat(coder): add flow-artifacts write helper and boocontext MCP template
This commit is contained in:
@@ -7,6 +7,17 @@
|
||||
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
|
||||
},
|
||||
"enabled": false
|
||||
},
|
||||
"boocontext": {
|
||||
"type": "stdio",
|
||||
"command": "node",
|
||||
"args": ["/opt/forks/boocontext/dist/index.js"],
|
||||
"env": {
|
||||
"TYPE_INJECT_MCP_PATH": "/opt/forks/type-inject/packages/mcp/dist/index.js",
|
||||
"TREE_SITTER_MCP_CMD": "uvx",
|
||||
"TREE_SITTER_MCP_ARGS": "--from tree-sitter-analyzer[mcp] tree-sitter-analyzer-mcp"
|
||||
},
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user