welsonjs/WelsonJS.Augmented/WelsonJS.Launcher/ApiEndpoints
Namhyeon, Go 6b3d83fbcd Add JSON-RPC2 stdio & HTTP endpoint support
Introduce JSON-RPC 2.0 handling and a minimal stdio framing server. Adds ApiEndpoints/JsonRpc2 and JsonRpc2Dispatcher to parse and dispatch JSON-RPC requests, and StdioServer to handle Content-Length framed stdio messages. Adds McpToolsList.json (tools list resource) and wires JsonRpc2 into ResourceServer.

Program.cs: add --stdio-jsonrpc2 mode to run the stdio server, and integrate dispatcher usage (with timeout and TODO placeholders for tools/call). ResourceServer: register JsonRpc2 endpoint, change fallback handling to 404 via ServeResource(), and make several resource helper methods static/public for reuse. Update csproj to include new source files and embed the McpToolsList.json resource.

Contains basic implementation and scaffolding; tool-call handling is left as TODO.
2026-02-05 17:44:39 +09:00
..
ChromiumDevTools.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
Completion.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
DnsQuery.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
ImageColorPicker.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
IpQuery.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
JsonRpc2.cs Add JSON-RPC2 stdio & HTTP endpoint support 2026-02-05 17:44:39 +09:00
Settings.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
TwoFactorAuth.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
Whois.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00