mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
Merge pull request #7 from ArthurDanjou/copilot/rework-index-and-mcp-files
[WIP] Rework index.md and mcp.md files with new home page
This commit is contained in:
@@ -6,13 +6,21 @@ export default defineNuxtConfig({
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/content',
|
||||
'@nuxtjs/mcp-toolkit',
|
||||
'nuxt-studio'
|
||||
'nuxt-studio',
|
||||
'@nuxt/ui'
|
||||
],
|
||||
|
||||
devtools: {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
content: {
|
||||
database: {
|
||||
type: 'd1',
|
||||
bindingName: 'artapi'
|
||||
}
|
||||
},
|
||||
|
||||
runtimeConfig: {
|
||||
discord: {
|
||||
userId: '',
|
||||
@@ -33,13 +41,6 @@ export default defineNuxtConfig({
|
||||
asyncContext: true
|
||||
},
|
||||
|
||||
content: {
|
||||
database: {
|
||||
type: 'd1',
|
||||
bindingName: 'artapi'
|
||||
}
|
||||
},
|
||||
|
||||
hub: {
|
||||
cache: true,
|
||||
db: {
|
||||
@@ -60,7 +61,7 @@ export default defineNuxtConfig({
|
||||
mcp: {
|
||||
name: 'ArtMCP',
|
||||
version: '1.0.0',
|
||||
browserRedirect: '/mcp'
|
||||
browserRedirect: '/docs'
|
||||
},
|
||||
|
||||
studio: {
|
||||
|
||||
Reference in New Issue
Block a user