Files
freemo e1ad21e7b3 fix(server): address ASGI endpoint review findings
- Narrow request-parsing exception to pydantic.ValidationError
- Add JSON-RPC -32603 catch-all for dispatch errors
- Move imports to module top per CONTRIBUTING.md
- Add JSON-RPC id field to all error responses
- Make Agent Card URL scheme configurable
- Tighten _COMMANDS type annotation to Callable[[], None]
- Add nosec B104 to 0.0.0.0 defaults
- Add TODO comments for deferred security items (CORS, auth, rate limiting, body size)
- Add comment explaining intentionally empty skills list
2026-03-24 20:34:26 +00:00
..