Skip to content

Commit 12e2b92

Browse files
committed
refactor: update ccg command path and remove pgvector mcp server configuration
1 parent 3874205 commit 12e2b92

11 files changed

Lines changed: 3 additions & 20 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-analyze
33
description: code-context-graph — code analysis & architecture. Impact analysis, flow tracing, dead code detection, community structure.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Code Analysis & Architecture
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-annotate
33
description: code-context-graph — annotation system. AI-driven annotation workflow, tag reference, and annotation search.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Annotation System
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-docs
33
description: code-context-graph — documentation generation, RAG indexing, and docs quality linting.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Documentation & RAG Indexing
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-workspace
33
description: code-context-graph — file workspace management. Upload, list, and delete files in isolated workspaces for MSA source management.
4-
user-invocable: true
54
---
65

76
# code-context-graph — File Workspace Management
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg
33
description: code-context-graph — build code knowledge graphs and search. Core entry point for parsing, building, and querying code graphs.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Core Build & Search

.mcp.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"mcpServers": {
33
"ccg": {
4-
"command": "./ccg",
4+
"command": "ccg",
55
"args": ["serve", "--db", "sqlite", "--dsn", "ccg.db"]
6-
},
7-
"pgvector": {
8-
"command": "npx",
9-
"args": ["-y", "mcp-pgvector-server"],
10-
"env": {
11-
"DATABASE_URL": "postgresql://ccg:ccg@localhost:5455/ccg"
12-
}
136
}
147
}
158
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-analyze
33
description: code-context-graph — code analysis & architecture. Impact analysis, flow tracing, dead code detection, community structure.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Code Analysis & Architecture
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-annotate
33
description: code-context-graph — annotation system. AI-driven annotation workflow, tag reference, and annotation search.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Annotation System
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-docs
33
description: code-context-graph — documentation generation, RAG indexing, and docs quality linting.
4-
user-invocable: true
54
---
65

76
# code-context-graph — Documentation & RAG Indexing
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ccg-workspace
33
description: code-context-graph — file workspace management. Upload, list, and delete files in isolated workspaces for MSA source management.
4-
user-invocable: true
54
---
65

76
# code-context-graph — File Workspace Management

0 commit comments

Comments
 (0)