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:
Clawdia
2026-03-04 03:47:07 +00:00
parent 45e40b031e
commit 0b598e9d0a

View File

@@ -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": {