-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.yaml
More file actions
106 lines (106 loc) · 2.45 KB
/
appsettings.yaml
File metadata and controls
106 lines (106 loc) · 2.45 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Logging:
LogLevel:
Default: Information
Microsoft.AspNetCore: Warning
Serilog:
MinimumLevel:
Default: Information
Override:
Microsoft.AspNetCore: Warning
McpServer.Support.Mcp.Logging: Verbose
AllowedHosts: '*'
VoiceConversation:
DefaultExecutionStrategy: copilot-cli
ModelApiKeyEnvironmentVariableName: OPENAI_API_KEY
Embedding:
Enabled: true
Dimensions: 384
MaxSequenceLength: 128
AutoDownload: true
VectorIndex:
Enabled: true
Dimensions: 384
MaxElements: 100000
M: 16
EfConstruction: 200
EfSearch: 50
IndexPath: mcp-data/vector.idx
Mcp:
Port: 7147
DataSource: mcp.db
DataDirectory: .
RepoRoot: .
TodoFilePath: docs/Project/TODO.yaml
SessionsPath: docs/sessions
UnifiedModelSchemaPath: docs/schemas/UnifiedModel.schema.json
ExternalDocsPath: docs/external
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp.db
DesktopLaunch:
Enabled: false
AccessToken: ''
AllowedExecutables: []
Workspaces:
- WorkspacePath: E:\github\McpServer
Name: McpServer
TodoPath: docs/Project/TODO.yaml
IsPrimary: false
IsEnabled: true
DateTimeCreated: &o0
DateTime: 0001-01-01T00:00:00.0000000
UtcDateTime: 0001-01-01T00:00:00.0000000Z
LocalDateTime: 0001-01-01T00:00:00.0000000-06:00
Date: 0001-01-01T00:00:00.0000000
Day: 1
DayOfWeek: Monday
DayOfYear: 1
Hour: 0
Millisecond: 0
Microsecond: 0
Nanosecond: 0
Minute: 0
Month: 1
Offset: 00:00:00
TotalOffsetMinutes: 0
Second: 0
Ticks: 0
UtcTicks: 0
TimeOfDay: 00:00:00
Year: 1
DateTimeModified: *o0
Instances:
default:
Port: 7147
DataSource: mcp.db
DataDirectory: .
RepoRoot: .
TodoFilePath: docs/Project/TODO.yaml
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp.db
alt-local:
Port: 7157
DataSource: mcp-alt.db
DataDirectory: .
RepoRoot: docs
TodoFilePath: docs/Project/TODO.yaml
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp-alt.db
InteractionLogging:
LoggingServiceUrl: ''
QueueCapacity: 1000
IncludeQueryString: false
Parseable:
Enabled: false
Url: ''
StreamName: mcp
Username: ''
Password: ''
FallbackLogPath: logs/mcp-.log
Auth:
Authority: http://localhost:7080/realms/mcpserver
Audience: mcp-server-api
ClientSecret: ''
RequireHttpsMetadata: false