Skip to content

Commit 977fa6f

Browse files
committed
prettier:fix
1 parent 3af42b0 commit 977fa6f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

examples/servers/hono-mcp/src/index.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,13 @@ mcpServer.registerResource(
124124
mimeType: 'text/markdown',
125125
},
126126
() => ({
127-
128-
contents: [
129-
{
130-
uri: 'docs://party-manual.md',
131-
mimeType: 'text/markdown',
132-
text: "# 🚌 Vengabus MCP Server\n\nBOOM BOOM BOOM BOOM! Welcome aboard the Vengabus! We like to party!\n\n## Features\n- 🎉 Party capacity calculator - How many can we take to Ibiza?\n- 🕐 Vengabus schedule checker - Next stop: The Magic Island!\n- 🎵 Fleet configuration with maximum bass boost\n- 🌟 Party statistics tracker (BPM, passengers, energy levels)\n\n## Routes\n- New York to Ibiza (via San Francisco)\n- Back to the Magic Island\n- Like an Intercity Disco\n- The place to be\n\n## Current Status\nThe wheels of steel are turning, and traffic lights are burning!\nWe're going to Ibiza! Woah! We're going to Ibiza!\n\n*Up, up and away we go!*",
133-
}
134-
]
127+
contents: [
128+
{
129+
uri: 'docs://party-manual.md',
130+
mimeType: 'text/markdown',
131+
text: "# 🚌 Vengabus MCP Server\n\nBOOM BOOM BOOM BOOM! Welcome aboard the Vengabus! We like to party!\n\n## Features\n- 🎉 Party capacity calculator - How many can we take to Ibiza?\n- 🕐 Vengabus schedule checker - Next stop: The Magic Island!\n- 🎵 Fleet configuration with maximum bass boost\n- 🌟 Party statistics tracker (BPM, passengers, energy levels)\n\n## Routes\n- New York to Ibiza (via San Francisco)\n- Back to the Magic Island\n- Like an Intercity Disco\n- The place to be\n\n## Current Status\nThe wheels of steel are turning, and traffic lights are burning!\nWe're going to Ibiza! Woah! We're going to Ibiza!\n\n*Up, up and away we go!*",
132+
},
133+
],
135134
}),
136135
)
137136

0 commit comments

Comments
 (0)