Skip to content

Commit c5e288b

Browse files
committed
fix: change mime type to md
1 parent 130abb3 commit c5e288b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const NEON_RESOURCES = [
7373
{
7474
name: 'neon-get-started',
7575
uri: 'https://github.com/neondatabase-labs/ai-rules/blob/main/neon-get-started.mdc',
76-
mimeType: 'text/plain',
76+
mimeType: 'text/markdown',
7777
description: 'Neon getting started guide',
7878
handler: async (url) => {
7979
const uri = url.host;
@@ -83,7 +83,7 @@ export const NEON_RESOURCES = [
8383
contents: [
8484
{
8585
uri,
86-
mimeType: 'text/plain',
86+
mimeType: 'text/markdown',
8787
text: content,
8888
},
8989
],

0 commit comments

Comments
 (0)