Template
91b78f8da1
Template repository for creating MokoStandards-compliant MCP servers.
Includes 4-file src/ structure (index, client, config, types), setup
wizard, example tools, 12 CI/CD workflows, full docs, and {{placeholder}}
tokens for search-and-replace customization.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"defaultConnection": "production",
|
|
"connections": {
|
|
"local-dev": {
|
|
"baseUrl": "https://localhost:8080",
|
|
"apiKey": "your-api-key-here",
|
|
"insecure": true
|
|
},
|
|
"production": {
|
|
"baseUrl": "https://api.example.com",
|
|
"apiKey": "your-production-api-key"
|
|
},
|
|
"staging": {
|
|
"baseUrl": "https://api-staging.example.com",
|
|
"apiKey": "your-staging-api-key"
|
|
}
|
|
}
|
|
}
|