tglider 0.1.0-alpha.2 → 0.1.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/dist/release-metadata.json +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,10 +52,10 @@ TGlider exposes MCP tools for:
|
|
|
52
52
|
|
|
53
53
|
- workspace loading, project metadata, and package workspace detection
|
|
54
54
|
- file reads, file structure summaries, diagnostics, and diagnostic hotspots
|
|
55
|
-
- semantic symbol search, symbol lookup at position, definitions, declarations, and
|
|
55
|
+
- semantic symbol search, symbol lookup at position, definitions, declarations, references, implementations, and type hierarchies
|
|
56
56
|
- project dependency topology, dependency paths, file dependents, and cycles
|
|
57
57
|
- API/export discovery and compact semantic queries
|
|
58
|
-
- call graph inspection and preview-first rename/refactor planning
|
|
58
|
+
- call graph inspection, cascade impact summaries, conservative unused-code discovery, and preview-first rename/refactor planning
|
|
59
59
|
- live document open/update/close workflows for editors and agents
|
|
60
60
|
|
|
61
61
|
## Updating Alpha Builds
|