Documentation
¶
Overview ¶
Tiny MCP stdio server used by the live tests.
Exposes two trivial tools and one trivial resource so the live tests can prove iterion's MCP integration end-to-end (server discovery, tools/list, tools/call, resources/list, resources/read, content extraction back into the agent's response):
- greet(name string) -> "Hello, {name}!"
- reverse(text string) -> text reversed character-by-character
- resource iterion://test/golden.txt -> a small fixture string
Build: go build -o /tmp/mcp_test_server ./examples/mcp_test_server Run: invoked over stdio by iterion's MCP manager.
Click to show internal directories.
Click to hide internal directories.