forked from NVIDIA/nemoclaw-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblender-mcp-host.yaml
More file actions
36 lines (34 loc) · 1.18 KB
/
Copy pathblender-mcp-host.yaml
File metadata and controls
36 lines (34 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
preset:
name: blender-mcp-host
description: "Allow Hermes to reach the host-side Blender and bounded workflow MCP proxies"
network_policies:
blender_mcp_host:
name: blender_mcp_host
endpoints:
- host: "HOST_IP_PLACEHOLDER"
port: 9877
protocol: rest
enforcement: enforce
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: POST, path: "/**" }
- allow: { method: DELETE, path: "/**" }
- host: "HOST_IP_PLACEHOLDER"
port: 9878
protocol: rest
enforcement: enforce
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: POST, path: "/**" }
- allow: { method: DELETE, path: "/**" }
binaries:
- { path: /usr/local/bin/hermes }
- { path: /opt/hermes/.venv/bin/python* }
- { path: /usr/local/bin/python* }
- { path: /usr/bin/python* }
- { path: /usr/local/bin/node* }
- { path: /usr/bin/node* }
- { path: /usr/bin/curl }
- { path: /usr/local/bin/curl }