MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / parse

Function parse

config.ts:276–278  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

274
275export const ConfigSchema = {
276 parse(value: unknown): PluginConfig {
277 return PluginConfig.fromPluginConfig(value);
278 },
279 uiHints: {
280 "llm.provider": {
281 label: "LLM Provider",

Callers

nothing calls this directly

Calls 1

fromPluginConfigMethod · 0.80

Tested by

no test coverage detected