-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontext7.json
More file actions
42 lines (42 loc) · 1.38 KB
/
context7.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://context7.com/schema/context7.json",
"description": "CodeWeaver is the context layer for MCP. It provides an extensible framework for semantic code search, for curated context from any source, delivering it to AI Agents from plain language requests.",
"excludeFiles": [
"codeweaver.toml",
"mcp.json",
".mcp.json"
],
"excludeFolders": [
"plans",
"scripts",
".github",
"claudedocs",
".gemini",
".vscode",
"specs",
".specify",
".roo",
".claude"
],
"folders": [
"docs-site/src/pages",
"src/codeweaver",
"packages",
"schemas",
"tests"
],
"previousVersions": [
{
"tag": "v1.2.1",
"title": "version 1.2.1"
}
],
"projectTitle": "CodeWeaver",
"rules": [
"Config files can also be YAML or JSON, use environment variables, .env files, Azure/GCP/AWS secrets, and any combination of these.",
"All components are fully configurable with CodeWeaver's TOML config system, built on pydantic-settings.",
"You can add new sources, providers, backends, and services by creating new classes that implement the required interfaces.",
"CodeWeaver supports multiple AI Agents and vector models, allowing you to choose the best fit for your use case.",
"Focus on types. CodeWeaver has a strong type system that ensures all components are type-safe and can be easily extended."
]
}