Releases: samalstudios/posteci
Releases · samalstudios/posteci
Release list
posteci 1.1.0
Test MCP servers from .stamp files.
MCP https://…/mcporMCP stdio: <command>connects to a Model Context Protocol server over Streamable HTTP or stdio, does the handshake and lists its tools, resources and prompts- Scripts call
call(),read(),getPrompt(),ping(),request()andnotify(); JSON-RPC errors come back as values to assert on @sampling,@elicitationand@rootsanswer the server's own requests;sendandreceiveexchange raw messages and notifications- A stdio server that exits early fails at once with its status and standard error
- Scripts can call a function on a line of its own, such as
notify("…") - A banner with the logo in interactive terminals (not in pipes, CI or with
POSTECI_NO_BANNER=1)
See MCP servers in the language reference.
Install or upgrade
brew install samalstudios/tap/posteci
brew upgrade posteciOr download an archive below: a universal macOS build, and fully static Linux builds for x86_64 and arm64. Checksums are in SHA256SUMS. Free to use under the terms.
posteci 1.0.0
The first release of posteci, the free command-line tool for .stamp files.
- Run requests, test plans, load tests and race condition tests from a workspace
- JUnit, HTML and JSON reports; exit codes for CI
- Import OpenAPI 3 and Swagger 2 documents
- WebSockets, GraphQL, forms and uploads; STUN and TURN checks on macOS
Install
brew install samalstudios/tap/posteciOr download an archive below: a universal macOS build, and fully static Linux builds for x86_64 and arm64 that need nothing else installed. Checksums are in SHA256SUMS. Free to use under the terms.