MCPcopy
hub / github.com/Effect-TS/effect / String

Interface String

packages/platform/src/OpenApiJsonSchema.ts:93–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 * @since 1.0.0
92 */
93export interface String extends Annotations {
94 type: "string"
95 minLength?: number
96 maxLength?: number
97 pattern?: string
98 format?: string
99 contentMediaType?: string
100 contentSchema?: JsonSchema
101 allOf?: globalThis.Array<{
102 minLength?: number
103 maxLength?: number
104 pattern?: string
105 }>
106 nullable?: boolean
107}
108
109/**
110 * @category model

Callers 15

onMessageFunction · 0.85
makeMemoryFunction · 0.85
makeFunction · 0.85
Stream.test.tsFile · 0.85
toErrorFunction · 0.85
getHelpInternalFunction · 0.85
validateInternalFunction · 0.85
getHelpInternalFunction · 0.85
parseInternalFunction · 0.85
toStringFunction · 0.85
McpServer.tsFile · 0.85
compileUriTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…