MCP (Model Context Protocol) server for reading and writing an Obsidian vault, gated by OAuth-issued JWT bearer tokens. See README.md for setup.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
## .NET
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
*.suo
|
||||
.vs/
|
||||
.vscode/
|
||||
|
||||
## 本地测试 vault(不入库)
|
||||
test-vault/
|
||||
|
||||
## 运行时产物
|
||||
/app/logs/
|
||||
*.log
|
||||
|
||||
## 开发期 JWT(dotnet user-jwts 签的,不入库)
|
||||
.jwt/
|
||||
|
||||
## 环境变量文件(密钥不入库)
|
||||
.env
|
||||
.env.local
|
||||
appsettings.*.local.json
|
||||
secrets.json
|
||||
Reference in New Issue
Block a user