Skip to content

Commit 384095c

Browse files
Merge branch 'main' into request-propagation-in-tools
2 parents 166da76 + 05d98bb commit 384095c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const OAuthClientMetadataSchema = z.object({
9898
jwks: z.any().optional(),
9999
software_id: z.string().optional(),
100100
software_version: z.string().optional(),
101+
software_statement: z.string().optional(),
101102
}).strip();
102103

103104
/**

0 commit comments

Comments
 (0)