Skip to content

Commit 255a35c

Browse files
committed
chore(web): apply biome line-wrap on Mcp.tsx tool descriptions
1 parent a62a240 commit 255a35c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/web/src/pages/Mcp.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ const PROSE_TOOLS = [
2929
const SCHEMA_TOOLS = [
3030
{
3131
name: "ooxml_element",
32-
description: "Look up an OOXML element by qname. Returns vocabulary, namespace, declared @type, and source.",
32+
description:
33+
"Look up an OOXML element by qname. Returns vocabulary, namespace, declared @type, and source.",
3334
},
3435
{
3536
name: "ooxml_type",
36-
description: "Look up a complexType or simpleType by qname. Tries complexType first, then simpleType.",
37+
description:
38+
"Look up a complexType or simpleType by qname. Tries complexType first, then simpleType.",
3739
},
3840
{
3941
name: "ooxml_children",

0 commit comments

Comments
 (0)