We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Facets-cloud/facets-module-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
facets_yaml_other.md•676 B
## 🏗️ Knowledge Base: How to populate other fields of YAML
Use these tags in your module's `facets.yaml`. Each gives a capability on the behavior of metadata of the module.
### Tags present at root level
```yaml
controlPlaneUISettings: # tag to define all fields that will govern UI behavior of the resource, apart from the form.
nameRegex: "^[A-Za-z][A-Za-z0-9-]{0,19}$" # any resource added will comply with this regex format. This needs to be added only if the usage/workflow requires any naming convention.
enableKubernetesExplorer: true # any module that will be running in kuberenetes cluster will show Kubernetes Dashboard if this flag is enabled.
```