-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Observation
The MCP server loads the requirements directory once at startup and never reloads it when files or config change.
Evidence
req-mcp/src/state.rswraps aDirectoryloaded only inServerState::new.req-mcp/src/main.rsinitializes state once and never watches or refreshes it.
Impact
Active MCP sessions return stale data after edits, additions, deletions, or config changes, violating MCP-SYS-005 and risking incorrect guidance to agents.
Expected
Detect filesystem changes (requirements and .req/config.toml) and reload the directory so MCP tool calls always reflect current repository state without requiring a server restart.
Related Requirements
- Parents: MCP-SYS-005
- Tags: P2
Tracked in: MCP-DFT-002
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels