Environment
- OS: Windows 10
- VS Code: v1.119.0
- Claude Code for VS Code: v2.1.133
Installation
Installed via:
claude mcp add semble -s user -- uvx --from "semble[mcp]" semble
Problem
The very first session call always gets stuck indefinitely.
I waited up to 20 minutes one time, but the operation never completed.
After manually interrupting the first run, all subsequent calls work normally.
I also reproduced the same behavior when running Claude in the terminal (using debug mode).
No obvious errors appear in the debug logs.
Additionally, the index file is never created inside the project folder.
Logs
2026-05-08T08:51:00.817Z [DEBUG] [FileIndex] getProjectFiles called, respectGitignore=true
2026-05-08T08:51:00.818Z [DEBUG] [FileIndex] getFilesUsingGit called
2026-05-08T08:51:00.822Z [DEBUG] Fast mode unavailable: Fast mode requires extra usage billing · /extra-usage to enable
2026-05-08T08:51:00.824Z [DEBUG] High write ratio: blit=0, write=1078 (100.0% writes), screen=22x142
2026-05-08T08:51:00.828Z [DEBUG] AutoUpdaterWrapper: Installation type: native
2026-05-08T08:51:00.830Z [DEBUG] Fast mode unavailable: Fast mode requires extra usage billing · /extra-usage to enable
2026-05-08T08:51:00.861Z [DEBUG] [FileIndex] git ls-files (tracked) took 43ms
2026-05-08T08:51:00.861Z [DEBUG] [FileIndex] git ls-files: 2604 tracked files in 43ms
2026-05-08T08:51:00.864Z [DEBUG] [FileIndex] using git ls-files result (2604 files)
2026-05-08T08:51:00.865Z [DEBUG] [FileIndex] skipped index rebuild — tracked paths unchanged
2026-05-08T08:51:00.865Z [DEBUG] [FileIndex] cache refresh completed in 48ms
2026-05-08T08:51:00.924Z [DEBUG] [FileIndex] background untracked fetch: 10 files
2026-05-08T08:51:00.925Z [DEBUG] [FileIndex] skipped index rebuild — merged paths unchanged
2026-05-08T08:51:00.991Z [DEBUG] Fast mode unavailable: Fast mode requires extra usage billing · /extra-usage to enable
2026-05-08T08:51:30.816Z [DEBUG] MCP server "semble": Tool 'search' still running (30s elapsed)
2026-05-08T08:52:00.827Z [DEBUG] MCP server "semble": Tool 'search' still running (60s elapsed)
2026-05-08T08:52:29.842Z [DEBUG] Fast mode unavailable: Fast mode requires extra usage billing · /extra-usage to enable
2026-05-08T08:52:30.838Z [DEBUG] MCP server "semble": Tool 'search' still running (90s elapsed)
2026-05-08T08:52:33.797Z [DEBUG] Fast mode unavailable: Fast mode requires extra usage billing · /extra-usage to enable
2026-05-08T08:53:00.853Z [DEBUG] MCP server "semble": Tool 'search' still running (120s elapsed)
Expected Behavior
The initial session should complete successfully without hanging.
Environment
Installation
Installed via:
claude mcp add semble -s user -- uvx --from "semble[mcp]" sembleProblem
The very first session call always gets stuck indefinitely.
I waited up to 20 minutes one time, but the operation never completed.
After manually interrupting the first run, all subsequent calls work normally.
I also reproduced the same behavior when running Claude in the terminal (using debug mode).
No obvious errors appear in the debug logs.
Additionally, the index file is never created inside the project folder.
Logs
Expected Behavior
The initial session should complete successfully without hanging.