Skip to content

Commit 2c3d0a9

Browse files
authored
Merge branch 'test' into feature/yaml-anchors-optimization
2 parents 2da5cfa + 9172716 commit 2c3d0a9

33 files changed

Lines changed: 3371 additions & 105 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ deploy/eks-cdk/
6363
.sisyphus/
6464
ctx_config.json
6565
/deploy/eks-cdk
66+
/deploy/eks-cdk-PATHFUL
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: v2
2+
name: context-engine
3+
description: Self-hosted semantic code search and memory via MCP
4+
type: application
5+
version: 0.1.0
6+
appVersion: "1.0.0"
7+
8+
keywords:
9+
- context-engine
10+
- mcp
11+
- code-search
12+
- semantic-search
13+
- qdrant
14+
- ai
15+
16+
home: https://context-engine.ai
17+
sources:
18+
- https://github.com/Context-Engine-AI/Context-Engine
19+
20+
maintainers:
21+
- name: Context Engine AI
22+
23+
annotations:
24+
category: AI/ML

0 commit comments

Comments
 (0)