File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # MCP Registry Configuration
2+
3+ # Server configuration
4+ MCP_REGISTRY_SERVER_ADDRESS = :8080
5+
6+ # Database configuration
7+ MCP_REGISTRY_DATABASE_TYPE = mongodb
8+ MCP_REGISTRY_DATABASE_URL = mongodb://username:password@localhost:27017
9+ MCP_REGISTRY_DATABASE_NAME = mcp-registry
10+ MCP_REGISTRY_COLLECTION_NAME = servers_v2
11+
12+ # Application configuration
13+ MCP_REGISTRY_LOG_LEVEL = info
14+ MCP_REGISTRY_SEED_FILE_PATH = data/seed.json
15+ MCP_REGISTRY_SEED_IMPORT = true
16+ MCP_REGISTRY_VERSION = dev
17+
18+ # GitHub OAuth configuration
19+ MCP_REGISTRY_GITHUB_CLIENT_ID =
20+ MCP_REGISTRY_GITHUB_CLIENT_SECRET =
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ validate-schemas
1010.idea /
1111coverage.out
1212coverage.html
13+
14+ registry
You can’t perform that action at this time.
0 commit comments