Bug
ShrimPK MCP server fails on all store/echo operations with:
MCP error -32603: Engine init failed: Persistence error: Unsupported format version: expected 1, got 25165826
Reproduction
- Start shrimpk-mcp (via Claude Code MCP config)
- Call any tool (store, echo, stats, etc.)
- All fail with the above error
Analysis
The data file at ~/.shrimpk-kernel/ appears to have a format version byte of 25165826 (0x01800002) instead of 1. This suggests either:
- Data file corruption
- A version upgrade changed the serialization format without a migration path
- The file was written by a newer/different version of the daemon
Expected
MCP server should either:
- Successfully read the data file, or
- Provide a clear migration path / instructions to upgrade the data format
Environment
- Windows 11 Pro
- ShrimPK kernel v0.7.0 (latest master)
- MCP server (stdio mode)
Bug
ShrimPK MCP server fails on all store/echo operations with:
Reproduction
Analysis
The data file at
~/.shrimpk-kernel/appears to have a format version byte of25165826(0x01800002) instead of1. This suggests either:Expected
MCP server should either:
Environment