code-graph-context 3.0.6 → 3.0.7

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.
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export const TIMEOUT_DEFAULTS = {
6
6
  neo4j: {
7
- queryTimeoutMs: 60_000, // 60 seconds
7
+ queryTimeoutMs: 300_000, // 5 minutes — large monorepo edge imports need headroom
8
8
  connectionTimeoutMs: 10_000, // 10 seconds
9
9
  },
10
10
  openai: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-graph-context",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
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/andrew-hernandez-paragon/code-graph-context#readme",