We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130abb3 commit c5e288bCopy full SHA for c5e288b
src/resources.ts
@@ -73,7 +73,7 @@ export const NEON_RESOURCES = [
73
{
74
name: 'neon-get-started',
75
uri: 'https://github.com/neondatabase-labs/ai-rules/blob/main/neon-get-started.mdc',
76
- mimeType: 'text/plain',
+ mimeType: 'text/markdown',
77
description: 'Neon getting started guide',
78
handler: async (url) => {
79
const uri = url.host;
@@ -83,7 +83,7 @@ export const NEON_RESOURCES = [
83
contents: [
84
85
uri,
86
87
text: content,
88
},
89
],
0 commit comments