wanteddev/ennoia
v1.4.2
Ennoia에서 에이전트 생성, 문서 지식 연결, App 실행, 운영 진단과 제품 피드백을 수행합니다.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
ennoiastreamable-http
{
"type": "streamable-http",
"url": "https://mcp.ennoia.so/mcp"
}ennoia-file-uploaderstdio
{
"type": "stdio",
"command": "node",
"cwd": "./",
"args": [
"-e",
"import(require('node:url').pathToFileURL(require('node:path').join(process.env.CLAUDE_PLUGIN_ROOT || process.cwd(), 'mcp/file-uploader.mjs')).href).then(m => m.serve()).catch(() => { process.exitCode = 1; })"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "ennoia",
"version": "1.4.2",
"description": "Ennoia에서 에이전트 생성, 문서 지식 연결, App 실행, 운영 진단과 제품 피드백을 수행합니다.",
"author": {
"name": "Wantedlab",
"url": "https://github.com/wanteddev"
},
"homepage": "https://ennoia.so",
"repository": "https://github.com/wanteddev/ennoia-plugin",
"keywords": [
"ennoia",
"agents",
"rag",
"mcp",
"workflow",
"feedback"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Ennoia",
"shortDescription": "에이전트 생성부터 문서 연결, 업무 실행, 운영 진단까지",
"longDescription": "Ennoia MCP와 작업별 Skill을 함께 설치합니다. 로그인한 사용자의 프로젝트 권한으로 에이전트를 만들고 검증하며, 지식 문서를 연결하고, App을 실행하고, 배포와 Trace를 관리합니다. 사용자 의견과 사용 중 관찰한 오류·UX 개선점을 GitHub 이슈로 접수합니다.",
"developerName": "Wantedlab",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://ennoia.so",
"brandColor": "#0066FF",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.svg",
"logoDark": "./assets/logo-dark.svg",
"defaultPrompt": [
"Ennoia에 연결하고 사용할 프로젝트를 확인해줘.",
"Ennoia에서 문서를 활용하는 업무 에이전트를 만들어줘.",
"Ennoia 에이전트의 실행 실패 원인을 확인해줘."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 8YAML files
- 8images
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai