1 parent 59b7cbd commit 078dc8fCopy full SHA for 078dc8f
1 file changed
src/app/[transport]/route.ts
@@ -94,7 +94,7 @@ const handler = createMcpHandler((server) => {
94
{
95
uri: "profiles://",
96
mimeType: "application/json",
97
- text: profiles
+ text: profiles.length > 0
98
? JSON.stringify(profiles, null, 2)
99
: "No profiles found",
100
},
0 commit comments