Zig implementation of the Model Context Protocol (MCP) server library
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
chore: bump version to 0.2.1 with changelog and test coverage
7de378eView on GitHubfix: correct MCP protocol version and fix ResourceRegistry memory leak
4838d00View on GitHubfix(examples): update 5 example files for Zig 0.15.x I/O API
0ff7817View on GitHubtest(streaming): add 14 edge case tests, fix double-free bug
91f7801View on GitHubtest(transport): add 8 tests for Transport, StdioTransport, IoSource
407cf21View on GitHubtest(mcp): add 23 tests for MCPServer, Session, CancellationToken
7acd981View on GitHubtest(network): add comprehensive tests for Connection and Network structs
5dfc877View on GitHubfix(streaming): use GenericReader API (readByte/readNoEof) for Zig 0.15.x compatibility
d607973View on GitHubfix(streaming): use readSliceShort/readSliceAll for Zig 0.15.x std.Io.Reader compatibility
3b42a08View on GitHubfix: Zig 0.15.x compatibility - update I/O and ArrayList APIs
8a51399View on GitHub