Update README.md
Browse files
README.md
CHANGED
|
@@ -49,6 +49,26 @@ pipeline_tag: text-generation
|
|
| 49 |
|
| 50 |
# SPF Smart Gateway v3.0.3 - SEE UPDATE.3.0.3 FOR DETAILS
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
**MCP Server Gateway with Multi-Layer Security Enforcement, Agent Memory, FLINT Transformer, Mesh Network, and 81 Gated Tools**
|
| 53 |
|
| 54 |
> **NOTE: Full system upload still in progress.** Not all files are present yet. Repository is actively being populated
|
|
|
|
| 49 |
|
| 50 |
# SPF Smart Gateway v3.0.3 - SEE UPDATE.3.0.3 FOR DETAILS
|
| 51 |
|
| 52 |
+
INSTALL ZIP. DOWNLOAD SPFsmartGATE 3.0.3
|
| 53 |
+
|
| 54 |
+
cd ~/
|
| 55 |
+
mkdir SPFsmartGATE
|
| 56 |
+
cp SPFsmartGATE.3.0.3.zip ~/SPFsmartGATE
|
| 57 |
+
cd SPFsmartGATE
|
| 58 |
+
unzip SPFsmartGATE.3.0.3.zip
|
| 59 |
+
cargo build --release
|
| 60 |
+
wait for Build to complete
|
| 61 |
+
you only need to build once per runtime. unless copying onto the same system. then just copy paste
|
| 62 |
+
cp ~/SPFsmartGATE/target/release/spf-smart-gate ~/SPFsmartGATE/LIVE/BIN/spf-smart-gate
|
| 63 |
+
adjust file paths in ~/SPFsmartGATE/LIVE/LMDB5 .claude.json .mcp.json LMDB5/.claude settings.json settings.local.json
|
| 64 |
+
Currently configure to use openrouter through a tool dissabled cli. Inference comes from open router
|
| 65 |
+
Gated tools come from SPF smart GATE
|
| 66 |
+
You likely will need to modify ~/.bashrc and settings.local.json to add your api and model choice. example bash file in dataset
|
| 67 |
+
make sure file path leads to home. full runtime starts at ~/SPFsmartGATE
|
| 68 |
+
cd SPFsmartGATE/LIVE/LMDB5 <<< ALSO INSTALL PATH FOR CLAUDE CLI. if claude boot fails. BUT USE BUILT IN CONFIGS
|
| 69 |
+
claude < already installed and configure in the runtime. but. above also applies
|
| 70 |
+
|
| 71 |
+
|
| 72 |
**MCP Server Gateway with Multi-Layer Security Enforcement, Agent Memory, FLINT Transformer, Mesh Network, and 81 Gated Tools**
|
| 73 |
|
| 74 |
> **NOTE: Full system upload still in progress.** Not all files are present yet. Repository is actively being populated
|