Commit f737970
authored
Two small follow-ups for the vectordb project type (elastic#268358)
## Summary
- Add `'vectordb'` to the `getSpaceIcon` switch in
`access_mode_container.tsx` so vectordb spaces render the
`logoElasticsearch` icon (matches the existing mapping in
`space_solution_badge/badge.tsx`).
- Add `'vectordb'` to the `--group` enum in the `kbn-mcp-dev-server`
`generate_package` tool so packages can be scaffolded for the VectorDB
solution.
Closes elastic/kibana-team#3357
Closes elastic/kibana-team#3358
## Test plan
- [ ] Verify a vectordb space shows the Elasticsearch logo in the
access-mode badge.
- [ ] Verify `generate_kibana_package` accepts `--group vectordb` via
the MCP dev server.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent e85fcb5 commit f737970
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments