doc: opencode config

This commit is contained in:
2026-02-01 16:59:01 +08:00
parent 76eefdc151
commit c599e4e05f
3 changed files with 35 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"mcpServers": {
"n8n-mcp": {
"type": "local",
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true",
"N8N_API_URL": "https://n8n.mzaxd.fun",
"N8N_API_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJmMzliZjQ1NC1kMjliLTQ2OGQtYjA4ZC0yYTE1YjJlODA0NzkiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwianRpIjoiMWM2YmQ2NTEtMWIwOC00YTFmLTg1MzMtMGU5MzliNGI0NTM1IiwiaWF0IjoxNzY5OTIxMjgwfQ.U1i3dXDGJyYIVATii86rKXgbcK2OyRmt3aHa5CyA5k8"
}
}
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"lsp": {
"tsserver": {
"command": [
"node",
"/Users/caihaohan/Code/agent_park/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver"
],
"extensions": [""]
}
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"lsp": {
"eslint": {
"command": "eslint",
"extensions": [".ts", ".tsx", ".js", ".jsx"]
}
}
}