JosephStoneCellAI commited on
Commit
b23f5ca
·
verified ·
1 Parent(s): 606755c

Create .mcp.json

Browse files
Files changed (1) hide show
  1. LIVE/LMDB5/.mcp.json +13 -0
LIVE/LMDB5/.mcp.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "spf-smart-gate": {
4
+ "type": "stdio",
5
+ "command": "/YOUR/PATH/TO/HOME/SPFsmartGATE/LIVE/BIN/spf-smart-gate/spf-smart-gate",
6
+ "args": ["serve"],
7
+ "timeout": 7200000,
8
+ "env": {
9
+ "SPF_ROOT": "/YOUR/PATH/TO/HOME/SPFsmartGATE"
10
+ }
11
+ }
12
+ }
13
+ }