mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-18 18:18:42 +00:00
Forward the JSON-RPC request id through the dispatcher and handler so methods can access the id. JsonRpc2Dispatcher now passes the id to dispatchMethodAsync, and the JsonRpc2 endpoint lambda accepts the id parameter. Implemented a call for "tools/call" that extracts the tool name via ser.ExtractFrom(id, "params", "name") and invokes a new ResolveToolsCall(string) stub (TODO: implement actual tool logic). This prepares the codepath for tooling invocation based on request params. |
||
|---|---|---|
| .. | ||
| ChromiumDevTools.cs | ||
| Completion.cs | ||
| DnsQuery.cs | ||
| ImageColorPicker.cs | ||
| IpQuery.cs | ||
| JsonRpc2.cs | ||
| Settings.cs | ||
| TwoFactorAuth.cs | ||
| Whois.cs | ||