Commit ffb893e
committed
Add Claude Code CLI setup to MCP docs
1 parent e6226ec commit ffb893e
File tree
8 files changed
+25
-34
lines changed- mission-control/docs/guide/mcp
- modules
8 files changed
+25
-34
lines changedSubmodule mission-control-chart updated 11 files
- agent-chart/Chart.yaml+2-2
- agent-chart/values.yaml+1-1
- chart/Chart.yaml+3-3
- chart/crds/mission-control.flanksource.com_views.yaml+160-11
- chart/templates/rbac.yaml+6
- chart/values.yaml+1-1
- crd-chart/templates/canary-checker.flanksource.com_Canary.yaml+512
- crd-chart/templates/configs.flanksource.com_scrapeconfigs.yaml+3.8k-1.4k
- crd-chart/templates/mission-control.flanksource.com_applications.yaml+449
- crd-chart/templates/mission-control.flanksource.com_playbooks.yaml+638-8
- crd-chart/templates/mission-control.flanksource.com_views.yaml+938
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
118 | 109 | | |
119 | 110 | | |
120 | 111 | | |
| |||
Submodule canary-checker updated 30 files
- .github/workflows/aws-exec.yml+6-6
- .github/workflows/build.yml+1-1
- .github/workflows/codeql.yml+4-4
- .github/workflows/e2e-operator.yml+5-5
- .github/workflows/gotest.yml+8-8
- .github/workflows/helm-test.yml+20-7
- .github/workflows/lint.yml+9-12
- .github/workflows/release.yml+42-45
- .github/workflows/scorecard.yml+4-4
- .github/workflows/test.yml+8-8
- SECURITY.md+83
- build/full/Dockerfile+2-2
- build/minimal/Dockerfile+2-2
- build/slim/Dockerfile+2-8
- chart/test.sh+10-3
- checks/junit.go+32-3
- cmd/root.go+11
- cmd/topology.go+3-3
- fixtures/k8s/_setup.sh+2
- fixtures/ldap/_setup.yaml+2-2
- go.mod+251-233
- go.sum+588-515
- osv-scanner.toml+20
- pkg/api/api.go-33
- pkg/api/topology.go-35
- pkg/cache/postgres.go-3
- pkg/echo/server.go+7-4
- pkg/topology/component_relationship.go+1-1
- pkg/topology/query.go-52
- test/Makefile+1-2
- .github/dependabot.yml+8
- .github/workflows/build-debug.yml+8-5
- .github/workflows/build.yml+5-2
- .github/workflows/lint.yml+3-3
- .github/workflows/release.yml+42-39
- .github/workflows/scorecard.yml+4-4
- .github/workflows/test.yml+22-22
- .gitignore+1
- .trivyignore+22
- Makefile+2-2
- SECURITY.md+82
- api/v1/common.go+34-1
- api/v1/interface.go+1
- api/v1/scrapeplugin_types.go+4
- api/v1/types.go+1
- api/v1/zz_generated.deepcopy.go+48
- build/Dockerfile+1-1
- chart/crds/configs.flanksource.com_scrapeconfigs.yaml+866
- chart/crds/configs.flanksource.com_scrapeplugins.yaml+54
- cmd/operator.go+2
- config/schemas/config_aws.schema.json+36
- config/schemas/config_azure.schema.json+36
- config/schemas/config_azuredevops.schema.json+36
- config/schemas/config_file.schema.json+36
- config/schemas/config_gcp.schema.json+36
- config/schemas/config_githubactions.schema.json+36
- config/schemas/config_http.schema.json+36
- config/schemas/config_kubernetes.schema.json+36
- config/schemas/config_kubernetesfile.schema.json+36
- config/schemas/config_logs.schema.json+36
- config/schemas/config_slack.schema.json+36
- config/schemas/config_sql.schema.json+36
- config/schemas/config_terraform.schema.json+36
- config/schemas/config_trivy.schema.json+36
- config/schemas/scrape_config.schema.json+39
- db/config.go+4-3
- db/config_scraper.go+8
- db/models/config_item.go+44-1
- db/scrape_plugin.go+7
- db/update.go+25-8
- fixtures/plugins/aws-locations.yaml+59
- fixtures/plugins/exclude-info-changes.yaml
- fixtures/plugins/k8s.yaml+89
- fixtures/plugins/kubernetes-change-type-mapping.yaml
- go.mod+279-267
- go.sum+667-996
- jobs/jobs_test.go+9-2
- jobs/sync_upstream.go+6-2
- osv-scanner.toml+20
- scrapers/common.go+2
- scrapers/kubernetes/hook_argo.go+42-1
- scrapers/kubernetes/hook_flux.go+39-22
- scrapers/kubernetes/hooks.go+14
- scrapers/kubernetes/kubernetes.go+66-29
- scrapers/processors/json.go+75
- scrapers/system/system.go+94
Submodule mission-control updated 166 files
Submodule mission-control-chart updated 35 files
- .github/workflows/release.yml+2
- .github/workflows/test.yml+3-3
- Makefile+23-1
- agent-chart/Chart.yaml+2-2
- agent-chart/README.md+4-4
- agent-chart/values.yaml+8-7
- chart/Chart.yaml+3-3
- chart/README.md+6-4
- chart/crds/mission-control.flanksource.com_applications.yaml+1-1
- chart/crds/mission-control.flanksource.com_connections.yaml+1-1
- chart/crds/mission-control.flanksource.com_incidentrules.yaml+1-1
- chart/crds/mission-control.flanksource.com_notifications.yaml+1-7
- chart/crds/mission-control.flanksource.com_notificationsilences.yaml+1-1
- chart/crds/mission-control.flanksource.com_permissiongroups.yaml+1-1
- chart/crds/mission-control.flanksource.com_permissions.yaml+30-6
- chart/crds/mission-control.flanksource.com_playbooks.yaml+1-6
- chart/crds/mission-control.flanksource.com_scopes.yaml+273
- chart/crds/mission-control.flanksource.com_views.yaml+280-13
- chart/templates/deployment.yaml+3
- chart/templates/rbac.yaml+3-2
- chart/values.schema.json+7-1
- chart/values.yaml+15-9
- crd-chart/templates/canary-checker.flanksource.com_Canary.yaml+512
- crd-chart/templates/configs.flanksource.com_scrapeconfigs.yaml+4.3k-1.1k
- crd-chart/templates/configs.flanksource.com_scrapeplugins.yaml+54
- crd-chart/templates/mission-control.flanksource.com_applications.yaml+449
- crd-chart/templates/mission-control.flanksource.com_connections.yaml+1-1
- crd-chart/templates/mission-control.flanksource.com_incidentrules.yaml+1-1
- crd-chart/templates/mission-control.flanksource.com_notifications.yaml+1-7
- crd-chart/templates/mission-control.flanksource.com_notificationsilences.yaml+1-1
- crd-chart/templates/mission-control.flanksource.com_permissiongroups.yaml+1-1
- crd-chart/templates/mission-control.flanksource.com_permissions.yaml+30-6
- crd-chart/templates/mission-control.flanksource.com_playbooks.yaml+634-9
- crd-chart/templates/mission-control.flanksource.com_scopes.yaml+273
- crd-chart/templates/mission-control.flanksource.com_views.yaml+1.1k
Submodule mission-control-registry updated 25 files
- .github/workflows/release.yml+2-1
- .github/workflows/stable-release.yml+2-1
- .github/workflows/test.yml+2-1
- .gitignore+2-1
- charts/gcp/Chart.yaml+1-1
- charts/gcp/templates/_helpers.tpl+23
- charts/gcp/templates/scrape-plugin.yaml+23
- charts/gcp/templates/scraper.yaml+2-1
- charts/gcp/values.schema.json+10-4
- charts/gcp/values.yaml+5
- charts/kubernetes-view/Chart.yaml+1-1
- charts/kubernetes-view/templates/cluster-overview.yaml+210-83
- charts/kubernetes-view/templates/deployments.yaml+16-5
- charts/kubernetes-view/templates/namespace.yaml+151
- charts/kubernetes-view/templates/pod.yaml+135
- charts/kubernetes-view/templates/pods.yaml+63-17
- charts/kubernetes-view/values.schema.json+12
- charts/kubernetes-view/values.yaml+10
- charts/mission-control/Chart.yaml+1-1
- charts/mission-control/templates/playbooks.yaml+167
- charts/mission-control/templates/scraper.yaml-22
- charts/mission-control/templates/view.yaml+129
- charts/mission-control/values.yaml+2
- charts/playbooks-kubernetes/Chart.yaml+1-1
- charts/playbooks-kubernetes/templates/update-resource.yaml+1-1
0 commit comments