-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathlightspeed-stack-mcp-approvals.yaml
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathlightspeed-stack-mcp-approvals.yaml
File metadata and controls
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
name: Lightspeed Core Service (LCS)
service:
host: 0.0.0.0
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
llama_stack:
# Library mode - embeds llama-stack as library
use_as_library_client: true
library_client_config_path: run.yaml
user_data_collection:
feedback_enabled: true
feedback_storage: "/tmp/data/feedback"
transcripts_enabled: true
transcripts_storage: "/tmp/data/transcripts"
conversation_cache:
type: "sqlite"
sqlite:
db_path: "/tmp/data/conversation-cache.db"
authentication:
module: "noop-with-token"
inference:
default_provider: openai
default_model: gpt-4o-mini
approvals:
approval_timeout_seconds: 60
approval_retention_days: 7
mcp_servers:
- name: "mcp-approval-always"
provider_id: "model-context-protocol"
url: "http://mock-mcp:3000"
require_approval: "always"
- name: "mcp-approval-never"
provider_id: "model-context-protocol"
url: "http://mock-mcp:3000"
require_approval: "never"
- name: "mcp-approval-granular"
provider_id: "model-context-protocol"
url: "http://mock-mcp:3000"
require_approval:
always:
- "<PLACEHOLDER>"
never:
- "<PLACEHOLDER>"