512b16f8fe
feat(observability): add MCP tool name logging in access log
...
CI / build-and-test (push) Failing after -32m45s
* Include tool name from request in access log entries
* Update user agent header in HTTP requests
* Add tests for MCP tool name logging
2026-04-21 22:35:42 +02:00
9a9fa4f384
feat(cli): add verbose logging option for CLI commands
...
CI / build-and-test (push) Failing after -32m43s
* Introduced a new flag `--verbose` to enable detailed logging.
* Implemented logging for connection events in SSE and stdio commands.
* Added a utility function to handle verbose logging.
2026-04-21 22:24:57 +02:00
979afc909e
fix(cli): update environment variable handling for server URL
CI / build-and-test (push) Failing after -32m44s
2026-04-21 22:00:43 +02:00
5f48a197e8
feat(mcp): add SSE transport support and related configuration options
CI / build-and-test (push) Failing after -30m37s
2026-04-05 15:57:34 +02:00
b59e02aebe
feat: add amcs-cli — MCP tool CLI and stdio bridge
...
- cmd/amcs-cli: new CLI tool for human/AI MCP tool access
- amcs-cli tools: list all tools from remote MCP server
- amcs-cli call <tool> --arg k=v: invoke a tool, print JSON/YAML result
- amcs-cli stdio: stdio→HTTP MCP bridge for AI clients
- Config: ~/.config/amcs/config.yaml, AMCS_URL/AMCS_TOKEN env vars, --server/--token flags
- Token never logged in errors
- Makefile: add build-cli target
Closes #18
2026-04-04 16:14:25 +02:00