Feat/api utilities#7
Conversation
batuhanisildak-malwation
left a comment
There was a problem hiding this comment.
Bunu localde nasil calistirip + claude'a baglayip test edebilecegimizi + runladiktan sonra mcpde bi sey degistirirsem eger claude'a onu nasil yukleyecegimi belirten seyleri contributing md acip yazar misin eger yoksa? MCP nasil maintain edilir ogrenelim, sslerle destekleyebilirsin. SSleri assets/'e koyalim.
| .optional() | ||
| .describe('MongoDB ObjectId of a network config from tz_network_configs_list'), |
There was a problem hiding this comment.
MongoDB object id vs deme buna, network config id de dogrudan.
| preScript: z.string().optional(), | ||
| startArguments: z.string().optional(), |
There was a problem hiding this comment.
su ikisine de desc, prescript sample oncesi vm'de calisacak commandi belirliyor. Start argument da sample'a arguman olarak eklenen seyler aslinda dumduz
| // extendedClipboard is required for clipboard writes to actually reach | ||
| // the host system clipboard on many VNC servers (notably the macOS one | ||
| // used in Threat.Zone sandboxes). See vencrypt-client.ts for details. |
There was a problem hiding this comment.
ai slop-ish comment, daha sade acikla
| // extendedClipboard is required for the modern UTF-8 clipboard sync path. | ||
| // Many VNC servers (notably the macOS one used in Threat.Zone sandboxes) | ||
| // only propagate clipboard writes to the host system clipboard when the | ||
| // Extended Clipboard message format is used; the legacy Latin-1 path is | ||
| // silently dropped. Advertising -260 here causes the server to send caps | ||
| // (handled in onServerCutText), which sets serverSupportsExtClipboard and | ||
| // switches clientCutText() to the deflate+UTF-8 path. |
There was a problem hiding this comment.
ai slop-ish comment, daha sade acikla
| // Characters that require the Shift modifier on a standard US ANSI layout. | ||
| // Without the bracketed Shift_L press/release, VNC servers translating | ||
| // keysym → physical-key map the bare key (e.g. `!` → `1` on US layouts). | ||
| // | ||
| // EXCLUSIONS — `~ | " @ #` are deliberately omitted. These five sit on | ||
| // different physical keys between US and UK ANSI; bracketing them with | ||
| // Shift_L causes the US/UK swap (`~`↔`|`, `"`↔`@`) when the VM keymap | ||
| // disagrees with the host. Sending the bare keysym lets the RFB server | ||
| // resolve the keysym semantically and produce the right glyph. |
There was a problem hiding this comment.
ai slop-ish comment, daha sade acikla neden burda var yeterli
No description provided.