gsxdsm
64cb17c100
FN-9204: advertise a valid memory MCP server version
Make the built-in memory MCP server complete the SDK-validated initialize handshake.
- Include a non-empty version in fusion-memory serverInfo responses.
- Cover the real SDK handshake, malformed-response skip path, and JSON-RPC envelopes.
- Document the protocol requirement and add a patch changeset.
Files changed:
.changeset/fn-9204-memory-mcp-handshake.md | 7 ++
docs/mcp.md | 2 +
.../__tests__/mcp-memory-server-spawn.test.ts | 5 +-
.../mcp/__tests__/memory-mcp-handler.test.ts | 7 +-
packages/core/src/memory/mcp/memory-mcp-handler.ts | 8 +-
.../src/__tests__/mcp-memory-handshake.test.ts | 120 +++++++++++++++++++++
6 files changed, 146 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-9204
Fusion-Task-Lineage: 0f68bdd5-56fe-4fdb-867f-2a5e0ea4de65
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-23 17:17:08 -07:00
..
2026-08-23 16:31:25 -07:00
2026-08-23 17:17:08 -07:00
2026-06-03 13:02:23 -07:00
2026-08-03 09:04:45 -07:00
2026-04-23 23:02:35 -07:00
2026-05-01 05:04:05 -07:00
2026-06-14 15:29:35 -07:00
2026-08-15 00:35:12 -07:00
2026-08-11 01:51:22 -07:00
2026-08-23 01:36:12 +00:00
2026-07-14 23:18:55 -07:00
2026-07-25 00:54:46 -07:00
2026-08-15 12:04:30 -07:00
2026-08-01 06:09:04 -07:00
2026-08-21 10:57:44 -07:00
2026-07-15 14:01:08 -07:00
2026-08-21 10:18:45 -07:00