Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
webpack.js619 B
const webpackConfig = require('@nextcloud/webpack-vue-config') const ESLintPlugin = require('eslint-webpack-plugin') const StyleLintPlugin = require('stylelint-webpack-plugin') const path = require('path') webpackConfig.entry = { main: { import: path.join(__dirname, 'src', 'main.js'), filename: 'main.js' }, } webpackConfig.plugins.push( new ESLintPlugin({ extensions: ['js', 'vue'], files: 'src', }), ) webpackConfig.plugins.push( new StyleLintPlugin({ files: 'src/**/*.{css,scss,vue}', }), ) webpackConfig.module.rules.push({ test: /\.svg$/i, type: 'asset/source', }) module.exports = webpackConfig

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbcoutinho/nextcloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server