File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -60,26 +60,26 @@ startCommand:
60
60
type : string
61
61
description : API key for Qdrant
62
62
openaiBaseUrl :
63
- type : string
64
- description : Base URL for OpenAI API
65
- openaiEmbeddingModel :
66
- type : string
67
- description : Model name for OpenAI embeddings
68
- googleMapsApiKey :
69
- type : string
70
- description : API key for Google Maps
71
- deepseekApiKey :
72
- type : string
73
- description : API key for Deepseek
74
- useOllamaDeepseek :
75
- type : string
76
- description : Flag to use Ollama Deepseek
77
- useOpenrouter :
78
- type : string
79
- description : Flag to use OpenRouter
80
- openrouterApiKey :
81
- type : string
82
- description : API key for OpenRouter
63
+ type : string
64
+ description : Base URL for OpenAI API
65
+ openaiEmbeddingModel :
66
+ type : string
67
+ description : Model name for OpenAI embeddings
68
+ googleMapsApiKey :
69
+ type : string
70
+ description : API key for Google Maps
71
+ deepseekApiKey :
72
+ type : string
73
+ description : API key for Deepseek
74
+ useOllamaDeepseek :
75
+ type : string
76
+ description : Flag to use Ollama Deepseek
77
+ useOpenrouter :
78
+ type : string
79
+ description : Flag to use OpenRouter
80
+ openrouterApiKey :
81
+ type : string
82
+ description : API key for OpenRouter
83
83
commandFunction :
84
84
# A function that produces the CLI command to start the MCP on stdio.
85
85
|-
You can’t perform that action at this time.
0 commit comments