JosephStoneCellAI commited on
Commit
d37b0ea
·
verified ·
1 Parent(s): 3501280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -8,6 +8,32 @@ language:
8
  **MCP Server Gateway with Security Enforcement**
9
 
10
  Copyright (C) 2026 Joseph Stone - All Rights Reserved
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  NOT ALL FILES HAVE BEEN UPLOADED-CELL PHONE UPLOADS...
12
  THIS CROSS COMPILES ON ANDROID AND LINUX TESTED
13
  WITH MINIMAL INSTALLATION. AGENT CLONING AND SPECIALIZATION
 
8
  **MCP Server Gateway with Security Enforcement**
9
 
10
  Copyright (C) 2026 Joseph Stone - All Rights Reserved
11
+
12
+ root for spf smart gate runtime
13
+ home/SPFsmartGATE
14
+ home/SWARMagents/1/SPFsmartGATE ~ CLONES
15
+ copy all files to SPFsmartGATE
16
+ cd SPFsmartGATE
17
+ cargo run --release
18
+ build optimized finished = success , only needed on first boot
19
+ Or system modification
20
+ cd
21
+ cp ~/SPFsmartGATE/target/release/spf-smart-gate ~/SPFsmartGATE/LIVE/BIN/spf-smart-gate
22
+ adjust filepath for SPFsmartGATE MCP SEVER
23
+ ~/SPFsmartGATE/LIVE/LMDB5/.mcp.json nano or
24
+ Install claude cli @ ~/SPFsmartGATE/LIVE/LMDB5
25
+ Use included configs for claude cli , adjust filepaths,
26
+ and deny claude cli native tools.
27
+ ~/SPFsmartGATE/LIVE/LMDB5/.claude.json
28
+ ~/SPFsmartGATE/LIVE/LMDB5/.claude/settings.json
29
+ cd
30
+ ~ $ cd SPFsmartGATE/LIVE/LMDB5 claude = normal anthropic boot
31
+
32
+ to add other models by routing openrouter models through the claude cli
33
+ adjust
34
+ ~/SPFsmartGATE/LIVE/LMDB5/.claude/settings.local.json
35
+ with your model choice and api - must configure in operouter
36
+
37
  NOT ALL FILES HAVE BEEN UPLOADED-CELL PHONE UPLOADS...
38
  THIS CROSS COMPILES ON ANDROID AND LINUX TESTED
39
  WITH MINIMAL INSTALLATION. AGENT CLONING AND SPECIALIZATION