code-graph-context 2.12.5 → 2.12.6

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.
@@ -432,7 +432,6 @@ export const CORE_TYPESCRIPT_SCHEMA = {
432
432
  labels: ['Enum', 'TypeScript'],
433
433
  primaryLabel: 'Enum',
434
434
  indexed: ['name', 'isExported'],
435
- skipEmbedding: true,
436
435
  },
437
436
  },
438
437
  [CoreNodeType.FUNCTION_DECLARATION]: {
@@ -493,7 +492,6 @@ export const CORE_TYPESCRIPT_SCHEMA = {
493
492
  labels: ['Variable', 'TypeScript'],
494
493
  primaryLabel: 'Variable',
495
494
  indexed: ['name'],
496
- skipEmbedding: true,
497
495
  },
498
496
  },
499
497
  [CoreNodeType.TYPE_ALIAS]: {
@@ -514,7 +512,6 @@ export const CORE_TYPESCRIPT_SCHEMA = {
514
512
  labels: ['TypeAlias', 'TypeScript'],
515
513
  primaryLabel: 'TypeAlias',
516
514
  indexed: ['name'],
517
- skipEmbedding: true,
518
515
  },
519
516
  },
520
517
  [CoreNodeType.CONSTRUCTOR_DECLARATION]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-graph-context",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "description": "MCP server that builds code graphs to provide rich context to LLMs",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/drewdrewH/code-graph-context#readme",