fix: use explicit template token for filesystem path
Replace /path/to/crypto-project with <ABSOLUTE_PATH_TO_CRYPTO_PROJECT> to make it clear the path must be replaced before use. Co-Authored-By: Clawdia <clawdia@vps>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/crypto-project"],
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "<ABSOLUTE_PATH_TO_CRYPTO_PROJECT>"],
|
||||
"description": "Read and write strategy files, portfolio configs, and analysis outputs."
|
||||
},
|
||||
"fetch": {
|
||||
|
||||
Reference in New Issue
Block a user