You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ AiDex is an MCP server that gives AI coding assistants instant access to your en
19
19
20
20
</details>
21
21
22
-
### What's Inside — 28 Tools in One Server
22
+
### What's Inside — 29 Tools in One Server
23
23
24
24
| Category | Tools | What it does |
25
25
|----------|-------|--------------|
@@ -28,6 +28,7 @@ AiDex is an MCP server that gives AI coding assistants instant access to your en
28
28
|**Project Overview**|`summary`, `tree`, `describe`, `files`| Entry points, language breakdown, file tree with stats, file listing by type |
29
29
|**Cross-Project**|`link`, `unlink`, `links`, `scan`| Link dependencies, discover indexed projects |
30
30
|**Global Search**|`global_init`, `global_query`, `global_signatures`, `global_status`, `global_refresh`| Search across ALL your projects at once — "Have I ever written X?" |
31
+
|**Guidelines**|`global_guideline`| Persistent AI instructions & coding conventions — shared across all projects |
31
32
|**Sessions**|`session`, `note`| Track sessions, detect external changes, leave notes for next session (with searchable history) |
32
33
|**Task Backlog**|`task`, `tasks`| Built-in task management with priorities, tags, and auto-logged history |
33
34
|**Screenshots**|`screenshot`, `windows`| Cross-platform screen capture with LLM optimization — scale + color reduction saves up to 95% tokens |
@@ -65,7 +66,7 @@ aidex_task({ path: ".", action: "create", title: "Fix edge case in parser", prio
0 commit comments