nlook-mcp 1.0.63 โ 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,6 +116,54 @@ After saving the configuration, restart Claude Desktop to load the NLook MCP ser
|
|
|
116
116
|
|
|
117
117
|
> **Note**: Workspaces (formerly called "Collections") are containers for organizing related documents together.
|
|
118
118
|
|
|
119
|
+
### ๐ Workflows
|
|
120
|
+
|
|
121
|
+
| Tool | Description |
|
|
122
|
+
|------|-------------|
|
|
123
|
+
| `list_workflows` | List all workflows |
|
|
124
|
+
| `get_workflow` | Get workflow detail including nodes and edges |
|
|
125
|
+
| `create_workflow` | Create a new workflow |
|
|
126
|
+
| `update_workflow` | Update workflow title, description, nodes, edges |
|
|
127
|
+
| `delete_workflow` | Delete a workflow |
|
|
128
|
+
|
|
129
|
+
### ๐ค Agents
|
|
130
|
+
|
|
131
|
+
| Tool | Description |
|
|
132
|
+
|------|-------------|
|
|
133
|
+
| `list_agents` | List all AI agents with model and tools info |
|
|
134
|
+
| `get_agent` | Get agent detail (system prompt, config, tools) |
|
|
135
|
+
| `create_agent` | Create a new agent with model, system prompt, and tools |
|
|
136
|
+
| `update_agent` | Update agent settings |
|
|
137
|
+
| `delete_agent` | Delete an agent |
|
|
138
|
+
|
|
139
|
+
### โก Skills
|
|
140
|
+
|
|
141
|
+
| Tool | Description |
|
|
142
|
+
|------|-------------|
|
|
143
|
+
| `list_skills` | List all skills (prompt, tool, api, mcp types) |
|
|
144
|
+
| `get_skill` | Get skill detail including content and config |
|
|
145
|
+
| `create_skill` | Create a new skill |
|
|
146
|
+
| `update_skill` | Update skill settings |
|
|
147
|
+
| `delete_skill` | Delete a skill |
|
|
148
|
+
|
|
149
|
+
### ๐
Schedules
|
|
150
|
+
|
|
151
|
+
| Tool | Description |
|
|
152
|
+
|------|-------------|
|
|
153
|
+
| `list_schedules` | List all scheduled jobs |
|
|
154
|
+
| `create_schedule` | Create a schedule (cron-based, supports workflow/agent/api types) |
|
|
155
|
+
| `update_schedule` | Update schedule settings |
|
|
156
|
+
| `delete_schedule` | Delete a schedule |
|
|
157
|
+
|
|
158
|
+
### โถ๏ธ Runs
|
|
159
|
+
|
|
160
|
+
| Tool | Description |
|
|
161
|
+
|------|-------------|
|
|
162
|
+
| `list_runs` | List all execution runs with status and metrics |
|
|
163
|
+
| `get_run` | Get run detail including step logs |
|
|
164
|
+
| `start_run` | Start a new run (workflow, agent, or API type) |
|
|
165
|
+
| `delete_run` | Delete a run |
|
|
166
|
+
|
|
119
167
|
### ๐ง Admin Tools (Admin Only)
|
|
120
168
|
|
|
121
169
|
| Tool | Description |
|
|
@@ -128,6 +176,13 @@ After saving the configuration, restart Claude Desktop to load the NLook MCP ser
|
|
|
128
176
|
| `admin_create_release` | Create a new release note |
|
|
129
177
|
| `admin_update_release` | Update an existing release note |
|
|
130
178
|
|
|
179
|
+
### ๐ค For other AIs / Cursor
|
|
180
|
+
|
|
181
|
+
๋๊ตฌ ์ด๋ฆยท์ค๋ช
ยท์ธ์ ์คํค๋ง๋ฅผ **JSON ๋์คํฌ๋ฆฝํฐ**๋ก ์ ๊ณตํด, ๋ค๋ฅธ AI๋ ํด๋ผ์ด์ธํธ๊ฐ ๋๊ตฌ๋ฅผ ์ธ์ํ๊ณ ํธ์ถํ ์ ์๋๋ก ํฉ๋๋ค.
|
|
182
|
+
|
|
183
|
+
- **์์น:** [mcp-descriptors/](mcp-descriptors/) (Workflow / Agent / Skill / Schedule / Run ๋๊ตฌ 24๊ฐ)
|
|
184
|
+
- **์ฉ๋:** Cursor MCP ์บ์์ ๋๊ตฌ๊ฐ ๋๋ฝ๋ ๊ฒฝ์ฐ ์ฐธ๊ณ ยท๋ณต์ฌ, ๋๋ ํด๋ผ์ด์ธํธ ๊ตฌํ ์ ์คํค๋ง ์ฐธ์กฐ
|
|
185
|
+
|
|
131
186
|
## Usage Examples
|
|
132
187
|
|
|
133
188
|
### Saving Content
|
|
@@ -212,6 +267,32 @@ Add a progress update to task #456: "Completed 50% of the implementation"
|
|
|
212
267
|
Show all entries appended to task #789 in NLook
|
|
213
268
|
```
|
|
214
269
|
|
|
270
|
+
### AI Workflow Automation
|
|
271
|
+
|
|
272
|
+
```
|
|
273
|
+
Create a workflow called "Daily Report Generator"
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
```
|
|
277
|
+
Create an agent named "Blog Writer" with model qwen2.5 and system prompt:
|
|
278
|
+
"You are a professional blog writer. Rewrite the given text into an engaging blog post."
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
```
|
|
282
|
+
Create a schedule to run the Blog Writer agent every day at 9 AM:
|
|
283
|
+
- cron: 0 9 * * *
|
|
284
|
+
- execution type: agent
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
```
|
|
288
|
+
Start a run with the Blog Writer agent:
|
|
289
|
+
Input text: "์ค๋ ์๋ก์ด ๊ธฐ๋ฅ์ ์ถ์ํ์ต๋๋ค."
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
```
|
|
293
|
+
Show me all runs and their status
|
|
294
|
+
```
|
|
295
|
+
|
|
215
296
|
### Managing Workspaces
|
|
216
297
|
|
|
217
298
|
```
|